Software Archive
Read-only legacy content
17060 ディスカッション

Debugging Error Message

Intel_C_Intel
従業員
1,269件の閲覧回数
Hi,
This isn't a fatal message, but I thought I'd ask. When in debug and the program halts to go back to the compiler (to show the error),I get the error message (for a console program): There is not disk in the drive. Please insert a disk into drive DeviceHarddisk1DR2. The options are "Cancel / Try Again / Continue". I hit cancel, and am set to the correct location in the debugger. Nothing critical, just annoying. Any idea?
Thanks,
Jon
0 件の賞賛
1 返信
Steven_L_Intel1
従業員
1,269件の閲覧回数
We've seen about three of these complaints over the years, and Visual C++ users report it to on occasion. Nobody knows what causes it, but the usual solution is to exit Developer Studio, delete the .OPT and .NCB (if any) files in your project, then restart Developer Studio. Note that this will remove any breakpoints and watches you had set.

Steve
返信