Code:
PowerBASIC Compiler Version 3.50 Copyright (c) 1989-1999 by Robert Zale PowerBASIC Inc. * Carmel, CA USA Syntax is: PBC [options] file [options] * = default -x- = turn x off -CE *compile to .EXE -FEMU *emulator float -CU compile to .PBU -FNPX NPX ('87) float -CC compile to .PBC -FP procedural float -ODA declare arrays -G86 *generate 8086 -ODV declare vars/arrays -G286 generate 80286 -OD attach PBD debug info -G386 generate 80386 -OG gosub preserve -OZF *optimize faster -OM debug map file -LS *serial com lib -OP path names in unit debug -LP *printer lib -OU unit full debug -LB *ctrl-break lib -RExxx find run-time error -LG *graphics libs -ES stack error test -LC *CGA graphics lib -EB bounds error test -LE *EGA graphics lib -EO overflow error test -LV *VGA graphics lib -EN numeric error test -LA All libs -DExxx executable directory -LI interpreted print -DUxxx unit directory -LF full float emulate -DSxxx source directories -DLxxx link directories
probably do like Michael said and go to chapter 17 in the users
guide. I personally prefer to use the $compiler directives, but
everybody has their own way of doing it.
Buck
------------------
[This message has been edited by Buck Huffman (edited December 20, 2004).]
Leave a comment: