User forums > Help
wxWidgets Application Crash 0xc0000005
dispy:
Good day,
I'm trying to use wxWidgets with Code::Blocks - but I've problems getting started ;-)
I have built wxWidgets following instructions from this tutorial (german): tutorial
I created the project as described there, using these pieces of code.
I can compile the program without problems, but if I start it, it crashes with 0xc0000005.
This is the Traceback (-g as compiler option)
I'm using win XP SP3 with Code::Blocks 8.02 and a self-compiled current stable version of wxWidgets, my compiler is MingW
I already asked in #codeblocks, they couldn'T help me directly and recommended to ask in the forum.
Regards,
dispy
stahta01:
Did you put a copy of the Compiler's MinGW DLL in the same folder as the EXE file created.
The error looks like the one I got when I had two MinGW DLL ("mingwm10.dll") on my system.
Note: Also, put any wxWidgets DLLs, you are using, in the EXE folder.
Tim S.
dispy:
I must compiled a fresh downloaded version of wxWidgets again, following the tutorial above. This time, I didn't copy the files as I think they should match ;)
The following error appears:
--- Quote ---C:\C++\wxWidgets-2.8.10\include\wx\platform.h|196|wx/setup.h: No such file or directory|
--- End quote ---
How to fix that? Last time I think I just copied the setup.h from include/msw/setup.h to the root - is that the correct way?
The Tutorial doesn'T mention this error ;(
after that we'll see if the error above occurs again - I bet yes, but who knows...
MfG
dispy
Jenna:
Try this to set up wxWidgets for Code::Blocks on windows: http://wiki.codeblocks.org/index.php?title=WxWindowsQuickRef
dispy:
aah very nice page, much more helpful than google results :D
Thanks guys, you saved my evening. I love you :mrgreen:
Regards
dispy
Navigation
[0] Message Index
[#] Next page
Go to full version