1>------ Build started: Project: chipster, Configuration: Debug x64 ------ 1> screen.c 1>src\screen.c(19): error C2275: 'SDL_Color' : illegal use of this type as an expression 1> c:\program files\sfml\include\sdl\SDL_video.h(60) : see declaration of 'SDL_Color' 1>src\screen.c(19): error C2146: syntax error : missing ';' before identifier 'Colors' 1>src\screen.c(19): error C2065: 'Colors' : undeclared identifier 1>src\screen.c(19): error C2109: subscript requires array or pointer type 1>src\screen.c(19): error C2059: syntax error : '{' 1>src\screen.c(20): error C2065: 'Colors' : undeclared identifier 1>src\screen.c(20): warning C4047: 'function' : 'SDL_Color *' differs in levels of indirection from 'int' 1>src\screen.c(20): warning C4024: 'SDL_SetColors' : different types for formal and actual parameter 2 1>src\screen.c(99): error C2097: illegal initialization 1>src\screen.c(100): error C2143: syntax error : missing ';' before 'type' 1>src\screen.c(100): error C2143: syntax error : missing ')' before 'type' 1>src\screen.c(100): error C2065: 'y' : undeclared identifier 1>src\screen.c(100): warning C4552: '<' : operator has no effect; expected operator with side-effect 1>src\screen.c(100): error C2059: syntax error : ')' 1>src\screen.c(100): error C2143: syntax error : missing ';' before '{' 1>src\screen.c(101): error C2065: 'y' : undeclared identifier 1>src\screen.c(102): error C2143: syntax error : missing ';' before 'type' 1>src\screen.c(102): error C2143: syntax error : missing ')' before 'type' 1>src\screen.c(102): error C2065: 'x' : undeclared identifier 1>src\screen.c(102): warning C4552: '<' : operator has no effect; expected operator with side-effect 1>src\screen.c(102): error C2059: syntax error : ')' 1>src\screen.c(102): error C2143: syntax error : missing ';' before '{' 1>src\screen.c(103): error C2065: 'x' : undeclared identifier 1>src\screen.c(104): error C2065: 'y' : undeclared identifier 1>src\screen.c(104): error C2065: 'x' : undeclared identifier 1> interpreter.c 1>src\interpreter.c(37): error C2275: 'FILE' : illegal use of this type as an expression 1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdio.h(73) : see declaration of 'FILE' 1>src\interpreter.c(37): error C2065: 'rom' : undeclared identifier 1>src\interpreter.c(38): error C2065: 'rom' : undeclared identifier 1>src\interpreter.c(38): warning C4047: '!=' : 'int' differs in levels of indirection from 'void *' 1>src\interpreter.c(39): error C2275: 'uint8_t' : illegal use of this type as an expression 1> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdint.h(12) : see declaration of 'uint8_t' 1>src\interpreter.c(39): error C2065: 'p' : undeclared identifier 1>src\interpreter.c(40): error C2065: 'p' : undeclared identifier 1>src\interpreter.c(40): warning C4022: 'fread' : pointer mismatch for actual parameter 1 1>src\interpreter.c(40): error C2065: 'rom' : undeclared identifier 1>src\interpreter.c(40): warning C4047: 'function' : 'FILE *' differs in levels of indirection from 'int' 1>src\interpreter.c(40): warning C4024: 'fread' : different types for formal and actual parameter 4 1>src\interpreter.c(41): error C2065: 'rom' : undeclared identifier 1>src\interpreter.c(41): warning C4047: 'function' : 'FILE *' differs in levels of indirection from 'int' 1>src\interpreter.c(41): warning C4024: 'fclose' : different types for formal and actual parameter 1 1>src\interpreter.c(53): error C2065: 'rom' : undeclared identifier 1>src\interpreter.c(53): warning C4047: 'function' : 'FILE *' differs in levels of indirection from 'int' 1>src\interpreter.c(53): warning C4024: 'fclose' : different types for formal and actual parameter 1 1>src\interpreter.c(89): error C2143: syntax error : missing ';' before 'type' 1>src\interpreter.c(89): error C2143: syntax error : missing ')' before 'type' 1>src\interpreter.c(89): warning C4047: '<' : 'uint8_t *' differs in levels of indirection from 'unsigned __int64' 1>src\interpreter.c(89): warning C4552: '<' : operator has no effect; expected operator with side-effect 1>src\interpreter.c(89): error C2059: syntax error : ')' 1>src\interpreter.c(89): error C2146: syntax error : missing ';' before identifier 'framebuf' 1>src\interpreter.c(89): error C2107: illegal index, indirection not allowed 1> chipster.c 1>src\chipster.c(10): warning C4550: expression evaluates to a function which is missing an argument list 1>src\chipster.c(12): error C2143: syntax error : missing ';' before 'type' 1>src\chipster.c(12): error C2143: syntax error : missing ')' before 'type' 1>src\chipster.c(12): error C2065: 'i' : undeclared identifier 1>src\chipster.c(12): warning C4552: '<' : operator has no effect; expected operator with side-effect 1>src\chipster.c(12): error C2059: syntax error : ')' 1>src\chipster.c(12): error C2143: syntax error : missing ';' before 'if' 1> Generating Code... ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========