Re: [ql-users] More than your FILL

2006-10-15 Thread Marcel Kilgus
P Witte wrote: > It appears that the CIRCLE routine does not create a leak-proof form at this > resolution. The FILL buffer then overflows and scribbles over some other > vitals in memory. gw_pixel_asm: * The fill buffer is arranged to have space for up to 256 lines with each * entry being a pair

[ql-users] Eindhoven photos of October, and new dates for 2007 are available

2006-10-15 Thread Marco Vacquier
Hi everybody, I've taken some photos on the sin_QL_air meeting in Eindhoven of October 14th. I've uploaded them to http://www.xs4all.nl/~wij2/sinqlairuk.html The dates for the Eindhoven meetings in 2007 are available from that page as well. Marco. _

Re: [ql-users] Eindhoven and Byfleet

2006-10-15 Thread Malcolm Cadman
In message <[EMAIL PROTECTED]>, SMSQ - Jochen Merz <[EMAIL PROTECTED]> writes >Hi Malcolm, > >> I am sorry to hear that you cannot make it to Byfleet. Although I hope >> that you get fit again soon. >Thanks a lot. > >Just back from Eindhoven. > >Bernd and myself are quite keen on coming to the U

[ql-users] More than your FILL

2006-10-15 Thread P Witte
Some further problems uncovered when using scaled graphics: When the resolutions get high enough, in this instance 1660x1050, a program such as the below will crash SMSQ/E. 100 ch = FOPEN("con_") 110 WINDOW#ch; SCR_XLIM(#ch), SCR_YLIM(#ch), 0, 0 120 CLS#ch 130 FILL#ch; 1 140 CLS#ch: CIRCLE#ch; 5

Re: [ql-users] QLib channel

2006-10-15 Thread P Witte
I wrote: <> > This is normal SMSQE/Sbas behaviour. Sbas will always automatically open a > channel#0 if an IO request is made to it and there is no channel#0 open. >From the SBAS documentation by TT (differ.doc) : There are some oddities in the handling of channel #0 which have been introduced t

Re: [ql-users] QLib channel

2006-10-15 Thread P Witte
Dilwyn Jones writes: > Here's an interesting one for QLiberator afficionados to play with. > > 100 chan = 3 > 110 OPEN #chan,'con_448x40a32x216' > 120 REPeat loop > 130 IF INKEY$=CHR$(27) THEN EXIT loop > 140 PRINT #chan,CHR$(RND(32 TO 191)); > 150 END REPeat loop > 160 CLOSE #chan > 170 STOP

[ql-users] QLib channel

2006-10-15 Thread Dilwyn Jones
Here's an interesting one for QLiberator afficionados to play with. 100 chan = 3 110 OPEN #chan,'con_448x40a32x216' 120 REPeat loop 130 IF INKEY$=CHR$(27) THEN EXIT loop 140 PRINT #chan,CHR$(RND(32 TO 191)); 150 END REPeat loop 160 CLOSE #chan 170 STOP Compile this with QLiberator with window

Re: [ql-users] Updates

2006-10-15 Thread John Sadler
On Sunday 15 October 2006 11:16, you wrote: > There are now updates for > Tptr12 > Disp03 > Peek06 > Svscr06 > on the SQLUG site > @ > www.jm1.supanet.com/SQLUG/gwilt/Gwilt.htm Correction www.jms1.supanet.com/SQLUG/gwilt/Gwilt.htm ___ QL-Users Mailing L

[ql-users] Updates

2006-10-15 Thread John Sadler
There are now updates for Tptr12 Disp03 Peek06 Svscr06 on the SQLUG site @ www.jm1.supanet.com/SQLUG/gwilt/Gwilt.htm ___ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm

Re: [ql-users] New QPC version 3.33

2006-10-15 Thread François Van Emelen
Marcel Kilgus schreef: > Finally the new QPC2 version is publicly available. The main change is > the new emulation core, originating from George Gwilt, which is almost > completely 68020 compatible. I've also spent much time on the core to > enhance it and make sure it works as well as the last on