Visual C++ 5.0, no matching symbolic information found 
Author Message
 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



Sat, 29 Jul 2000 03:00:00 GMT  
 Visual C++ 5.0, no matching symbolic information found

As you might guess, the system is looking for the Debugging Symbols for
these DLLs.  These are System DLLs and the debug information isn't a normal
part of the system installation.  I don't actually remember where one gets
the debug symbols from, mine are found in the WinNt\Symbols directory.

It doesn't stop you from debugging your application, it jest means the
system DLLs will be a "black box" to the de{*filter*}.

--



Quote:
> 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
[snip]
> found.
> Could anybody help me to understand what these messages mean
> Thanks



Sat, 29 Jul 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. no matching symbolic information found

2. no matching symbolic information found

3. "no matching symbolic information found."

4. no matching symbolic information found

5. no matching symbolic information found

6. dbg files (no matching symbolic information found)

7. Newbie Question - No matching symbolic information found

8. No matching symbolic information found

9. no matching symbolic information found

10. no matching symbolic information found

11. No matching symbolic information found

12. "No matching symbolic information found"?

 

 
Powered by phpBB® Forum Software