hey,
im real new to c++ and compilers, the whole world actually, but one thing i do know is what an .exe file is! the thing is, once i've compiled my code in the bloodshed compiler it outputs my program, great, but leaves no .exe file of the program anywhere so i cant have that little piece of magic i created available to me unless i run it through the bloodshed compiler. is this just how things work with bloodshed or can i get a copy of the .exe file?
please help me someone
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey,
im real new to c++ and compilers, the whole world actually, but one thing i do know is what an .exe file is! the thing is, once i've compiled my code in the bloodshed compiler it outputs my program, great, but leaves no .exe file of the program anywhere so i cant have that little piece of magic i created available to me unless i run it through the bloodshed compiler. is this just how things work with bloodshed or can i get a copy of the .exe file?
please help me someone
Open you project. Now g to Project/Project Options/Build Options/Executable Output Directory.
Set that to the directory you want the .exe to be.
Done.
thanks that helps!