SFML community forums
Help => General => Topic started by: DesTunK on February 02, 2015, 12:59:49 am
-
Hi,
First of all, I just have to say that my english isn't really good, i'm sorry for that :/
So, I've this week a SFML project to create a videogame.
I tried to install SFML, so I did the tutorial, but I've a problem.
When I try to compile, I got a message to say : Your NameProject.exe doesn't exist.
Indeed, I don't even any .exe in my file...
Can you help me please ? I need this to start this week ^^'
Thanks you.
-
This has nothing to do with SFML itself. Your compiler/IDE is either not generating the executable or if you've bad luck, your AV is deleting the executable after creation.
-
How can it be possible ?
I just install Visual Studio 2013 and I just change nothing... :/
-
I know less than you do, so how should I know? ;D
Make sure you actually build your application before you try to run it.
Also make sure you've write access to the directories.
-
Try to change your build setting to "Release". The missing exe problem occurs when there are wrong debug settings in VS.
If it works in Release Mode then you should try to make a new, clean project and dont touch the debugger settings then :-)
-
Thanks, I change it and now, it works :)