Zoomastigophora Posted June 2, 2010 Share Posted June 2, 2010 Just grabbed the latest build off SVN (r7603) and I'm getting these errors when trying to compile:2>..\..\..\source\tools\atlas\GameInterface\Handlers\MiscHandlers.cpp(184) : error C2039: 'state' : is not a member of 'SDL_KeyboardEvent'2>..\..\..\source\tools\atlas\GameInterface\Handlers\MiscHandlers.cpp(198) : error C2039: 'state' : is not a member of 'SDL_KeyboardEvent'2>..\..\..\source\tools\atlas\GameInterface\Handlers\MiscHandlers.cpp(204) : error C2039: 'state' : is not a member of 'SDL_KeyboardEvent'Looking at it, MESSAGEHANDLER(GuiCharEvent) should be throwing the same error, but it's not so I'm assuming the compiler stops trying to compile the file before getting to that point. Anywho, what should I do? Link to comment Share on other sites More sharing options...
Ykkrosh Posted June 2, 2010 Share Posted June 2, 2010 Oops, careless mistake. Should be fixed in SVN now - thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now