首页上一页 1 下一页尾页 4 条记录 1/1页
运行错误,求助!!!帮忙,急!
发表在C语言图书答疑
2011-05-11
是否精华
是
否
版块置顶:
是
否
我把所有的类都做完了,但有问题,错误如下:
--------------------Configuration: 学生考试系统(单) - Win32 Debug--------------------
Compiling...
AddSubject.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
Back.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2501: 'CTextManage' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2501: 'testmanagedlg' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2501: 'CResultSelect' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2501: 'resultselectdlg' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2501: 'CSQLManage' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2501: 'sqlmanagedlg' : missing storage-class or type specifiers
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(55) : error C2065: 'testmanagedlg' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(55) : error C2227: left of '->Create' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(56) : error C2065: 'resultselectdlg' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(56) : error C2227: left of '->Create' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(57) : error C2065: 'sqlmanagedlg' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(57) : error C2227: left of '->Create' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(58) : error C2227: left of '->MoveWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(59) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(71) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(72) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(73) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(78) : error C2227: left of '->MoveWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(79) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(80) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(81) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(86) : error C2227: left of '->MoveWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(87) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(88) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(89) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(94) : error C2227: left of '->MoveWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(95) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(96) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(97) : error C2227: left of '->ShowWindow' must point to class/struct/union
Copy.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(51) : error C2065: 'tring' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(51) : error C2146: syntax error : missing ';' before identifier 'ReturnPach'
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(51) : error C2065: 'ReturnPach' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(65) : error C2440: '=' : cannot convert from 'char [260]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(68) : error C2440: '=' : cannot convert from 'char [1]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
ExamInfo.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
LOGIN.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\LOGIN.cpp(7) : fatal error C1083: Cannot open include file: 'Register.h': No such file or directory
ResultSelect.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
SQLManage.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
TestChange.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
TextManage.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
学生考试系统(单).cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2501: 'CTextManage' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2501: 'testmanagedlg' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2501: 'CResultSelect' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2501: 'resultselectdlg' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2501: 'CSQLManage' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2501: 'sqlmanagedlg' : missing storage-class or type specifiers
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\学生考试系统(单).cpp(64) : error C2039: 'm_UserName' : is not a member of 'CLOGIN'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\login.h(13) : see declaration of 'CLOGIN'
Generating Code...
执行 cl.exe 时出错.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\LOGIN.sbr': No such file or directory
执行 bscmake.exe 时出错.
学生考试系统(单).exe - 1 error(s), 0 warning(s)
--------------------Configuration: 学生考试系统(单) - Win32 Debug--------------------
Compiling...
AddSubject.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
Back.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2501: 'CTextManage' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2501: 'testmanagedlg' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2501: 'CResultSelect' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2501: 'resultselectdlg' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2501: 'CSQLManage' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2501: 'sqlmanagedlg' : missing storage-class or type specifiers
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(55) : error C2065: 'testmanagedlg' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(55) : error C2227: left of '->Create' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(56) : error C2065: 'resultselectdlg' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(56) : error C2227: left of '->Create' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(57) : error C2065: 'sqlmanagedlg' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(57) : error C2227: left of '->Create' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(58) : error C2227: left of '->MoveWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(59) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(71) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(72) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(73) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(78) : error C2227: left of '->MoveWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(79) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(80) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(81) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(86) : error C2227: left of '->MoveWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(87) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(88) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(89) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(94) : error C2227: left of '->MoveWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(95) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(96) : error C2227: left of '->ShowWindow' must point to class/struct/union
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Back.cpp(97) : error C2227: left of '->ShowWindow' must point to class/struct/union
Copy.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(51) : error C2065: 'tring' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(51) : error C2146: syntax error : missing ';' before identifier 'ReturnPach'
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(51) : error C2065: 'ReturnPach' : undeclared identifier
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(65) : error C2440: '=' : cannot convert from 'char [260]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\Copy.cpp(68) : error C2440: '=' : cannot convert from 'char [1]' to 'int'
This conversion requires a reinterpret_cast, a C-style cast or function-style cast
ExamInfo.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
LOGIN.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\LOGIN.cpp(7) : fatal error C1083: Cannot open include file: 'Register.h': No such file or directory
ResultSelect.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
SQLManage.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
TestChange.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
TextManage.cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\adocoon.h(16) : error C2011: 'ADOConn' : 'class' type redefinition
学生考试系统(单).cpp
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\debug\msado15.tlh(407) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2501: 'CTextManage' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(17) : error C2501: 'testmanagedlg' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2501: 'CResultSelect' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(18) : error C2501: 'resultselectdlg' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2143: syntax error : missing ';' before '*'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2501: 'CSQLManage' : missing storage-class or type specifiers
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\back.h(19) : error C2501: 'sqlmanagedlg' : missing storage-class or type specifiers
D:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\学生考试系统(单).cpp(64) : error C2039: 'm_UserName' : is not a member of 'CLOGIN'
d:\黄浦业大\毕业设计(论文)\毕业设计\学生考试\login.h(13) : see declaration of 'CLOGIN'
Generating Code...
执行 cl.exe 时出错.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\LOGIN.sbr': No such file or directory
执行 bscmake.exe 时出错.
学生考试系统(单).exe - 1 error(s), 0 warning(s)