I have made a DLL with Vision Studio 2005 and tried to debug it with an executable file called CANoe32.exe which I have specified in the property settings.
Whenever I start the debug a window with the error information will popup " CANoe32.exe doesn't contain any debug information (no symbols loaded), do you want to debug anyway "
If I choose "cancel", a window in Vision Studio will show me much failed information like
" load CANoe32.exe no symbol loaded"
" load ntdll.dll failed no symbo loaded"
and so on.
I have tried many times but failed. I don't know why.
Any help will be appreciated
Thanks
Xu Jiameng

How to debug a dll with an executable file?
GuyRoch
hello Azeem,
it works, thank you for your help.
Xu Jiameng
Artral
Xu,
You have a couple of options.
1) Instead of selecting Cancel, select yes and you should be able to debug. If you choose not to show that dialog again it won't come up from then on.
2) If you are building the EXE CANoe32.exe, generate a PDB and copy it over next to the EXE.
3) Go to Tools -> Options -> Debugging -> General and disable "Warn if no symbols on launch". You will not see that dialog.
Hope that helps.
Azeem Khan
Visual Studio Debugger.