St0rmTroop3er
09-30-2003, 11:54 PM
what does this error mean?
G3D_P1.cpp:33:19: fcnt1.h: No such file or directory
G3D_P1.cpp: In function `LRESULT WindowProc(HWND__*, unsigned int, unsigned
int, long int)':
G3D_P1.cpp:57: case label `15' not within a switch statement
G3D_P1.cpp:68: case label `2' not within a switch statement
G3D_P1.cpp:77: `default' label not within a switch statement
G3D_P1.cpp:55: break statement not within loop or switch
G3D_P1.cpp:66: break statement not within loop or switch
G3D_P1.cpp:75: break statement not within loop or switch
G3D_P1.cpp:77: break statement not within loop or switch
G3D_P1.cpp: At global scope:
G3D_P1.cpp:82: parse error before `return'
G3D_P1.cpp:153: parse error before `return'
G3D_P1.cpp: In function `int Game_Main(void*)':
G3D_P1.cpp:184: `KEY_DOWN' undeclared (first use this function)
G3D_P1.cpp:184: (Each undeclared identifier is reported only once for each
function it appears in.)
G3D_P1.cpp:187: `main_window_handle' undeclared (first use this function)
Man! This book is really making me mad. I copy the code from this book exacly and the program is all buggy. I"ll attach the .cpp file and you ppl take a look at it.
Don't werie about there not being comments I used as many as possible so I won't forget things.
~Trooper
G3D_P1.cpp:33:19: fcnt1.h: No such file or directory
G3D_P1.cpp: In function `LRESULT WindowProc(HWND__*, unsigned int, unsigned
int, long int)':
G3D_P1.cpp:57: case label `15' not within a switch statement
G3D_P1.cpp:68: case label `2' not within a switch statement
G3D_P1.cpp:77: `default' label not within a switch statement
G3D_P1.cpp:55: break statement not within loop or switch
G3D_P1.cpp:66: break statement not within loop or switch
G3D_P1.cpp:75: break statement not within loop or switch
G3D_P1.cpp:77: break statement not within loop or switch
G3D_P1.cpp: At global scope:
G3D_P1.cpp:82: parse error before `return'
G3D_P1.cpp:153: parse error before `return'
G3D_P1.cpp: In function `int Game_Main(void*)':
G3D_P1.cpp:184: `KEY_DOWN' undeclared (first use this function)
G3D_P1.cpp:184: (Each undeclared identifier is reported only once for each
function it appears in.)
G3D_P1.cpp:187: `main_window_handle' undeclared (first use this function)
Man! This book is really making me mad. I copy the code from this book exacly and the program is all buggy. I"ll attach the .cpp file and you ppl take a look at it.
Don't werie about there not being comments I used as many as possible so I won't forget things.
~Trooper