Search found 2699 matches

by tofro
Tue Oct 09, 2018 4:55 pm
Forum: Software & Programming
Topic: Proposal about the file system
Replies: 13
Views: 7649

Re: Proposal about the file system

Giorgio, the file backup date is not used by the system. Various backup programs do, however, use it for the intended purpose (compare modification date with backup date and decide a file does not need to be part of an incremental backup in case the former is earlier than the latter). Any change in ...
by tofro
Fri Oct 05, 2018 11:45 pm
Forum: Software & Programming
Topic: Test if a directory exists
Replies: 13
Views: 5567

Re: Test if a directory exists

Dilwyn, working with FMAKE_DIR or MAKE_DIR is a bit of a dangerous path. It will work in theory, but you will run into hard to fix issues in case the driver has to move files into that newly made directory: win1_LETTER_TXT exists, win1_LETTER_DOC exists you try to find out whether the directory win1...
by tofro
Fri Oct 05, 2018 11:32 pm
Forum: Software & Programming
Topic: Test if a directory exists
Replies: 13
Views: 5567

Re: Test if a directory exists

The behavior you see has to do with the fact that opening a directory on a valid and working device may not fail on QDOS for reasons other than the file exists and is no directory (That has to do with the fact that directories were a late addition to the OS and also somewhat with the way the default...
by tofro
Thu Oct 04, 2018 1:07 pm
Forum: The Welcome Area
Topic: Hello from Greater Toronto Area, Ontario, Canada!
Replies: 15
Views: 9015

Re: Hello from Greater Toronto Area, Ontario, Canada!

I do notice from your screenshot that you are using one of the finest QL Toolkits around, DJToolkit. I wrote that one! So what does DJ stand for? I had up to now assumed it was Dilwyn's initials :-D Because Dilwyn used to sell this in the past (probably because no one wants to deal with a Scotsman ...
by tofro
Tue Sep 25, 2018 3:46 pm
Forum: Help for New Users
Topic: QL Tinkering
Replies: 285
Views: 191075

Re: QL Tinkering

Interesting idea, Per!

Very unfortunately, however, this will not compile using Turbo - This doesn't allow expressions in DATA statements.
A shame there isn't anything like a LABEL statement in S*BASIC.

Tobias
by tofro
Sat Sep 22, 2018 5:13 pm
Forum: Hardware
Topic: QL wont work
Replies: 15
Views: 8391

Re: QL wont work

Hi It is a standard one fixed to the heatsink but would this of caused any more damage elsewhere if it's putting out too much volts. If you really had 7.5 Volts on the 5V rail, this has probably caused a lot more damage in all places - Some of the more robust chips might survive this for a few minu...
by tofro
Thu Sep 20, 2018 12:55 pm
Forum: QL Emulation
Topic: Ubuntu 14.04.4 and uqlx2017
Replies: 59
Views: 46410

Re: Ubuntu 14.04.4 and uqlx2017

The uQLx versions I built years ago for the Raspberry Pi and the Efika actually had a working TCP/IP driver (although I never tested it beyond some basic packet transfer tests, and definitely not against your driver, which didn't exist at that time). That means: It should in principle be working, as...
by tofro
Tue Sep 18, 2018 8:36 pm
Forum: Help for New Users
Topic: QL Tinkering
Replies: 285
Views: 191075

Re: QL Tinkering

Bah. And I was typing up a long answer quoting the exact same sentence of the book. :D

Thanks Andrew!
by tofro
Tue Sep 18, 2018 10:42 am
Forum: Hardware
Topic: PSU alternative?
Replies: 71
Views: 52702

Re: PSU alternative?

This is not so easy to answer - it depends a lot on the "stiffness" of your power supply under load. Power supplies are typically reted at a voltage that can be maintained under a typical load - Note, what you would measure on an unknown PSU is the open circuit voltage which is typically m...
by tofro
Tue Sep 11, 2018 7:25 pm
Forum: QL Emulation
Topic: Ubuntu 14.04.4 and uqlx2017
Replies: 59
Views: 46410

Re: Ubuntu 14.04.4 and uqlx2017

Derek_Stewart wrote: A question about UQLX, if F1 is automatically keyed by the emulator, how do I initialise the Second Screen, which is F3 or F4.
That's simple. It's not implemented.

Tobias