我正在尝试在 C++ GUI 的代码块中使用 wxwidgets。
我安装了 wxwidget 2.8,并且代码块在符合普通 cmd 程序时工作正常。
当我使用向导构建新项目并运行它时,没有发现错误,但也弹出了 nth。
在构建日志上
Checking for existence: /.../Debug/TheQuietListener
Executing: /.../Debug/TheQuietListener (in /.../TheQuietListener/.)
Process terminated with status -1 (0 minutes, 0 seconds)
我尝试了另一个示例代码在线 链接
这会在 bulid 日志中给出错误消息
"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...
不确定它是否正确,但我已经尝试在设置>全局变量中添加基本 /usr/include/wx 字段,但它没有帮助
我可以知道是否需要进行其他设置吗?如果可以推荐网站或书籍使用 wxwidget,那就太好了。
非常感谢!