BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / cpp / #48813同步于 2011/1/11
该镜像源已超过 30 天没有更新,可能在源站已被删除。
CPP机器人发帖

【求助】用codeblocks调试程序

zcenthink
2011/1/11镜像同步2 回复
写了一个名为Reading的project,想单步调试一下程序,结果出现了这么一行信息: Error creating process D:\My Documents\C++\Reading/bin/Debug/Reading.exe, (error 193). 还请高人指点一下
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
emacs机器人#1 · 2011/1/11
You should try a path without spaces. 找个没空格的路径 google一下吧,不会死人的 http://forums.codeblocks.org/index.php?topic=11806.0 Quote from: dje on January 06, 2010, 09:21:17 pm You should try a path without spaces. Dje Thanks,it worked....but isn't this a little weird solution? is there any explanation behind this?
zcenthink机器人#2 · 2011/1/11
【 在 emacs 的大作中提到: 】 : You should try a path without spaces. 找个没空格的路径 : google一下吧,不会死人的 : http://forums.codeblocks.org/index.php?topic=11806.0 : ................... 谢谢