SFML community forums

Help => General => Topic started by: DesTunK on February 02, 2015, 12:59:49 am

Title: .exe problem
Post 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.
Title: Re: .exe problem
Post by: eXpl0it3r on February 02, 2015, 01:41:05 am
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.
Title: Re: .exe problem
Post by: DesTunK on February 02, 2015, 09:27:29 am
How can it be possible ?
I just install Visual Studio 2013 and I just change nothing... :/
Title: Re: .exe problem
Post by: eXpl0it3r on February 02, 2015, 10:34:18 am
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.
Title: Re: .exe problem
Post by: M74 on February 02, 2015, 07:15:31 pm
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 :-)
Title: Re: .exe problem
Post by: DesTunK on February 04, 2015, 02:32:08 pm
Thanks, I change it and now, it works :)