C:\Codeblocks\Projects\NewTest\sdltest.cpp||In function 'void TestNewJoystick()'
C:\Codeblocks\Projects\NewTest\sdltest.cpp|536|error: 'BACK_LIGHT_OFF' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|536|error: 'SDL_SYS_JoystickGp2xSys' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|536|error: 'BACK_LIGHT_ON' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|537|error: 'BATT_LED_ON' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|537|error: 'SDL_SYS_JoystickGp2xSys' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|537|error: 'BATT_LED_OFF' was not declared in this scope|
||=== Build finished: 6 errors, 0 warnings ===|
I couldn't find an answer on how to solve this. The search made it appear like a common event, but I had trouble finding a thread with an answer.
Does anyone know how to solve this?
Thanks!
C:\Codeblocks\Projects\NewTest\sdltest.cpp|536|error: 'BACK_LIGHT_OFF' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|536|error: 'SDL_SYS_JoystickGp2xSys' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|536|error: 'BACK_LIGHT_ON' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|537|error: 'BATT_LED_ON' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|537|error: 'SDL_SYS_JoystickGp2xSys' was not declared in this scope|
C:\Codeblocks\Projects\NewTest\sdltest.cpp|537|error: 'BATT_LED_OFF' was not declared in this scope|
||=== Build finished: 6 errors, 0 warnings ===|
I couldn't find an answer on how to solve this. The search made it appear like a common event, but I had trouble finding a thread with an answer.
Does anyone know how to solve this?
Thanks!