Search found 240 matches

by EmmBee
Sun Oct 25, 2020 10:34 pm
Forum: Software & Programming
Topic: C68 File extensions
Replies: 2
Views: 893

Re: C68 File extensions

Hi, I read in the C68 manual, that the compiler converts the .c separater to a underscor _c file.c becomes file_c But if there us a file to be included, e.g. header.h, with the statement: #include "header .h" where the file is located in the current directory. The cc programme can not fin...
by EmmBee
Sun Oct 25, 2020 4:54 pm
Forum: Software & Programming
Topic: Extended Resolution
Replies: 6
Views: 1600

Re: Extended Resolution

I believe I've had this problem myself.
It's to do with using OUTLN in my BOOT file.
So, I no longer use OUTLN.
The question is how to recover the normality after using this command.

EmmBee
by EmmBee
Wed Oct 21, 2020 2:29 pm
Forum: Software & Programming
Topic: Dr. Jim's QL Dumping Ground
Replies: 94
Views: 25781

Re: Dr. Jim's QL Dumping Ground

You could also try Turbo's "Utilities_task", which includes a font editor.
turbo_utilities.zip
(34.2 KiB) Downloaded 148 times
ex would be the toolkit 2 EX command - a replacement for EXEC.

EmmBee
by EmmBee
Thu Aug 20, 2020 4:28 pm
Forum: Software & Programming
Topic: C68 out of memory -help
Replies: 24
Views: 5881

Re: C68 out of memory -help

The latest version of C68 seems to be v4.24 released in October 1998.

Where can we get hold of this earlier version v4.20?
by EmmBee
Thu Aug 20, 2020 9:28 am
Forum: Software & Programming
Topic: C68 out of memory -help
Replies: 24
Views: 5881

Re: C68 out of memory -help

Any ideas of how to get the Hello World program to compile on Q-emuLator ?
by EmmBee
Wed Aug 19, 2020 10:27 pm
Forum: Software & Programming
Topic: Flightdeck program
Replies: 14
Views: 4214

Re: Flightdeck program

I believe my Philips HDMI LCDTV can run in 50hz mode. I have a spare QL (UK/Euro version) for parts but it worked when purchased 5 years ago. Possibly, if hooked up to my US QL PSU, and a SCART I could run the software without issue, right? Yes that would not be an issue. From memory doesn't the US...
by EmmBee
Fri Jul 31, 2020 9:19 pm
Forum: Software & Programming
Topic: QDOS/SMSQE PRINT Procedure Whitespace issue
Replies: 8
Views: 3439

Re: QDOS/SMSQE PRINT Procedure Whitespace issue

I have found something which is puzzling. Which is that when a string that is entirely composed of CHR$(32) is output using the PRINT(#ch) keyword to either a pipe or to an output file that the string is shrunk regardless of length or what follows in the same line, to a CHR$(10). My guess is you're...
by EmmBee
Mon May 25, 2020 8:12 am
Forum: Software & Programming
Topic: QD SBASIC Parser Thing
Replies: 41
Views: 15492

Re: QD SBASIC Parser Thing

Finally, whilst reading the Q_Liberator manual I notice that a TRACE option was added to the compiler and that this would allow code to be single stepped. Now that Q_Liberator exists as source code might it not be possible to add this facility? There is already a trace mode with Minerva. This has t...
by EmmBee
Sun May 17, 2020 5:34 pm
Forum: Software & Programming
Topic: QLiberator v3.40
Replies: 3
Views: 1604

QLiberator v3.40

Hi all,
The latest QLiberator is attached.
The EXT_PROC / EXT_FN problems reported by Per Witte have been addressed.
Qlib_340.zip
(68.44 KiB) Downloaded 175 times
by EmmBee
Wed Apr 22, 2020 8:23 pm
Forum: Software & Programming
Topic: QLiberator v3.38
Replies: 22
Views: 6568

Re: QLiberator v3.38

A nice program. May I suggest ...

10145 flag = flag+1
10172 PRINT flag ! "discrepancies found over" ! length ! "bytes"

would give some useful additional information. I find that length goes negative sometimes.