Code: Select all
CSplash.cpp(3) : error C2065: 'MY_BOOLFUNC_TYPE' : undeclared identifier
CSplash.cpp(3) : error C2501: 'BOOL' : missing storage-class or type specifiers
CSplash.cpp(3) : error C2143: syntax error : missing ';' before '('
CSplash.cpp(3) : error C2062: type 'void' unexpected
CSplash.cpp(3) : error C2059: syntax error : ')'
CSplash.cpp(7) : error C2146: syntax error : missing ';' before identifier 'mywind'
CSplash.cpp(7) : error C2501: 'TSplash::HWND' : missing storage-class or type specifiers
CSplash.cpp(7) : error C2501: 'TSplash::mywind' : missing storage-class or type specifiers
CSplash.cpp(8) : error C2146: syntax error : missing ';' before identifier 'oldStyle'
CSplash.cpp(8) : error C2501: 'TSplash::DWORD' : missing storage-class or type specifiers
CSplash.cpp(8) : error C2501: 'TSplash::oldStyle' : missing storage-class or type specifiers
CSplash.cpp(9) : error C2143: syntax error : missing ';' before '<'
CSplash.cpp(9) : error C2501: 'TSplash::dimension2d' : missing storage-class or type specifiers
CSplash.cpp(9) : error C2238: unexpected token(s) preceding ';'
CSplash.cpp(12) : error C2143: syntax error : missing ')' before '*'
CSplash.cpp(12) : error C2143: syntax error : missing ';' before '*'
CSplash.cpp(12) : error C2460: 'TSplash::IVideoDriver' : uses 'TSplash', which is being defined
CSplash.cpp(6) : see declaration of 'TSplash'
CSplash.cpp(12) : error C2059: syntax error : ')'
CSplash.cpp(12) : error C2501: 'TSplash::ivd' : missing storage-class or type specifiers
CSplash.cpp(14) : error C2146: syntax error : missing ';' before identifier 'Dat'
CSplash.cpp(14) : error C2501: 'TSplash::SExposedVideoData' : missing storage-class or type specifiers
CSplash.cpp(14) : error C2065: 'ivd' : undeclared identifier
CSplash.cpp(14) : error C2227: left of '->getExposedVideoData' must point to class/struct/union
type is ''unknown-type''
CSplash.cpp(14) : error C2864: 'Dat' : only const static integral data members can be initialized inside a class or struct
CSplash.cpp(14) : error C2501: 'TSplash::Dat' : missing storage-class or type specifiers
CSplash.cpp(15) : error C2065: 'HWND' : undeclared identifier
CSplash.cpp(15) : error C2864: 'mywind' : only const static integral data members can be initialized inside a class or struct
CSplash.cpp(15) : error C2501: 'TSplash::mywind' : missing storage-class or type specifiers
CSplash.cpp(15) : error C2146: syntax error : missing ';' before identifier 'Dat'
CSplash.cpp(15) : error C2143: syntax error : missing ';' before '.'
CSplash.cpp(15) : error C2501: 'TSplash::Dat' : missing storage-class or type specifiers
CSplash.cpp(15) : error C2238: unexpected token(s) preceding ';'
CSplash.cpp(16) : error C2065: 'mywind' : undeclared identifier
CSplash.cpp(16) : error C2065: 'GWL_STYLE' : undeclared identifier
CSplash.cpp(16) : error C3861: 'GetWindowLong': identifier not found, even with argument-dependent lookup
CSplash.cpp(16) : error C2864: 'oldStyle' : only const static integral data members can be initialized inside a class or struct
CSplash.cpp(16) : error C2501: 'TSplash::oldStyle' : missing storage-class or type specifiers
CSplash.cpp(17) : error C2061: syntax error : identifier 'mywind'
CSplash.cpp(17) : error C2059: syntax error : ')'
CSplash.cpp(17) : error C2143: syntax error : missing ')' before ';'
CSplash.cpp(17) : warning C4183: 'SetWindowLong': missing return type; assumed to be a member function returning 'int'
CSplash.cpp(18) : error C2227: left of '->getScreenSize' must point to class/struct/union
type is ''unknown-type''
CSplash.cpp(18) : error C3861: 'ivd': identifier not found, even with argument-dependent lookup
CSplash.cpp(18) : error C2864: 'size' : only const static integral data members can be initialized inside a class or struct
CSplash.cpp(18) : error C2501: 'TSplash::size' : missing storage-class or type specifiers
CSplash.cpp(21) : error C2588: '::~TSplash' : illegal global destructor
CSplash.cpp(23) : error C3861: 'MY_BOOLFUNC_TYPE': identifier not found, even with argument-dependent lookup
CSplash.cpp(23) : error C2146: syntax error : missing ')' before identifier 'func'
CSplash.cpp(23) : error C2182: 'playSplash' : illegal use of type 'void'
CSplash.cpp(23) : error C2059: syntax error : ')'
CSplash.cpp(24) : error C2143: syntax error : missing ';' before '{'
CSplash.cpp(24) : error C2447: '{' : missing function header (old-style formal list?)
CSplash.cpp(44) : error C2059: syntax error : '}'
CSplash.cpp(44) : error C2143: syntax error : missing ';' before '}'
CSplash.cpp(44) : error C2059: syntax error : '}'
Process terminated with status 1 (0 minutes, 1 seconds)
Perhaps I'll try instaling devc++ this afternoon.