What is this errormessage in Visual Studio 2008
Error 1 error C2144: syntax error : '__w64 unsigned int' should be preceded by ';' c:\program files\microsoft visual studio 9.0\vc\include\codeanalysis\sourceannotations.h 19 Steg2_Labs
I don’t have any headerfiles made myself.
You are missing a semicolon somewhere before the “integral type” declaration.
Since you say there aren’t any other libraries included (written by you) than it must be in the current file and usualy the statement directly before the error line number.