I can't debugg with Visual C++ !

Shirley

Shirley

Member
I can\'t debugg with Visual C++ !

I choose the Additional DLL that I need in the project settings, but when I run oexplorer from visual c++ and then I run an application that execute my business function it doesn't stop in the break ponits thet I put.
How I can create a project to debugg? I think that Visual C++ is not configurated fine.
This are the errors:
Loaded symbols for 'C:\B7\DV7333\bin32\CALLBSFN.dll'
Loaded symbols for 'C:\B7\DV7333\bin32\CFIN.dll'
Loaded 'C:\B7\system\Bin32\oexplore.exe', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ctl3d32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\KERNEL32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\USER32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\GDI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\version.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\lz32.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\jdepp.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\comctl32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ADVAPI32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\jdeomw.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\Jdekrnl.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\WINSPOOL.DRV', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mpr.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\COMDLG32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHLWAPI.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\SHELL32.DLL', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\Jdeipc.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLE32.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLEAUT32.DLL', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\jdel.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\IMAGEHLP.DLL', no matching symbolic information found.
Loaded 'C:\WINNT\system32\wsock32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\ws2help.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\Jdenet.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\XMLRequest.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\IXXML4C2_3.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\ICUUC.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msvcirt.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\GnuMP.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\PDFL40.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\AGM.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\COOLTYPE.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\winmm.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\dli_dll.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\owver.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\jdeuser.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\PG32.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\PG3DTOOL.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\ss32d25.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\ACCUGNT5.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\jdeObject.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mfc42.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\OLEPRO32.DLL', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\OT60as.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\OSC60as.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\msvcp60.dll', no matching symbolic information found.
Loaded 'C:\B7\system\Bin32\Jdecalc.dll', no matching symbolic information found.
Loaded 'C:\WINNT\system32\mmdrv.dll', no matching symbolic information found.
Viewer initialization Successful
Loaded 'C:\WINNT\system32\clbcatq.dll', no matching symbolic information found.
The thread 0x280 has exited with code 0 (0x0).
The thread 0x5D4 has exited with code 0 (0x0).
The thread 0x570 has exited with code 0 (0x0).
The program 'C:\B7\system\Bin32\oexplore.exe' has exited with code 0 (0x0).
 
Re: I can\'t debugg with Visual C++ !

Shirley,

Some things to make sure of:

1. You need to build the bsfn's on your fat client before you can debug them. If the .dll you are trying to debug was installed from the latest package build, it will not contain debugging info...you must build it locally first!!

2. Make sure the dll files you added to the project settings are in the correct path.

3. Make sure the c source file you have open is opened from the correct path.

4. Start the ER debugger for your application and step through that to make sure your bsfn is actually being called.

BTW: Those 'messages' you see when you start oexplore are not errors...they are just informational messages.

Good luck.
 
Re: I can\'t debugg with Visual C++ !

Jeremy thank you!
I could find what was happening, I had to configurated the DLL: C:\B7\system\bin32\jdbodbc.dll with the option RELEASE - Optimized Mode -in order to all the Business DLLs are built in the same mode as the Base DLLs.

I really don't undestand this very good but this solve my problem.

Please do you know something about this?

Thanks!!!
 
Re: I can\'t debugg with Visual C++ !

Shirley,

I do not know what you are talking about in regards to changing the build option to 'release'. What dll's are you trying to debug? Are they business functions you created through psft and built using busbuild?

I have know idea what the reference to ...jdbodbc.dll actually means in regards to your problem.
 
Back
Top