

if you want to make a new project:

a) copy the folder inside of apps and paste in the same directory

ie (copy "fontsExample" and past "copy of fontsExample")

b) rename the folder, and inside the folder, the .dev and .layout

c) open the .dev file with a text editor.  change the 

FileName=fontsExample.dev
Name=fontsExample

to whatever you are calling this project, ie 

FileName=coolNewApp.dev
Name=coolNewApp

and save the .dev file

d) you might need to delete all of the compiled code.  Either in dev-c++ rebuild-all, or remove all the .o code in the obj folder.





