Page 1 of 1

How to create an empty Project ?

Posted: Thu May 19, 2016 6:28 pm
by LambShank
when I create a project it contains a main.c with the "hello world" program inside it...
how do I fix this ?


is there a way to create an empty project ?

Re: How to create an empty Project ?

Posted: Thu May 19, 2016 8:58 pm
by eranif
Just create a project and delete all the files in it.
You can save this project as template for future use right click on the project->save as template


Eran

Re: How to create an empty Project ?

Posted: Thu May 19, 2016 9:25 pm
by DavidGH
Hi,

You can also select Others > Non-code project from the New Project wizard. You'll still be asked for a directory and to select a compiler, but you'll end up with an empty project you can add anything to. I've used this in the past for documentation.

Regards,

David