Joel K
March 20th, 2002, 05:40 PM
I've got two versions of this same project. Both have classes that contain CDaoRecordset processing. I can compile and link one then
when I start the compile on the other, as soon as it hits a class with DAO in it...Boom!. I had been working, and compiling, about 2 hours and suddenly this just started happening. Both projects have the same classes in them, one compiles fine the other I get hundreds of errors from a file I have not touched. I even tried to import one of the classes to the project that complies. It wont comple there either. What is up with this? And how do I cure it? Thx
:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) : error
C2143: syntax error : missing ')' before 'constant'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) :
error C2143: syntax error : missing ';' before 'constant'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) :error
C2059: syntax error : 'constant'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) :error
C2059: syntax error : ')'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) :error
C2238: unexpected token(s) preceding ';'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(545) :
fatal error C1003: error count exceeds 100; stopping compilation
Generating Code...
Error executing cl.exe.
Sch3.exe - 1734 error(s), 0 warning(s)
when I start the compile on the other, as soon as it hits a class with DAO in it...Boom!. I had been working, and compiling, about 2 hours and suddenly this just started happening. Both projects have the same classes in them, one compiles fine the other I get hundreds of errors from a file I have not touched. I even tried to import one of the classes to the project that complies. It wont comple there either. What is up with this? And how do I cure it? Thx
:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) : error
C2143: syntax error : missing ')' before 'constant'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) :
error C2143: syntax error : missing ';' before 'constant'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) :error
C2059: syntax error : 'constant'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) :error
C2059: syntax error : ')'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(372) :error
C2238: unexpected token(s) preceding ';'
c:\program files\microsoft visual studio\vc98\include\dbdaoint.h(545) :
fatal error C1003: error count exceeds 100; stopping compilation
Generating Code...
Error executing cl.exe.
Sch3.exe - 1734 error(s), 0 warning(s)