Vc ++ 6.0有调试问题 [英] Vc++ 6.0having debug problem

查看:75
本文介绍了Vc ++ 6.0有调试问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

< pre> BSCMAKE:错误BK1506:无法打开文件'。\Debug \DrillLineData.sbr':没有这样的文件或目录





c:\ program program(x86)\ microsoft visual studio \vc98 \include\afx.h(438):致命错误C1001:内部编译器错误

(编译器文件'msc1.cpp',第1786行)

请在Visual C ++
帮助菜单上选择技术支持命令,或打开技术支持帮助文件以获取更多信息

c:\program files(x86)\ microsoft visual studio\vc98\include\comutil.h(101):致命错误C1001:内部编译器错误

(编译器文件'msc1.cpp',第1786行)

请在Visual C ++

帮助菜单上选择技术支持命令,或打开技术支持帮助文件以获取更多信息

DrillPracticeDialog.cpp



我是什么ave尝试过:



我尝试更改项目设置和项目文件位置,但未解决。任何具有相同问题的应用程序。请告诉我任何人如何解决这些致命错误。

解决方案

右键单击解决方案资源管理器窗格中的项目,然后选择属性 。

在结果对话框中,打开左侧的配置属性分支,选择C / C ++和浏览信息。

设置启用浏览信息to否。



清理并重建您的解决方案 - 问题应该消失。


参见 BSCMAKE错误BK1506 [ ^ ]。



但可能还有其他原因。编译源文件时会创建SBR文件。您可以尝试删除所有输出(生成)文件并执行完全重建。如果您在项目设置或VC全局设置中更改了输出目录,也可能发生错误。



作为最后的手段,您可以禁用生成的浏览信息不执行 bscmake



您也可以在网上搜索bscmake error BK1506并检查解决方案是否适用。

<pre>BSCMAKE: error BK1506 : cannot open file '.\Debug\DrillLineData.sbr': No such file or directory



c:\program files (x86)\microsoft visual studio\vc98\include\afx.h(438) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
c:\program files (x86)\microsoft visual studio\vc98\include\comutil.h(101) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1786)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
DrillPracticeDialog.cpp

What I have tried:

i tried changing project settings, and project file locations, but not resolved . any application having same problem.please let me know anyone how to resolve these fatal errors.

解决方案

Right click the project in the Solution Explorer pane, and select "Properties".
In the resulting dialog, open the "Configuration Properties" branch on the left, select "C/C++", and "Browse Information".
Set "Enable Browse information" to "No".

Clean and rebuild your solution - the problem should go away.


See BSCMAKE Error BK1506[^].

But there may be also other reasons. SBR files are created when compiling a source file. You can try to remove all output (generated) files and do a full rebuild. The error may also occur if you have changed output directories in the project settings or VC global settings.

As a last resort you might disable the generation of Browse Information which will not execute bscmake.

You might also search the web for "bscmake error BK1506" and check if one the solutions apply.


这篇关于Vc ++ 6.0有调试问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆