+ 1
.exe
How do I create an executable in Visual Studio 2013 w/ C++?
2 odpowiedzi
+ 3
maybe by clicking export !
0
for making exe you just have to build project first then just open Bin directory which is inside your project root folder and you will find your will find your EXE file there