Strange error
Just compiled and got this:
Loaded ''C:\WINDOWS\SYSTEM\VERSION.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\NTDLL.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\DDRAW.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\ADVAPI32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\GDI32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\KERNEL32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\USER32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\WINSPOOL.DRV'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\SHELL32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\COMCTL32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\SHLWAPI.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\COMDLG32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\WSOCK32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\HotRes32.dll'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\MPR.DLL'', no matching symbolic information found.
Loaded ''C:\Program Files\Common Files\efax\Hspfcw32.dll'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\WS2HELP.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\MSVCRT.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\WS2_32.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\WININET.DLL'', no matching symbolic information found.
Loaded ''C:\WINDOWS\SYSTEM\MSWSOCK.DLL'', no matching symbolic information found.
Huh? I think I''ve seen this on the forum before, but I didnt pay attention to it Any ideas what''s wrong?
Thanks,
Peon
Peon
Uhhh, what''s wrong with you? That output is from the debugger. Those are not errors from the compiler.
You can get rid of those. On the Project menu, go to Settings.
Select the Link tab on the Project Settings dialog.
Look at where it says "Object/library modules:" and delete the ones you don''t need.
You can get rid of those. On the Project menu, go to Settings.
Select the Link tab on the Project Settings dialog.
Look at where it says "Object/library modules:" and delete the ones you don''t need.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement