Hi guys so the first question is I found eclipse made two.exes from one program I get SDLTest and SDLTest(1) I have to select SDLTest for the actualy program to run
if not the older program which just prints "hello world" compiles and runs
but the the thing is I only have one folder and exe called SDLTest yet there is two versions of this?
the second question can be answered if you have any experience with the SDL API every time I try to exit from my program click the x button on the window it freezes up,any ideas why I'll post my code
Looks like at some point the linker had to choose between overwriting an existing file, or renaming that existing file. So it renamed it with a 1 on the end.