Using GCBasic under Crimson Editor, along with Windows XP. Compiling a flawed program that GCBAsic compliles successfully but then fails in the assembler. The message "Press any key to continue" is displayed, but this function does not work. Have to save any changes, then exit the Crimson Editor, then resume the Crimson Editor to start again.
Regards,
Kent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using GCBasic under Crimson Editor, along with Windows XP. Compiling a flawed program that GCBAsic compliles successfully but then fails in the assembler. The message "Press any key to continue" is displayed, but this function does not work. Have to save any changes, then exit the Crimson Editor, then resume the Crimson Editor to start again.
Regards,
Kent
If should add the command line switch /NP (see file messages.dat) in the following line of the file compile.bat:
GCBASIC /NP /NC %1 /O:compiled.asm /A:makeasm.bat /P:download.bat
^
|
add ------
stefano
Works great, Thanks for the tip!
Have been reluctant to edit any batch files. That was after locking up an old Windows 95 machine, while messing with the bios, and autoexec.bat file.
Kent