Greg Ross
07-02-2002, 02:02
I just uploaded a new version (v2.11) to the white papers section. This version includes the $Slot and $Run directives as suggested by Dr. Joe.
If you are using it, can you please share how you use it?
Personally, when I am programming our robot, I use the preprocessor as a launching pad. From the preprocessor GUI, I launch the BASIC Stamp Editor to edit the program file.
After I have made my edits, I save them, and switch back to the preprocessor GUI, and preprocess the file.
After the preprocessing is complete, I again launch the editor -- this time on the intermediate (output from the preorocessor) file(s). So now I have 3 windows open: the preprocessor and 2 editor instances.
While debugging, I put debug statements in the intermediate files, so I don't have to strip them out after I'm done debugging -- all I have to do is preprocess the source file again. (I do have to remember though, that if I make any functional changes to any of the intermediate files, I need to make them in the source file too.)
If you are using it, can you please share how you use it?
Personally, when I am programming our robot, I use the preprocessor as a launching pad. From the preprocessor GUI, I launch the BASIC Stamp Editor to edit the program file.
After I have made my edits, I save them, and switch back to the preprocessor GUI, and preprocess the file.
After the preprocessing is complete, I again launch the editor -- this time on the intermediate (output from the preorocessor) file(s). So now I have 3 windows open: the preprocessor and 2 editor instances.
While debugging, I put debug statements in the intermediate files, so I don't have to strip them out after I'm done debugging -- all I have to do is preprocess the source file again. (I do have to remember though, that if I make any functional changes to any of the intermediate files, I need to make them in the source file too.)