c++ - Making .exe file in Visual Studio 2013 -
I have created my project in C ++ and used SFML 2.1, I also loaded images from disk And when I'm trying to run its giving error file in loading your .exe file. For now, I'm trying to run my own .exe file (in the project debug or release folder).
I do this for my friends Want to create an Exe file, which are not programmers, so that my game runs on your PC even if anyone Please help to know how to make exe!
First, exe file.
After this, your friends will not have all the developmental DLLs and libs necessary for your app to work. You can know what is necessary to start your app. Keep all those files near your exe and it should work mostly on PC.
Bonus tip
Often, when you experience such a problem (application crashes straight out of the project), the simplest solution, which is a language-atheist, is your View the app in a new file inside your main function and after your app is running directly on your screen (outside the IDE / Project), ending in your project hierarchy. / p>
You will see there only where your app's relative root is. Most of the time, depending on the language you choose, this is right next to the compiled file.
Comments
Post a Comment