I keep getting a Compilation Error message that is always on line 13. First it was showing up in the commented out text header. I deleted the header then the error happen on an Include line. I can add lines to move the code up or down but the error is always on line 13. I completely uninstalled the reinstalled Swordfish but this still happens. It makes no sense.
I attached two pictures showing the error at the same place.
Illogical compilation error
Moderators: David Barker, Jerry Messina
Illogical compilation error
- Attachments
-
- sf2.png (134.46 KiB) Viewed 3732 times
-
- SF1.png (166.37 KiB) Viewed 3732 times
- David Barker
- Swordfish Developer
- Posts: 1216
- Joined: Tue Oct 03, 2006 7:01 pm
- Location: Saltburn by the Sea, UK
- Contact:
Re: Illogical compilation error
I am unable to reproduce the error here.
Can you attach some files that exhibit this behaviour so I can test here.
Can you attach some files that exhibit this behaviour so I can test here.
-
- Swordfish Developer
- Posts: 1494
- Joined: Fri Jan 30, 2009 6:27 pm
- Location: US
Re: Illogical compilation error
Just in case someone else runs across an issue like this, it turns out that the cause was having a module name that starts with a numeric character, ie "module 1M_FRAM".
As with all identifiers, module names must start with an alpha character or underscore.
As with all identifiers, module names must start with an alpha character or underscore.