Building a BSFN for debug

mxrichardson

Member
I knew it! All I needed was someone to talk to.
I have replaced my $(COMP)s with the drive and path to the MSVC++ directory,
and successfully built my BSFN for debug.
Whoopee!
I used workspace activConsole.exe in the end, as this opened up my Solution
Explorer when I took Build/StartDebug/Go.
From there I opened events debugger, set my breakpoints in my UBE, and ran
it.
Step Into then took me to my breakpoints in my BSFN.
At last! It's taken me 3 days. Now all I have to do is understand C !!!!!!!
Thankyou for being there.

Maggie
 
Maggie,
You are very welcome here!
Glad to read that you cleared up your issue yourself.
Thanks for the update.
Let me a piece of advice.
Next time please, update your issue on one of the following ways:
* reply your original post (sent back to you from the List) via e-mail
* answer your thread on the Forum (the WEB version of the List)
Now, you initiated a new thread with your kind update but never mind it this time.

Read You Again Here!

Zoltán

B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Hi Maggi,
Sometimes it's possible that VC++ is installed after you have installed
oneworld on ur fat client. In that case, jde.ini doesn't get updated
properly.
change the settings i..e $COMP to respective VC directories on your pc.

[JDE_CG]
STDLIBDIR=C:\Program Files\Microsoft Visual Studio\VC98\lib
TPLNAME=EXEFORM2
ERRNAME=CGERR
TARGET=Optimize
INCLUDES=C:\Program Files\Microsoft Visual
Studio\VC98\include;$(SYSTEM)\include;$(SYSTEM)\cg;$(APP)\include;$(SYSTEM)\includev
LIBS=C:\Program Files\Microsoft Visual
Studio\VC98\lib;$(SYSTEM)\lib32;$(APP)\lib32;$(SYSTEM)\libv32
MAKEDIR=C:\Program Files\Microsoft Visual Studio\VC98\bin;C:\Program
Files\Microsoft Visual Studio\Common\MSDev98\Bin
USER=JDE

Hope this will help,

regards,
venkat.
 
Thanks Venkat. This is exactly what I needed to do. VC++ was indeed
installed AFTER OW.

Thanks Zoltan for your welcome and your guidance. This is the sort of help I
need.

Maggie
 
Back
Top