
Visual C++ 5.0, no matching symbolic information found
Hi all,
I am using MS Visual C++ 5.0 to create a test MDI application in which I
accepted all default. I do not get any error message in the build
proccess. However, I get the following messages when I run the
application under debug mode.
Loaded symbols for 'C:\WINDOWS\SYSTEM\MFCO42D.DLL'
Loaded 'C:\WINDOWS\SYSTEM\USER32.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 symbols for 'C:\WINDOWS\SYSTEM\MSVCRTD.DLL'
Loaded symbols for 'C:\WINDOWS\SYSTEM\MFC42D.DLL'
Loaded 'C:\WINDOWS\SYSTEM\COMCTL32.DLL', no matching symbolic
information found.
Loaded 'C:\WINDOWS\SYSTEM\COMDLG32.DLL', no matching symbolic
information found.
Loaded 'C:\WINDOWS\SYSTEM\SHELL32.DLL', no matching symbolic information
found.
The thread 0xFFFD9671 has exited with code 0 (0x0).
The program 'C:\Test\Debug\Test.exe' has exited with code 0 (0x0).
Could anybody help me to understand what these messages mean
Thanks