SDL_PollEvent trouble
I've been working on a project using SDL and OpenGL and things have been fine except now the program locks up when calling SDL_PollEvent. Everything compiles fine. The program runs up to the first SDL_PollEvent call and then I get the following in the run log:
2008-02-04 20:54:59.415 42[4097] Exception raised during posting of notification. Ignored. exception: *** +[NSFocusState sharedFocusState]: selector not recognized
Everything was working fine yesterday and my attempts to comment out the code added since have no effect. Any ideas what I did?
2008-02-04 20:54:59.415 42[4097] Exception raised during posting of notification. Ignored. exception: *** +[NSFocusState sharedFocusState]: selector not recognized
Everything was working fine yesterday and my attempts to comment out the code added since have no effect. Any ideas what I did?
sounds like a bug in SDL,
exists, the one with the : doesn't...
Code:
+[NSFocusState sharedFocusState]
I just created a new project and added in my old sources. Works fine now. Still, I wish I knew what was going on.
Thanks for the input OSC.
Thanks for the input OSC.

