 RPS
Participant
|
Hi,
I’ve been using PN to develop code for an embedded system. It is an excellent productivity tool.
The target system has its own compiler, so to program it one simply uploads the text source file.
The embedded compiler balks at comments in the source file.
Is there a way I can associate descriptive notes to projects and source files?
|
 simon
Key Master
|
Hi, normally I’d just include a NOTES or README file in the same directory as the source files – that’s probably the easiest way to achieve this.
There are others, you could for example put comments in the file and pass it through a script to strip them before you hit the compiler (like a preprocessor) but I don’t know of anything you could use that does that “out of the box”.
|