Search found 228 matches
- Thu Jul 31, 2025 11:30 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 312
- Views: 55118
Re: Q_Liberator malaise
...
Similarly SQRview102DB4_obj does not hang as it did previously when asked to display files. Everything seems to work as it should apart from item 3 on the F3 drop down menu "view system sprite". On the Q60 trying this caused the system to lock up (no CTRL C to kill the job).
I also checked ...
- Sat Jul 19, 2025 11:06 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 312
- Views: 55118
Re: Q_Liberator malaise
...
What I did, was that I patched the SQRview object files definitions of the Q_ERR_ commands to Q_XXX_. But not the references in the compiled SuperBASIC.
So the compiled program will still look for Q_ERR_ON, but not find it in the compiled program, so will look outside for it. So you need to ...
- Fri Jul 18, 2025 11:07 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 312
- Views: 55118
Re: Q_Liberator malaise
I have done the same patch for SQRview. It's just a shot in the dark to see if it fixes the problems with SQRview
Same as before LRESPR QERR601B_bin first
I don't know what you did to SQRview but I wonder if this will work.
Versions 1.01 & 1.02 have the old ('94) QLib_ext built in, so any ...
- Wed Jul 09, 2025 11:50 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 312
- Views: 55118
Re: Q_Liberator malaise
BSJR wrote:
Another test object could be SuQcess, where DBAS can not be ignored.
Thanks for reminding me about SuQcess, all 3 versions of this that I have work perfectly with copyback on indicating that the DBAS file is not an issue with
SRQview. SuQcess is a lovely program with it's GD2 window ...
- Wed Jul 09, 2025 11:42 am
- Forum: Software & Programming
- Topic: QPack2 Exec Menu
- Replies: 10
- Views: 4668
Re: QPack2 Exec Menu
It's not anautomatic job. You need some BOOT lines with HOT_THING to add your jobs to the list.ql_freak wrote: Wed Jul 09, 2025 12:08 am Can the EXEC menu be adjusted by the user or does it just list all executable Things?
Check the QPAC2 manual.
BSJR
- Fri Jul 04, 2025 11:17 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 312
- Views: 55118
Re: Q_Liberator malaise
...
SQRview remains a standalone. No error messages this time. Everything seems fine until an attempt to load a file causes it to lock up, interestingly SQRview does not have runtimes incorporated.
At the moment the Q604F runtimes are a major, major improvement.
Cheers and thanks
'
"So far this ...
- Thu May 29, 2025 11:02 am
- Forum: Software & Programming
- Topic: My "from PACKAGE import *" (Python) simulation project (reflection)
- Replies: 85
- Views: 20680
Re: My "from PACKAGE import *" (Python) simulation project (reflection)
...sorry for being a dummy, just did not the message correctly, brain is getti g mesxing, breathing solder flux...
I like the idea of libraries of Superbasic prcedures and functions, it does sound familiarm I thought there was something aready donem maybe locked in the Quanta Library.
There is ...
- Wed May 28, 2025 11:34 am
- Forum: Software & Programming
- Topic: DBAS Database Documentation - Now available in PDF format.
- Replies: 7
- Views: 1253
Re: DBAS Database Documentation - Now available in PDF format.
For INCLUDE with no params, select everything. For EXCLUDE with no params, deselect everything.
That's what I would expect, but it seems to say the opposite...or am I just not getting the wording?
This works as expected in S*Basic in my SuQcess program.
Norman's attempts in ASM appear to ...
- Thu May 01, 2025 10:56 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 312
- Views: 55118
Re: Q_Liberator malaise
fer=FEXF(filename$) I can't find FEXF in WL's Reference guide :(
One F too much - It's FEX, likely.
FEW, FEX are SMSQ/E v3+ keywords and there are also FEXP (Lightning math) & FEXP$ (TK2,Minerva).
FEX, FEX$, FEX_W; FEXF, FEXF_W are (old) FI2 keywords, and now replaced by FI2_CALL to avoid ...
- Sat Apr 26, 2025 10:56 am
- Forum: Software & Programming
- Topic: Structured SuperBASIC
- Replies: 24
- Views: 8444
Re: Structured SuperBASIC
The PAUSE thing is from a line like:
PAUSE #channel, 250
Which I've got rid of now. So that's one out of the way! But I wonder why PAUSE doesn't like parameters.
Annoying, isnt it? I also only rediscovered this recently. Thats why I added PAUSE[#channel,] [timeout] to my Q2S "compatibility ...