Re: breakpoint in unmanaged C++ DLL called from C# not recognized
From: Oleg Starodumov (oleg_staro_at_hotmail.com)
Date: 11/01/04
- Next message: Todd Fleming: "Re: Remote Debugging"
- Previous message: WildRide: "RE: "The object exporter specified was not found""
- Next in thread: Jerry Schneider: "Re: breakpoint in unmanaged C++ DLL called from C# not recognized"
- Reply: Jerry Schneider: "Re: breakpoint in unmanaged C++ DLL called from C# not recognized"
- Maybe reply: Jeremy Noring: "Re: breakpoint in unmanaged C++ DLL called from C# not recognized"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Nov 2004 15:33:46 +0200
1. Make sure unmanaged debugging is enabled.
Project properties | Configuration Properties | Debugging | Enable Unmanaged Debugging
2. Run the application under debugger until completion, and check in Debug Output
window whether symbols have been loaded for the DLL.
There should be one of the following messages:
YourApp.exe: Loaded ...\YourDll.dll, Symbols loaded
YourApp.exe: Loaded ...\YourDll.dll, No symbols loaded
YourApp.exe: Loaded ...\YourDll.dll, Exports loaded
Which one?
Regards,
Oleg
- Next message: Todd Fleming: "Re: Remote Debugging"
- Previous message: WildRide: "RE: "The object exporter specified was not found""
- Next in thread: Jerry Schneider: "Re: breakpoint in unmanaged C++ DLL called from C# not recognized"
- Reply: Jerry Schneider: "Re: breakpoint in unmanaged C++ DLL called from C# not recognized"
- Maybe reply: Jeremy Noring: "Re: breakpoint in unmanaged C++ DLL called from C# not recognized"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|