我正在尝试在C ++ GUI的代码块中使用wxwidgets。
我安装了wxwidget 2.8,并且codeblock在遵守普通cmd程序时工作正常。
当我使用向导构建新项目并运行它时,没有找到错误,但也会弹出。
在构建日志
上Checking for existence: /.../Debug/TheQuietListener
Executing: /.../Debug/TheQuietListener (in /.../TheQuietListener/.)
Process terminated with status -1 (0 minutes, 0 seconds)
我在线尝试了另一个示例代码 link
这会在bulid log
中给出错误消息"minesweeping - Debug": The compiler's setup is invalid, so Code::Blocks cannot find/run the compiler.
Probably the toolchain path within the compiler options is not setup correctly?!
Goto "Settings->Compiler and debugger...->Global compiler settings->unknown->Toolchain executables" and fix the compiler's setup.
Skipping...
不确定它是否正确但我在设置>全局变量中尝试过 在base / usr / include / wx的字段中添加 但它没有帮助
我可以知道是否还有其他需要做的设置? 如果可以推荐网站或书籍使用wxwidget,那将会很棒。
非常感谢!