Zoomastigophora Posted June 2, 2010 Report 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? Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted June 2, 2010 Report Share Posted June 2, 2010 Oops, careless mistake. Should be fixed in SVN now - thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.