Problem Creating file on DOS device
Posted: Tue Jun 17, 2014 11:09 am
I've just run into a problem creating a file on a DOS device in QPC2. I thought I would ask here before I spend a lot of time investigating it, in case it is a known problem.
I have written a machine code SuperBASIC procedure which creates a file. It works fine if I create the file on FLP. But if I uses the same command, and just change the device to DOS. The command does not complete, but you can CTRL-Break back to basic.
On the DOS device the file is created, but nothing is written to it.
I create the file with an IO.OPEN trap, with D3 set to =2 new(exclusive)file.
The DOS device is OK, as I can do a DIR on it fine.
I have written a machine code SuperBASIC procedure which creates a file. It works fine if I create the file on FLP. But if I uses the same command, and just change the device to DOS. The command does not complete, but you can CTRL-Break back to basic.
On the DOS device the file is created, but nothing is written to it.
I create the file with an IO.OPEN trap, with D3 set to =2 new(exclusive)file.
The DOS device is OK, as I can do a DIR on it fine.