Search found 1280 matches

by pjw
Mon Mar 18, 2024 4:57 pm
Forum: Software & Programming
Topic: Launchpad v2.12 Update
Replies: 17
Views: 779

Re: Launchpad v2.12 Update

dilwyn wrote: Mon Mar 18, 2024 4:29 pm Personally, with the main QLib release at 3.45a (well, that's what it displays in its front end anyway) and the last Liberation Software distro at 3.36, I'd find 3.37 confusing.
Whoopsadaisy! I mean V3.46!
by pjw
Mon Mar 18, 2024 3:13 pm
Forum: Software & Programming
Topic: Launchpad v2.12 Update
Replies: 17
Views: 779

Re: Launchpad v2.12 Update

<> Thank you Per. I don't know why I didn't do something like that in the first place. Probably because I wanted to display the extra info that QJ or JOBS supply (and probably I was too lazy). Ah yes. That was just a wee reminder in case you had forgotten. I knew you could fill in any missing detai...
by pjw
Mon Mar 18, 2024 3:10 pm
Forum: Software & Programming
Topic: Launchpad v2.12 Update
Replies: 17
Views: 779

Re: Launchpad v2.12 Update

<> Clearly there is a problem with the latest Qlib_ext and QJ; an earlier version works ok. Strange, 'cause I didnt (knowingly) alter any code, just repackaged it. I'll try to fix it as soon as I have some time. This should fix it! There was one misaligned byte in the embedded text. I also removed ...
by pjw
Sun Mar 17, 2024 10:41 pm
Forum: Software & Programming
Topic: Launchpad v2.12 Update
Replies: 17
Views: 779

Re: Launchpad v2.12 Update

pjw wrote: Sun Mar 17, 2024 10:07 pm <>
Clearly there is a problem with the latest Qlib_ext and QJ; an earlier version works ok. Strange, 'cause I didnt (knowingly) alter any code, just repackaged it.
I'll try to fix it as soon as I have some time.
by pjw
Sun Mar 17, 2024 10:07 pm
Forum: Software & Programming
Topic: Launchpad v2.12 Update
Replies: 17
Views: 779

Re: Launchpad v2.12 Update

Dilwyn, you could try:

Code: Select all

100 DEFine PROCedure ListJobs(ch)
110 LOCal nj, n
120 :
130 n = 0
140 REPeat nj
150  n = NXJOB(n, 0)
160  IF n = 0: EXIT nj
170  PRINT#ch; JOB$(n)
180 END REPeat nj
190 END DEFine ListJobs
200 :
210 :
by pjw
Sun Mar 17, 2024 8:47 pm
Forum: Hardware
Topic: QL <-> MOXA Nport 5150A and Internet! Surf on Telnet connected BBS
Replies: 7
Views: 181

Re: QL <-> MOXA Nport 5150A and Internet! Surf on Telnet connected BBS

With QPC2, Q68, etc, you dont even need a modem or serial cable..
Any tips on good, QL-related BBSes? There are just too many other ones out there.
by pjw
Thu Mar 14, 2024 1:37 pm
Forum: General QL Chat
Topic: Most probably the smallest "QL" ever!
Replies: 31
Views: 1609

Re: Most probably the smallest "QL" ever!

I respect all the effort for installing QL emulators on all kind of small computers and devices. I still think that the smallest QL ever is the QL working on your Android phone. It really works well on your phone by means of the Exagear emulator if you install this on your Android phone, then you c...
by pjw
Tue Mar 12, 2024 10:29 pm
Forum: Software & Programming
Topic: The MEM Device
Replies: 9
Views: 401

Re: The MEM Device

Hi Martyn,

No rush on my account, I still have a lot of figuring out to do.

Thanks for taking the trouble!
by pjw
Tue Mar 12, 2024 6:03 pm
Forum: Hardware
Topic: PiStorm
Replies: 107
Views: 20256

Re: PiStorm

A year and a half on, did anyone have any joy with this on Ql-type hardware?
by pjw
Tue Mar 12, 2024 12:56 pm
Forum: Software & Programming
Topic: The MEM Device
Replies: 9
Views: 401

Re: The MEM Device

Hi Per! I developed the MEM driver a bit further than Simon's and Lau's originals and it works under SMSQe quite nicely. I'll digit out and share the (revised) source and binary when I'm back at my laptop. Hi Martyn, Is this still happening? I was hoping to test whether NASERVE blocks it, as tofo s...