Jump to content

why can't i run my game???


metaldc4life
 Share

Recommended Posts

Once you download VS 2013 express desktop edition, in the LE editor under the Assets tab you should see a Projects/Windows (assuming you are using Windows). Right click that folder and select Open Folder. Inside you'll see a few files. Dbl click the .sln (solution) file. This is the Visual Studio file that holds the project. Once it's open in the top middle you will see a dropdown that says Debug or Release. You will need to build both. Select menu option Build->Build Solution. Then switch to the Release ( or debug, I can't remember which is shown first) and do the same thing. The build will show a bunch of stuff happening at the bottom. If everything goes well you can now run the exe in Leadwerks editor. You can also run it from Visual Studio. You will see a play button in the toolbar at the top.

 

Any changes you make in C++ will require you to rebuild. If you make changes in the editor only it won't require a rebuild in visual studio.

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...