(with apologies to TS Eliot)
Are there any suggestions for the naming of projects (and more specifically, their components).
I am trying to create a new project - which I want to call CATCOMP
Because it's a GUI application I get a generic unit1 which is associated with a form. I save the project after almost every line, and the last time I did this I ended up with 5 CATCOMP files:
CATCOMP.ico
CATCOMP.lpi
CATCOMP.lpr
CATCOMP.lps
CATCOMP.res
My form and unit I want to name frmCATCOMP, but when I try to save the project I get Duplicate identifier frmCATCOMP.
I do have 2 frmCATCOMP files:
frmcatcomp.lfm
frmcatcomp.pas
If I try and change the name of the form, then I still end up with a duplicate identifier - but a different same (if you follow my meaning).
I've tried to locate anything that will give me any sort of guidance on how a project expects to see files named, but all I get is a set of "Do this, Do that" type steps, and narry a word about why this or why that!
Can someone please point me in the direction of a good, useful piece of documentation about this not unimportant aspect of using Lazarus. (And no, I don't want a lifetime of projects all containing 'default' unit1 files)
Sorry about the rant, but internet searching and plowing through the res. ref.user. prog documents is not giving me any results!
Thanks,
Tony
PS I would have uploaded the project, but when I try to Publish it, I'm told there is an error in copying the files - presumably because of the duplicates!