hi Dilwyn,
I seem to recall a series in QL World to build a compiler written in SuperBASIC that compiled itself
that might have connections with the background to SuperCharge?
QBITS
Search found 261 matches
- Sun Jun 15, 2025 12:10 pm
- Forum: General QL Chat
- Topic: BASIC Compiler
- Replies: 5
- Views: 220
- Sat Jun 07, 2025 4:29 pm
- Forum: QL Emulation
- Topic: Run QPC2 emulator on Android phone or tablet
- Replies: 11
- Views: 12802
Re: Run QPC2 emulator on Android phone or tablet
Hi,
QPC2 with Horizon emu on my ANDROID 15
Some success I have QPCII 5.02 up and running. Can activate screen Keyboard and type dir which gives QPCD QDOS Progs
I try DIR dos1 and I hit a problem the (_) underscore prints the same and a dash or minus. I’ve tried several different keyboard ...
QPC2 with Horizon emu on my ANDROID 15
Some success I have QPCII 5.02 up and running. Can activate screen Keyboard and type dir which gives QPCD QDOS Progs
I try DIR dos1 and I hit a problem the (_) underscore prints the same and a dash or minus. I’ve tried several different keyboard ...
- Sat Jun 07, 2025 1:19 pm
- Forum: QL Emulation
- Topic: Run QPC2 emulator on Android phone or tablet
- Replies: 11
- Views: 12802
Re: Run QPC2 emulator on Android phone or tablet
Thanks Norman
That might be it linked to how QPC2.exe sets up the windrives etc...
I'll have another try.
QBITS
That might be it linked to how QPC2.exe sets up the windrives etc...
I'll have another try.
QBITS
- Sat Jun 07, 2025 1:14 pm
- Forum: Help for New Users
- Topic: QL Tinkering
- Replies: 410
- Views: 314805
Re: QL Tinkering
Hi bwinkel67 thanks for your inquiry.
8 colour high res is used with QPC2 which will default to four colours with Mode 4 on other older QL Platforms as when using QL Qemulator or QL2K running at QLBB speed. In these environments QBITS Trader takes a few minutes to go through the Stock Trends ...
8 colour high res is used with QPC2 which will default to four colours with Mode 4 on other older QL Platforms as when using QL Qemulator or QL2K running at QLBB speed. In these environments QBITS Trader takes a few minutes to go through the Stock Trends ...
- Sat Jun 07, 2025 10:24 am
- Forum: QL Emulation
- Topic: Run QPC2 emulator on Android phone or tablet
- Replies: 11
- Views: 12802
Re: Run QPC2 emulator on Android phone or tablet
Hi,
I’ve been trying out Horizon Emu win 10 emulator with wine16 on my Android 15, I can get the QPC2.exe to start but comes up with error opening SMSQE file Code 20 sharing Violation.
Any thoughts.
QBITS
I’ve been trying out Horizon Emu win 10 emulator with wine16 on my Android 15, I can get the QPC2.exe to start but comes up with error opening SMSQE file Code 20 sharing Violation.
Any thoughts.
QBITS
- Sat Jun 07, 2025 10:16 am
- Forum: Help for New Users
- Topic: QL Tinkering
- Replies: 410
- Views: 314805
Re: QL Tinkering
Hi, Thanks, RalfR, Critian and others members for past and present encouraging comments.
In developing QBITS Trader I played a number of times. I have to say most of my efforts to date resulted in being Fired.
My score did improve over time and I managed to reach Skilful just the once. I have yet ...
In developing QBITS Trader I played a number of times. I have to say most of my efforts to date resulted in being Fired.
My score did improve over time and I managed to reach Skilful just the once. I have yet ...
- Fri Jun 06, 2025 4:25 pm
- Forum: Help for New Users
- Topic: QL Tinkering
- Replies: 410
- Views: 314805
Re: QL Tinkering
Hi all,
With all the talk on Tariffs, I had a bit of time on my hands so I made a few updates to QBITS Trader.
QBITS
With all the talk on Tariffs, I had a bit of time on my hands so I made a few updates to QBITS Trader.
QBITS
- Thu May 29, 2025 4:44 pm
- Forum: Help for New Users
- Topic: QL Tinkering
- Replies: 410
- Views: 314805
Re: QL Tinkering
Hi All,
QBITS 3DGrahics started with a Revolving Cube this was expanded to more Shapes and a Space Shuttle. The 2023 Special Edition added a Revolving Globe and Pod Rescue game exploring multiple Object drawn to screen. This latest Extended Edition goes further with updates to Globe Menus and ...
QBITS 3DGrahics started with a Revolving Cube this was expanded to more Shapes and a Space Shuttle. The 2023 Special Edition added a Revolving Globe and Pod Rescue game exploring multiple Object drawn to screen. This latest Extended Edition goes further with updates to Globe Menus and ...
- Fri May 23, 2025 5:21 pm
- Forum: Software & Programming
- Topic: SuperBASIC Quirks
- Replies: 10
- Views: 897
Re: SuperBASIC Quirks
Hi,
My Simples solution to avoid the ‘0’ problem with floating point calculations was an
IF statement to catch the variable vs value of 1.4 equating to the ‘0’
ELSE all other calculation for wz=(vs*20)-28 provides the output scale of -20 to +20.
Is there a more sophisticate coding method or does ...
My Simples solution to avoid the ‘0’ problem with floating point calculations was an
IF statement to catch the variable vs value of 1.4 equating to the ‘0’
ELSE all other calculation for wz=(vs*20)-28 provides the output scale of -20 to +20.
Is there a more sophisticate coding method or does ...
- Fri May 09, 2025 8:00 am
- Forum: Software & Programming
- Topic: SuperBASIC Quirks
- Replies: 10
- Views: 897
SuperBASIC Quirks
Hi all,
When displaying coordinates with central positioning, sometimes requires exchange of sequential values ie. 1 to 40 with +/- values ie. 20< >0< >-20
I use variable ‘wz’ for PRINT out of values 20< >2 0 -2< > -20. The calculation are with variable ‘vs’ ranging from ‘0.4’ to ‘2.4’ in STEPS ...
When displaying coordinates with central positioning, sometimes requires exchange of sequential values ie. 1 to 40 with +/- values ie. 20< >0< >-20
I use variable ‘wz’ for PRINT out of values 20< >2 0 -2< > -20. The calculation are with variable ‘vs’ ranging from ‘0.4’ to ‘2.4’ in STEPS ...