Search found 129 matches

by Artificer
Sat Apr 18, 2020 2:56 pm
Forum: The Off-Topic Section
Topic: Porting Python 3 to the QL
Replies: 3
Views: 1717

Re: Porting Python 3 to the QL

Hi, I like Python and have found it easy to use on the RPi - I used it to create a python script to input files via the serial port from my QL system and pass them to CUPs for printing. At the moment I can print text files and html files directly from the QL to the printer via the RPi and CUPS. What...
by Artificer
Wed Mar 25, 2020 12:23 pm
Forum: Software & Programming
Topic: Digital C SE Foibles on QPC2
Replies: 17
Views: 4807

Re: Digital C SE Foibles on QPC2

Hi Norman wrote #include <stdio_h> even though no such file exits Do you mean that you don't have the studio_h file which is part of the Digital C distribution. If not then that could be why things are not working. It is a 628 byte file that contains digital C's small C definitions including assigni...
by Artificer
Sun Mar 15, 2020 8:21 pm
Forum: Software & Programming
Topic: Thing Removal
Replies: 16
Views: 4775

Re: Thing Removal

There are 3 different Thing extensions in circulation. 2 are on QLE, which includes in the sys folder the thing _ext extension v2.17 written by Jochen Merz, code size 4096 bytes, alongside it in the same folder is Thing_rext which comes in at 1920 bytes, v0.5, no authorship attributed, but appears t...
by Artificer
Fri Mar 13, 2020 7:32 pm
Forum: General QL Chat
Topic: SERNET question
Replies: 16
Views: 8303

Re: SERNET question

Hi,
If its downloadable from Dilwyn Jones site it's freeware.

I use sernet 2.25 on a Q60 to connect to a Q68 running sernet 3.01mod with no real problems, using Cueshell (also now freeware). Versions of sernet before 2.25 con be problematic I have found.

Cheers
by Artificer
Sun Mar 08, 2020 2:02 pm
Forum: Software & Programming
Topic: Digital C
Replies: 16
Views: 5213

Re: Digital C

Hi,

I have taken 2 snippets of c from the above discussion and compiled them with digital C on a Q68. They both run and display a defined initial window whithout producing any false windows as far as I can see. Try them out and see if they work on your system.

Cheers
CBITS.ZIP
(3.23 KiB) Downloaded 137 times
by Artificer
Sun Mar 08, 2020 11:05 am
Forum: Software & Programming
Topic: Digital C
Replies: 16
Views: 5213

Re: Digital C

Hi,
My mistake you are correct about -nc.

Still it is a puzzle.

Cheers
by Artificer
Sun Mar 08, 2020 10:06 am
Forum: Software & Programming
Topic: Digital C
Replies: 16
Views: 5213

Re: Digital C

Hi, I have recompiled some of my old Digital C programs and _console() works fine. No extra windows. Stupid question are you using the -nc command on the parser command line as without that a digital c compiled program will open a window for command input regardless of the redefinition of windows by...
by Artificer
Sat Mar 07, 2020 8:55 pm
Forum: Software & Programming
Topic: Digital C
Replies: 16
Views: 5213

Re: Digital C

Hi, The problem may be that your are calling _console from a procedure within main {} My marginal notes indicate that _console needs to be called directly within main {} and cannot have any other sub calls within it, the joys of DP. What about this? int ln; int scr_xmax,scr_ymax,xpos,ypos; char *wnd...
by Artificer
Sat Mar 07, 2020 3:57 pm
Forum: Software & Programming
Topic: Digital C
Replies: 16
Views: 5213

Re: Digital C

Hi, Quote from Digital C manual section 4.12.2: "If your program contains a function called _console(), this will be executed before any console window is opened by the entry code. This is useful for opening your own console window and overriding the default windows. Your _console() function mu...
by Artificer
Sat Feb 29, 2020 7:26 pm
Forum: Software & Programming
Topic: QBOX BBS for TCP/IP released!
Replies: 7
Views: 2910

Re: QBOX BBS for TCP/IP released!

Janbredenbeek wrote On this (Quantum) Leap day, I proudly present the re-release of QBOX Fantastic, impressive work. Ran perfectly first time. Looking forward to exploring the BBS files. bioxio60 wrote I am using Rshell with Wifi Box on Q60, and I will try Qbox today. Please let us know if QBOX wor...