又有程序运行问题了(学生开始系统)急急急!
发表在C语言图书答疑 2011-04-29
是否精华
版块置顶:
额,还是我,刚才缺头文件,而且都是“ADOConn.h”所有我怀疑是连接数据库的文件错了,以至于我把它删了照着书重做了一篇,运行就成下面的东西了!哎,麻烦!另外说一句,我已经做到密码找回模块了,就差试卷管理模块和数据库管理模块了!

--------------------Configuration: 学生考试系统(单) - Win32 Debug--------------------
Compiling...
ADOCoon.cpp
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
ExamInfo.cpp
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\ExamInfo.cpp(4) : 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
LOGIN.cpp
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\LOGIN.cpp(4) : 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
Regisger.cpp
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Regisger.cpp(4) : 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
学生考试系统(单).cpp
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\学生考试系统(单).cpp(4) : 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
Generating Code...
执行 cl.exe 时出错.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\ADOCoon.sbr': No such file or directory
执行 bscmake.exe 时出错.

学生考试系统(单).exe - 1 error(s), 0 warning(s)
分享到:
精彩评论 6
学分: LV1
2011-05-03
沙发
还是数据库链接的错误 cannot open file '.\Debug\ADOCoon.sbr': No such file or directory
可能是链接路径写错 或者文件名称写错
鱼鳞_mrkj
学分:0 LV1
TA的每日心情
开心
2021-11-09 22:05:22
2011-05-04
板凳
[FIELDSET][LEGEND]引自:1楼[/LEGEND]
还是数据库链接的错误 cannot open file '.\Debug\ADOCoon.sbr': No such file or directory
可能是链接路径写错 或者文件名称写错

[/FIELDSET]

回复:
我用的是例子里的代码?那也要做适当修改吗?可为什么那个能运行,而我这个就出错?还有能具体教我一下那个学生版块的成绩查询怎么做吗?
学分: LV1
2011-05-06
地板
在代码中设置断点跟踪一下,看一下问题出现在哪里
鱼鳞_mrkj
学分:0 LV1
TA的每日心情
开心
2021-11-09 22:05:22
2011-05-06
4L
[FIELDSET][LEGEND]引自:3楼[/LEGEND]
在代码中设置断点跟踪一下,看一下问题出现在哪里
[/FIELDSET]

回复:
怎么设置断点啊
张小飞
学分:0 LV1
TA的每日心情
开心
2021-10-24 18:57:39
2011-05-06
5L
[FIELDSET][LEGEND]引自:4楼[/LEGEND]
[FIELDSET][LEGEND]引自:3楼[/LEGEND]
在代码中设置断点跟踪一下,看一下问题出现在哪里
[/FIELDSET]

回复:
怎么设置断点啊
[/FIELDSET]

回复:在编译运行图标那儿有个小手图标,是设置断点,或者ctrl+b,在认为有问题的语句附近设置断点,单步运行一下;在查看一下头文件的地址引用正确否
  
sizi8
学分:0 LV1
2011-05-07
6L
[FIELDSET][LEGEND]引自:楼主[/LEGEND]
额,还是我,刚才缺头文件,而且都是“ADOConn.h”所有我怀疑是连接数据库的文件错了,以至于我把它删了照着书重做了一篇,运行就成下面的东西了!哎,麻烦!另外说一句,我已经做到密码找回模块了,就差试卷管理模块和数据库管理模块了!

--------------------Configuration: 学生考试系统(单) - Win32 Debug--------------------
Compiling...
ADOCoon.cpp
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
ExamInfo.cpp
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\ExamInfo.cpp(4) : 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
LOGIN.cpp
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\LOGIN.cpp(4) : 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
Regisger.cpp
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Regisger.cpp(4) : 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
学生考试系统(单).cpp
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\学生考试系统(单).cpp(4) : 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
Generating Code...
执行 cl.exe 时出错.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\ADOCoon.sbr': No such file or directory
执行 bscmake.exe 时出错.

学生考试系统(单).exe - 1 error(s), 0 warning(s)
[/FIELDSET]

回复:


应该是你少了某个头文件!!

你去好好检查,实例里的头文件,和你的头文件,有没有一些区别!
  
首页上一页 1 下一页尾页 6 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照