dvaosta Posted July 9, 2017 Report Share Posted July 9, 2017 Hi, I downloaded the source code and I launched the update_workspaces.bat to create the VS 2013 workspace. I can correctly compile and launch it, and it works as expected. The problem is that in VS i cannot see all the files. For example, in atlas I see only the GameInterface folder and not the others (AtlasFrontends, AtlasObject and AtlasUI). I attach the VC++ Project file of the atlas project. My question is: is this expected, and I have to search these missing files in other projects or is it a bug? atlas.vcxproj Quote Link to comment Share on other sites More sharing options...
Stan` Posted July 9, 2017 Report Share Posted July 9, 2017 Hello, and welcome to the forums, You have to pass the --atlas-ui command flag to the bat file iirc to build atlas. You'll also have to download wxwidgets and build it. Regards Quote Link to comment Share on other sites More sharing options...
vladislavbelov Posted July 9, 2017 Report Share Posted July 9, 2017 (edited) 5 minutes ago, stanislas69 said: Hello, and welcome to the forums, You have to pass the --atlas-ui command flag to the bat file iirc to build atlas. You'll also have to download wxwidgets and build it. Regards I thought --atlas, no? It works for me. Also it needs put wxWidget inside a library folder. Edited July 9, 2017 by vladislavbelov Quote Link to comment Share on other sites More sharing options...
Stan` Posted July 9, 2017 Report Share Posted July 9, 2017 Yeah --atlas sorry^^ Quote Link to comment Share on other sites More sharing options...
dvaosta Posted July 9, 2017 Author Report Share Posted July 9, 2017 Thanks to both, now it works. Now I take a look to the code and maybe in future I'll be able to solve some of the simplest tickets. 1 Quote Link to comment Share on other sites More sharing options...
Stan` Posted July 9, 2017 Report Share Posted July 9, 2017 @dvaosta Good to hear. Feel free to drop by IRC if you have any questions. 2 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.