SFML community forums
Help => General => Topic started 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!
-
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. ;)
-
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