943,101 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 788
  • C++ RSS
Jan 25th, 2010
0

NAG C library Binary was not built with debug information

Expand Post »
Hi,

I have the following problem:
I have a program which uses NAG C library and when i compile it everything is fine, however when I want to start the program with debugging i have the following output:

'desktop.exe': Loaded 'C:\Users\Jorko\Desktop\test\projekt\desktop\Debug\desktop.exe', Symbols loaded.
'desktop.exe': Loaded 'C:\Windows\System32\ntdll.dll'
'desktop.exe': Loaded 'C:\Windows\System32\kernel32.dll'
'desktop.exe': Loaded 'C:\Program Files\NAG\CL08\cldll084zl\bin\CLDLL084Z_nag.dll', Binary was not built with debug information.
'desktop.exe': Loaded 'C:\Windows\System32\user32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\gdi32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\advapi32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\rpcrt4.dll'
'desktop.exe': Loaded 'C:\Windows\System32\wsock32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\ws2_32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\msvcrt.dll'
'desktop.exe': Loaded 'C:\Windows\System32\nsi.dll'
'desktop.exe': Loaded 'C:\Windows\System32\IPHLPAPI.DLL'
'desktop.exe': Loaded 'C:\Windows\System32\dhcpcsvc.dll'
'desktop.exe': Loaded 'C:\Windows\System32\dnsapi.dll'
'desktop.exe': Loaded 'C:\Windows\System32\secur32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\winnsi.dll'
'desktop.exe': Loaded 'C:\Windows\System32\dhcpcsvc6.dll'
'desktop.exe': Loaded 'C:\Program Files\NAG\CL08\cldll084zl\bin\matrix32.dll', Binary was not built with debug information.
'desktop.exe': Loaded 'C:\Windows\System32\winspool.drv'
'desktop.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_none_d08d7bba442a9b36\msvcr80.dll'
'desktop.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcp90d.dll'
'desktop.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcr90d.dll'
'desktop.exe': Loaded 'C:\Windows\System32\imm32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\msctf.dll'
'desktop.exe': Loaded 'C:\Windows\System32\lpk.dll'
'desktop.exe': Loaded 'C:\Windows\System32\usp10.dll'
'desktop.exe': Loaded 'C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork3.dll'
'desktop.exe': Loaded 'C:\Windows\System32\ntmarta.dll'
'desktop.exe': Loaded 'C:\Windows\System32\Wldap32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\psapi.dll'
'desktop.exe': Loaded 'C:\Windows\System32\samlib.dll'
'desktop.exe': Loaded 'C:\Windows\System32\ole32.dll'
'desktop.exe': Unloaded 'C:\Program Files\Google\Google Desktop Search\GoogleDesktopNetwork3.dll'
'desktop.exe': Loaded 'C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 2010\mzvkbd3.dll'
'desktop.exe': Loaded 'C:\Windows\System32\acaptuser32.dll', Binary was not built with debug information.
'desktop.exe': Unloaded 'C:\Windows\System32\acaptuser32.dll'
'desktop.exe': Loaded 'C:\Windows\System32\uxtheme.dll'
'desktop.exe': Loaded 'C:\Program Files\IDM\Desktop SMS\oehook.dll', Binary was not built with debug information.
'desktop.exe': Loaded 'C:\Windows\System32\clbcatq.dll'
'desktop.exe': Loaded 'C:\Windows\System32\oleaut32.dll'
'desktop.exe': Unloaded 'C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 2010\mzvkbd3.dll'
The thread 'Win32 Thread' (0x14e0) has exited with code 0 (0x0).
The program '[4184] desktop.exe: Native' has exited with code 3 (0x3).

Can you help me to solve the problems in the bold text. I am using VC++ and I am sure that debugging is configured properly.

10x for any assistance
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
studentffm is offline Offline
2 posts
since Jan 2010
Jan 25th, 2010
0
Re: NAG C library Binary was not built with debug information
Are those your DLLs? Or do you have the source code so that you can recompile them with debug information?
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2280
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,936 posts
since Aug 2005
Jan 25th, 2010
0
Re: NAG C library Binary was not built with debug information
Are those your DLLs? Or do you have the source code so that you can recompile them with debug information?
Hi,

do you mean the dlls in the bold text? I have the ddls they are from the external library which is installed but somehow the program cannot be started with debug information
Reputation Points: 10
Solved Threads: 0
Newbie Poster
studentffm is offline Offline
2 posts
since Jan 2010
Jan 25th, 2010
0
Re: NAG C library Binary was not built with debug information
The only time I've seen that to be a problem is with MFC programs. Otherwise you should be able to debug your own code without a problem.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2280
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,936 posts
since Aug 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: int to hex
Next Thread in C++ Forum Timeline: Processor Architecture problem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC