I'm using the latest version, CCS64 V3.0 Beta 1.4, and I am trying to run some programs from a very old book I have. One of these allows you to print its output. It doesn't do anything fancy, just the standard "OPEN4,4:CMD4" to redirect output to the printer.
The problem is that once it finishes printing, CCS64 just exists! BTW, I'm using it in fullscreen mode, 320x240x32. It prints fine, and as a matter of fact, it prints the entire output, so it is not crashing *while* printing (I can tell because the printer4.txt file contains everything it should). Aparently it is crashing *after* printing, for some reason.
-dZ.
CCS64 exits when "printing" to file
Moderator: Håkan Sundell
-
nicknicknickandnick
- Posts: 17
- Joined: Thu Jan 22, 2004 10:24 am
Maybe related to that, I have found that using a CLOSE 3,4 command before using PRINT#3 will make the CCS64 stop entirely (version 3.0 will also give an illegal operation message). So, be sure that BASIC programs use the PRINT#3 command before using the CLOSE 3,4 command.
ed - Oh, I should mention that my choice of the number 3 is my habit, and you might have some other number in there.
ed - Oh, I should mention that my choice of the number 3 is my habit, and you might have some other number in there.
Last edited by nicknicknickandnick on Fri Sep 03, 2004 7:19 am, edited 1 time in total.
-
Stuart Toomer
- Site Co-Admin
- Posts: 786
- Joined: Wed Aug 20, 2003 2:46 pm
- Location: East Yorkshire, England