Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

no matching symbolic information found...

Status
Not open for further replies.

Matte2111

Programmer
Oct 9, 2001
3
IT
Hi everybody,
I've a win32 project built with Visual Studio 6.0, linking wxWindows libraries. When I execute it in debug mode, pressing the button 'Print' of my application I don't get any print but the messages:

Loaded 'C:\WINNT\SYSTEM32\WINSPOOL.DRV', no matching symbolic information found.
Loaded 'C:\WINNT\SYSTEM32\spool\drivers\w32x86\2\HPBF3220.DLL', no matching symbolic information found.

The dll is in the correct path. What should I set to load that dll?
Does anybody know how can I solve it?!

Thanks!

Matte
 
This just means that you've loaded some system DLLs which have no debug info, which is quite normal unless you have the debug kernel. It doesn't affect execution of your program. :) Hope that this helped! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top