I created a wxWidgets project with default settings. Everything is ok when I compiled and started the program, but after closing the appliication window, I got message from CodeBlocks:
Process terminated with status -1 (0 minutes, 1 seconds)
What's problem with it? I'm using wxWidgets-2.8.9, MinGW-5.1.4 and the newest nightly build on XP(with SP2) system.
PS:On my Debian system, it doesn't has this problem.