【发布时间】:2011-08-20 01:22:50
【问题描述】:
我正在使用 Codeblocks 用 C++ 做一个项目。我关闭了 Codeblocks 并重新打开它,现在当我编辑、保存和编译代码时,.exe 根本没有改变。日志显示“检查是否存在:C:\Users\AJ\Code\sndbrd\bin\Debug\sndbrd.exe
执行中:"C:\Program Files\CodeBlocks/cb_console_runner.exe" "C:\Users\AJ\Code\sndbrd\bin\Debug\sndbrd.exe"(在C:\Users\AJ\Code\sndbrd\.)”
我还有两个可执行文件,main.exe,位于main.cpp 所在的位置,sndbrd 在 bin/debug 文件夹中。
【问题讨论】:
标签: c++ windows codeblocks