新遇到的系统编译问题!已解决!

今天做C语言题真的遇到了很多麻烦。先是很慢很慢的做了几道程序设计。
然后在结构体这块又遇到了系统编译错误。
不过经过丰哥和百度的指导,已解决,如果大家有类似问题,可以参考。
——————————————————————————————————————————————————————————
在我运行程序时弹出了一个系统错误信息:“Visual Studio Just-In-Time Debugger”
内容是:‘An unhanled win32 exception occurred in explorer.exe[2548]. just-in-time debuenabled. in visual studio,just-in-debugging can be enabled from tools/options/debugging/just-in-time.’
check the documentation index for 'just-in-time debugging,errors'for more information
这串代码把我搞糊涂了。
然后是解决方案------->
主要是因为系统的设定还是会去找VS.NET成为预设的侦错工具,但是您目前系统中已经没有VS.NET了,所以才会出现这个讯息。
点选[开始]>[运行],在"开启"对话框中键入以下指令:
drwtsn32 -i
点选[确定],这个指令将会把Dr.Watson设定成预设的Debugger工具,这样就不会让您每次都会跳出这样的错误讯息了。
————————————————————————————————————
我由于以前装过.net系统,后来一直没做有关这方面的东西,于是就卸了。
现在改了一下,就没问题了。

posted on 2008-06-19 19:06  俱正Steven  阅读(1135)  评论(1编辑  收藏  举报

导航