SFML community forums

Help => General => Topic started by: AlejandroCastillo on April 08, 2021, 07:26:33 am

Title: Running my game from the EXE runs an outdated version?
Post by: AlejandroCastillo on April 08, 2021, 07:26:33 am
Whenever I run the exe (the one in the same file as the solution) everything runs smoothly but the game itself is reverted back to a much older version. Whenever I run the program within Visual Studios the newly updated game runs fine. It doesn't seem like a big problem but I can't seem to find any info online on what's going on. I'd greatly appreciate your help!
Title: Re: Running my game from the EXE runs an outdated version?
Post by: eXpl0it3r on April 08, 2021, 08:23:17 am
Sounds like you run a different exe than the one you just built.
Check your project settings to find out where the exe is created.
Also don't forget to check whether you're in Debug, Release, x86 or x64 mode. ;)
Title: Re: Running my game from the EXE runs an outdated version?
Post by: AlejandroCastillo on April 09, 2021, 10:09:11 pm
YUP! All I had to do was drag my release EXE into the solution folder. I can't believe I didn't think of that. Thank you1  ;D ;D ;D