Hi ..
I installed Microsoft VC++. I created a windows console application,created a cpp file. Everything was going okay , when suddenly, it started giving me the following error.
*******************
Compiling...
try1.cpp
c:\program files\microsoft visual studio\vc98\include\winnt.h(1092) : error C2146: syntax error : missing ';' before identifier 'KSPIN_LOCK'
c:\program files\microsoft visual studio\vc98\include\winnt.h(1092) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
try1.obj - 2 error(s), 0 warning(s
*********************
I get this error even if I have an empty cpp file.
Can anybody tell me a fix for this?
Thanks
I installed Microsoft VC++. I created a windows console application,created a cpp file. Everything was going okay , when suddenly, it started giving me the following error.
*******************
Compiling...
try1.cpp
c:\program files\microsoft visual studio\vc98\include\winnt.h(1092) : error C2146: syntax error : missing ';' before identifier 'KSPIN_LOCK'
c:\program files\microsoft visual studio\vc98\include\winnt.h(1092) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
try1.obj - 2 error(s), 0 warning(s
*********************
I get this error even if I have an empty cpp file.
Can anybody tell me a fix for this?
Thanks