Search found 2682 matches

by tofro
Mon Jul 23, 2018 9:20 pm
Forum: Software & Programming
Topic: C68 Window
Replies: 5
Views: 2167

Re: C68 Window

Note if you actually want to see the window, you need to give the system some time to draw it - Your program seems to end prematurely and the window is closed again so fast (because the job is done), that you have no chance to see something. Send the program into a long loop after opening the window...
by tofro
Mon Jul 23, 2018 8:31 pm
Forum: Software & Programming
Topic: C68 Window
Replies: 5
Views: 2167

Re: C68 Window

The initial Window in a C68 program is called the console - It is normally opened by the startup code and defined by setting the _condetails structure. If you want to open additional windows beyond the console, there are various ways to do that: ( chanid_t ut_con (WINDOWDEF_t *wdef) is a low-level c...
by tofro
Mon Jul 23, 2018 12:26 pm
Forum: Hardware
Topic: Overview of QL SD / CF Solutions
Replies: 9
Views: 5051

Re: Overview of QL SD / CF Solutions

Thanks - I have expanded on the pros and cons a bit further above - more information is of course welcome - how about the Q68, Q40 and Q60 ? QXL cards (obviously, it's in the name, after all) support QXL.WIN containers. Starting from 3.32, SMSQ/E for the Qx0 supports QXL.WIN containers on FAT32 as ...
by tofro
Mon Jul 23, 2018 8:23 am
Forum: Hardware
Topic: Overview of QL SD / CF Solutions
Replies: 9
Views: 5051

Re: Overview of QL SD / CF Solutions

You might want to add that all image file solutions (vDrive, HxE) are size-limited to floppy (or mdv) sizes, although you can have more than one image on the media. QL-SD and QubIDE derivatives support a hard-disk-like usage, while vDrive and HxE are a bit less convenient - You will often need to sw...
by tofro
Sat Jul 21, 2018 10:14 am
Forum: Software & Programming
Topic: QDOS gcc made easy (docker stylee)
Replies: 25
Views: 18450

Re: QDOS gcc made easy (docker stylee)

Is it possible to have the object file QL executable header? Not easily - There's no way to store a QL file header anywhere on a foreign file system (other than, maybe, using the Q-Emulator method, which makes the file un-usable on native boxes). Your method to re-create the header on an Emulator w...
by tofro
Mon Jul 16, 2018 10:15 pm
Forum: Software & Programming
Topic: Cross-Chase
Replies: 24
Views: 13338

Re: Cross-Chase

On most platforms I know (Windows is none of them), Docker can be told to use (mount) a local directory by a configuration dialog. This is where your source could should be, I guess.

Tobias
by tofro
Mon Jul 16, 2018 6:05 pm
Forum: Software & Programming
Topic: Request for advice: programming a TASK (not a JOB) in C68...
Replies: 10
Views: 4519

Re: Request for advice: programming a TASK (not a JOB) in C68...

Norm, I was actually thinking of providing some articles on some QL subjects to your always excellent fish-wrap :shock: , but never found the time to actually come around and write up something useful. I promise I'll keep on thinking about it ;) In earnest: Yes, I'd be glad to write something (maybe...
by tofro
Wed Jul 11, 2018 11:12 pm
Forum: The Off-Topic Section
Topic: World Cup 2018 Including Patio Chair Sweepstakes
Replies: 66
Views: 35122

Re: World Cup 2018 Including Patio Chair Sweepstakes

I was about to call out for Winston Churchill, Queen Victoria, William Shakespeare and especially the Monty Pythons, ... but....

No, I won't.

;)
by tofro
Tue Jul 03, 2018 6:04 pm
Forum: Software & Programming
Topic: Request for advice: programming a TASK (not a JOB) in C68...
Replies: 10
Views: 4519

Re: Request for advice: programming a TASK (not a JOB) in C68...

In Tebby-speak, a task is a piece of code which is called by an interrupt, the poll timer routines or the scheduler loop - Typically part of a device driver. If that's what you want to write, it is perfectly possible to do that (I have been writing a device driver in C68 for a while now, and it work...
by tofro
Wed Jun 27, 2018 6:23 pm
Forum: The Off-Topic Section
Topic: World Cup 2018 Including Patio Chair Sweepstakes
Replies: 66
Views: 35122

Re: World Cup 2018 Including Patio Chair Sweepstakes

Still World Champion

(for some more days, at least..)

:D

Tobias

(who would insist you remove David Hasselhoff from that list. I consider that an insult. 8-)