Search found 250 matches

by swensont
Fri Dec 23, 2016 4:18 am
Forum: Software & Programming
Topic: QMovie v2.00
Replies: 4
Views: 2548

Re: QMovie v2.00

I have tested Qmovie with SMSQmulator (2.20). I had the movie file stored in an NFA directory (Unix directory) and booted from the qmovie.win file. It worked. The video and sound was little choppy and the voices seemed just a touch high pitched. I tested with the Al Bundy video.

Tim
by swensont
Wed Nov 30, 2016 3:44 am
Forum: General QL Chat
Topic: Converting Games to HXE (BOOT file editing)
Replies: 26
Views: 13339

Re: Converting Games to HXE (BOOT file editing)

StarshipUK, For someone coming to our forum and asking for help, you sure are whining a lot. Others did provide some pointers to how these games might be made to work on a disk drive system, but apparently that was not good enough: " If you are trying to promote the system (rather than just mak...
by swensont
Tue Nov 29, 2016 6:17 am
Forum: Software & Programming
Topic: C68 Question
Replies: 5
Views: 2694

Re: C68 Question

Marcel, Jan, Tobias, Thanks for the input. Tobias, I see where you are going by using fopen, but I want to use routines like: - sd_bordr - to set the border color - sd_setpa - set paper color - sd_setin - set ink color I don't think I can do those with the non-QDOS C68 library calls. I'll try the fu...
by swensont
Sun Nov 27, 2016 8:24 pm
Forum: Software & Programming
Topic: C68 Question
Replies: 5
Views: 2694

C68 Question

I'm having an issue with C68 and not to sure what the solution is. To open a window here is the code: chanid_t chan1; chan1 = io_open("con_300x200a50x50",-1); I then want to print to that window: fprintf(chan1,"This is the main window\n"); When I compile this, I get an error that...
by swensont
Fri Nov 25, 2016 6:58 am
Forum: Software & Programming
Topic: MicroEmacs and other editors (except QD)
Replies: 12
Views: 5861

Re: MicroEmacs and other editors (except QD)

> Sometimes text (e. g. the region, or search result) is hilighted, but I don't know, how to remove the hilight? MicroEmacs for the QL has HILITE, which does Syntax highlighting. If his is the mode you are in, you can get rid of the mode by the delete-mode ( ^X^M ) command. For highlighting text, if...
by swensont
Thu Nov 24, 2016 11:48 pm
Forum: Software & Programming
Topic: MicroEmacs and other editors (except QD)
Replies: 12
Views: 5861

Re: MicroEmacs and other editors (except QD)

The editors that I use are: 1. ED from Metacomco (got it with the Pascal compiler) 2. QED from Jan B. Just like ED but is officially free and can take longer file names. 3. MicroEmacs I used MicroEmacs a lot back in the day when I was programming more. I was able to get Thierry to add some features ...
by swensont
Fri Nov 18, 2016 8:16 pm
Forum: Software & Programming
Topic: QDT Freeware version
Replies: 39
Views: 19554

Re: QDT Freeware version

Derek,

I tried to e-mail Jim but the address I had failed. Can you PM me his address? I want to query him on releasing the source code. When Jim was in the Bay Area we used to meet fairly often.

Tim Swenson
swenson_t@sbcglobal.net
by swensont
Fri Nov 18, 2016 7:50 pm
Forum: Hardware
Topic: QL Hardware Sales Totals
Replies: 26
Views: 10636

Re: QL Hardware Sales Totals

In all the chatter about production numbers, I did not see any mention of the QL's built by Samsung. Were these included in the discussion? I know that A Plus (A+) bought the remainder of the US QL's when Sinclair was sold to Amstrad, but the articles did not mention how many.

Tim
by swensont
Thu Sep 29, 2016 3:32 am
Forum: Software & Programming
Topic: Loading SCR to screen
Replies: 14
Views: 6144

Re: Loading SCR to screen

Bob,

SQRview did the trick. Took me a few min to figure out how it works, but it was able to convert the BMP image to PIC.

I then used FPIC_LOAD to load the image to the screen. Now that I have it working with a test image, I can press forward.

Thanks,

Tim Swenson
by swensont
Mon Sep 26, 2016 5:05 am
Forum: Software & Programming
Topic: Loading SCR to screen
Replies: 14
Views: 6144

Re: Loading SCR to screen

Thanks Silvester, I'll have to give this a try. My first step was getting an JPEG image over to the QL. I created an image that was 200 pixels wide (and almost 200 high). I save it as .jpg and as .bmp. I first tried BMP from Dilwyns site. That seems to lock up when I tried to do the convert. I got t...