Hello,(else Bonjour,'cause i'm french)
I have this error with the latest OIS and Code::Blocks (latest too):
undefined reference to `OIS::InputManager::createInputSystem(unsigned int)'
And my code:
size_t hWnd = 0;
mWindow->getCustomAttribute("WINDOW", &hWnd);
mInputManager = OIS::InputManager::createInputSystem(hWnd);
PS:I have previously include "OIS/OIS.h" and added to search directories the directory where the includes are ('cause else this don't work and OIS.h display errors which he can't include files who are in the same directory that him^^)<-not important
Thanks.