Kirix Support Forums

Compiling wxWebConnect in debug mode

Please post all general questions, comments, bug reports, and any other wxWebConnect feedback here.

Compiling wxWebConnect in debug mode

Postby jonmmorgan on Sun May 23, 2010 8:53 am

I am using to the best of my knowledge the standard source (and particularly VC++ project file) from this website. I have added support for the Protocol handler to the library, and I want to debug it. I switch build mode to Unicode (Debug) and build it and run it (in VC++ 2008 express) and VC++ tells me:
"Debugging information for 'testapp.exe' cannot be found or does not match. Binary was not built with debugging information."

As far as I can tell from searching the web the settings in the project file for the compiler and linker are correct. Does anyone have any idea what might be wrong or what I could do to fix it?
jonmmorgan
Registered User
 
Posts: 94
Joined: Fri May 14, 2010 9:48 am

Re: Compiling wxWebConnect in debug mode

Postby jonmmorgan on Sun May 23, 2010 9:16 am

And after all that, I've got it: apparently the debugger settings were pointing to testapp.exe in the base directory, not in the testapp\DebugUnicode directory.
jonmmorgan
Registered User
 
Posts: 94
Joined: Fri May 14, 2010 9:48 am

Return to wxWebConnect Questions, Thoughts & Feedback