.Exe program in codeblocks?

Dec 29, 2010 at 11:58am
Hey everybody, I was wondering how I would start making a simple .exe file for windows using the code blocks environment. Any help is appreciated.
Dec 29, 2010 at 12:28pm
Create a new project, write your code and select Build/Build or press F9 for "Build and run".
You will find the .exe files in the bin subfolder of your project.
Make sure to switch to the Release build when you want to distribute the .exe file.
Topic archived. No new replies allowed.