Search code examples
windowswxwidgetscodeblocks

wxWidgets 3.0 - MSW application build does not start properly


I write an application of mine that is composed by main apps and libraries. I currently build it on Linux (Ubuntu) and Windows (Win7).

Since I updated wxWidgets libraries from v2.8 to v3.0, the Win build does not start anymore (the Linux one still works properly).

If I start the debugger in Windows, I see that the application process exits right after entering the IMPLEMENT_APP macro, with following kind of output:

[Inferior 1 (process 3516) exited with code 01]

Does anyone know how to fix this problem?

I use Code::Blocks IDE, on Win7 64-bit.


Solution

  • Rebuilding wxWidgets library and the whole application binaries with latest wxWidgets 3.0.1 cleared the issue. Now the application works; I am not sure if this was due to a wrong configuration of my project files or to a wxWidgets bug.