Right from the Help file:
Code:
You can also add a 'compiler preprocessor directive' called JPRO_COMPILETEMP. JPro will examine your source code for this directive and, if found, will compile your source to a temporary disk file. This allows you to quickly create code to test without having to save the code into a disk file. JPro will delete any temporary files after it is finished. Examples: ' JPRO_COMPILETEMP = TRUE
Code:
' JPRO_COMPILER = PB/WIN ' JPRO_COMPILER = PB/DLL ' JPRO_COMPILER = PB/CC ' JPRO_COMPILER = PB/DOS
Leave a comment: