News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

wxwidgets not running

Started by tlagocalado, December 27, 2021, 03:46:07 AM

Previous topic - Next topic

tlagocalado

Hello, Had install codeblocks today in ubuntu, also had install wxwidgets to be able to use it.
Everything seems to be working properlly, everything until I create a wxframe...
if I create a new blank wxwidget project, I have to insert the  wx-config --cxxflags path into project build options and also wx-config --libs  version and core into project build options. I have to do this for each project.  dont know more so far. it works, it compiles.
If I create a wxwidget with wxframe,  I do the same, but the project never opens, and is giving me this message   "Process terminated with status -1 ( 0 minutes).
Can anyone give me a hint?

Miguel Gimenez

Use the wizard (File -> New -> Project -> wxWidgets project)

BlueHazzard

Try to start in in the debugger (red arrow) and look where it crashes

-1 indicates a crash in your program.

Codeblocks does not seem to be the problem here