home *** CD-ROM | disk | FTP | other *** search
- ******* ARM BOB *************** GCW 06/06/94 *******
-
- Double clicking on !ArmBob will define four
- filetypes:
-
- BobFile BobTask BobProj BobPTask
-
- and their run-actions, and will open the directory
- of the pseudo-filing-system Bob: which contains Bob
- programs.
-
- BobFiles run in a command window - use these for wimp
- programs.
-
- BobTask programs run in a taskwindow. Only use these
- for non-wimp programs with no graphics output.
-
- BobProj files contain the pathnames of files comprising
- a Bob program. Just one must contain the top-level
- function main(). Running the BobProj file compiles the
- files and runs the resulting code in a command window.
-
- BobPTask files are similar to BobProj files but runs
- the program in a taskwindow.
-
- Compilation errors cause a throwback window to open.
- Click on the Throwback icon to open an edit window
- on the source file, with the error line highlighted.
-
- To debug and/or trace insert -d and/or -t before %%*0
- in the relevant commands in !ArmBob.!Boot and
- !ArmBob.!Run.
-
- See the docs directory for more information.
- *********************************************************