joeGrammar
Programmer
Hey guys,
I'm trying to compile a bit of code and I'm getting some silly VC++ errors
c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : error C2146: syntax error : missing ';' before identifier 'SQLHWND'
c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : fatal error C1004: unexpected end of file found
Now these are system header files, why would I be getting these errors? Thanks
I'm trying to compile a bit of code and I'm getting some silly VC++ errors
c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : error C2146: syntax error : missing ';' before identifier 'SQLHWND'
c:\program files\microsoft visual studio\vc98\include\sqltypes.h(114) : fatal error C1004: unexpected end of file found
Now these are system header files, why would I be getting these errors? Thanks