Search found 3132 matches

by dilwyn
Thu Jul 17, 2025 9:28 am
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 296
Views: 43380

Re: Q_Liberator malaise

Assuming that line numbers have remained the same as in the sources, here's the bit of source around that line:

13080 REMark we are using File Info 2 for viewing
13090 IF CHECK('FI2_FCALL') THEN
13100 fer = FI2_FCALL(src$&file_name$)
13110 ELSE
13120 fer = FEXF(src$&file_name$)
13130 END IF

To ...
by dilwyn
Tue Jul 15, 2025 4:12 pm
Forum: Software & Programming
Topic: Quill from Gilsoft
Replies: 78
Views: 19292

Re: Quill from Gilsoft




Just in case anyone is interested, I've attached an updated version of the "advutils" folder that Rich Mellor compiled and is currrently on Dilwyn's website, containing the amended Quill_to_BASIC conversion program (plus the other ACT utilities, untouched). The BASIC source is included ...
by dilwyn
Tue Jul 15, 2025 3:37 pm
Forum: Software & Programming
Topic: Quill from Gilsoft
Replies: 78
Views: 19292

Re: Quill from Gilsoft


Just in case anyone is interested, I've attached an updated version of the "advutils" folder that Rich Mellor compiled and is currrently on Dilwyn's website, containing the amended Quill_to_BASIC conversion program (plus the other ACT utilities, untouched). The BASIC source is included.

Cheers ...
by dilwyn
Thu Jul 10, 2025 10:46 am
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 296
Views: 43380

Re: Q_Liberator malaise

Here's the code surrounding the error point simplified to a test function, without the Easyptr stuff. This should clarify what is happening line by line so we can see which keyword exactly is causing the issue.

Q_ERR_ON temporarily converts a procedure like OPEN_IN into a function (internally) so ...
by dilwyn
Tue Jul 08, 2025 11:15 pm
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 296
Views: 43380

Re: Q_Liberator malaise

Here you go:
13820 DEFine PROCedure Scroll_Bar
13830 REMark must use #2
13840 IF line_ptr(0) = 0 AND line_ptr(lines%) >= fl THEN
13850 sbht% = 10*lines% : sby% = 0 : REMark all of file shown
13860 ELSE
13870 IF line_ptr(lines%) >= fl THEN
13880 sbht% = 10 : sby% = 10*lines%-10 : REMark end of file ...
by dilwyn
Tue Jul 08, 2025 9:44 pm
Forum: Software & Programming
Topic: Q_Liberator malaise
Replies: 296
Views: 43380

Re: Q_Liberator malaise

Assuming we're talking of v2.09, the code between those lines is as follows, in case it gives any clues:

18240 Q_ERR_ON 'open_in' : OPEN_IN #3,called$
18250 fer = Q_ERR : Q_ERR_OFF 'open_in'
18260 IF fer < 0 THEN An_Error fer : RETurn fer : REMark oops
18270 :
18280 fl = FLEN(#3) : REMark file ...
by dilwyn
Tue Jul 08, 2025 10:09 am
Forum: General QL Chat
Topic: QIMSI and RGB->VGA converter housing.
Replies: 6
Views: 1218

Re: QIMSI and RGB->VGA converter housing.

I'm very pleased it's been a successful project - people clearly appreciate your work.
by dilwyn
Mon Jul 07, 2025 10:07 pm
Forum: General QL Chat
Topic: QIMSI and RGB->VGA converter housing.
Replies: 6
Views: 1218

Re: QIMSI and RGB->VGA converter housing.

Out of interest, do we have a rough figure of how many QIMSIs and QIMSI-Golds have been made?
by dilwyn
Sat Jul 05, 2025 12:34 pm
Forum: General QL Chat
Topic: My current QL accelerator project
Replies: 102
Views: 12411

Re: My current QL accelerator project

Will James wrote: Sat Jul 05, 2025 11:09 am Time for a coffee.
Time for a HEX$(12648430,24) you mean? :ugeek:

Seriously, though, although this project isn't quite my, err, cup of tea, I'll be following it with quiet interest.
by dilwyn
Wed Jul 02, 2025 9:39 am
Forum: Software & Programming
Topic: Q68 on QL Network
Replies: 22
Views: 2406

Re: Q68 on QL Network

I wasn't too sure from reading the QIMSI Gold manual if the 47ohm resistor and clamp diode are already on the board (so needing only the 330 ohm resistor on the jack socket contact?).

What held me back from adding the network was the worry over a third cable tugging on the fairly fragile connection ...