[ql-users] Q-Trans on website

2003-02-13 Thread Dilwyn Jones
Several people have had trouble with this. I made a mistake when uploading the file which may have created the problem. I've completely uploaded the files again to make sure they are in the right place. The program is now v1.01 which adds a couple of small new commands and fixes a couple of minor

Re: [ql-users] QL Today CD

2003-02-13 Thread Dilwyn Jones
Better get a second drive, then they can both live in there together to keep each other company ;-)) -- Dilwyn Jones - Original Message - From: Malcolm Cadman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 7:49 PM Subject: [ql-users] QL Today CD Just

Re: [ql-users] QL Today CD

2003-02-13 Thread Malcolm Cadman
In article 001a01c2d39e$80cce3c0$8d36fd3e@blackpc, Dilwyn Jones [EMAIL PROTECTED] writes Better get a second drive, then they can both live in there together to keep each other company ;-)) Umm ... a 'marriage' then :-) I have already discovered that with QPC2, QTrans v0.7 will not read the CD

[ql-users] QUICK QUIZ

2003-02-13 Thread RWAPSoftware
OK, now here is a simple question - wonder if anyone can remember how to do it without looking it up (no cheating now)... How do you find the amount of memory out on a basic QL without Toolkit II or any other resident toolkit?? First correct answer gets errmmm let me see A beta test

Re: [ql-users] QUICK QUIZ

2003-02-13 Thread Marcel Kilgus
[EMAIL PROTECTED] wrote: How do you find the amount of memory out on a basic QL without Toolkit II or any other resident toolkit?? You mean the amount that is installed? I'd say by reading sys_ramt. Or the amount of free memory? You need a trap call for that, sms.frtp. Marcel

Re: [ql-users] QUICK QUIZ

2003-02-13 Thread Al Feng
Sorry, try this: FREE=(PEEK_L(163856)-PEEK_L(163852)-1024): PRINT FREE/1024 ^ Al On Thu, 13 Feb 2003 16:51:56 EST [EMAIL PROTECTED] writes: OK, now here is a simple question - wonder if anyone can remember how to do it without looking it up (no cheating now)...How do you find the

Re: [ql-users] QUICK QUIZ

2003-02-13 Thread RWAPSoftware
In a message dated 13/02/03 22:36:26 GMT Standard Time, [EMAIL PROTECTED] writes: FREE=(PEEK_L(163856)-PEEK_L(163856)-1024): PRINT FREE/1024 Definitely not correct there - !! Gives -1 !! -- Rich Mellor RWAP Software 35 Chantry Croft, Kinsley, Pontefract, West Yorkshire, WF9 5JH TEL: 01977

Re: [ql-users] QUICK QUIZ

2003-02-13 Thread RWAPSoftware
In a message dated 13/02/03 22:40:01 GMT Standard Time, [EMAIL PROTECTED] writes: FREE=(PEEK_L(163856)-PEEK_L(163852)-1024): PRINT FREE/1024 Bingo !! But, does this return the free memory or total installed memory?? I think the former... -- Rich Mellor RWAP Software 35 Chantry Croft,

Re: [ql-users] QUICK QUIZ

2003-02-13 Thread Marcel Kilgus
Marcel Kilgus wrote: Or the amount of free memory? You need a trap call for that, sms.frtp. ... which can of course be done by simple POKEing and CALLing. But no, I can't do that right out of my head ;-) I am however curious what method you had in mind. Marcel

Re: [ql-users] QUICK QUIZ

2003-02-13 Thread RWAPSoftware
In a message dated 13/02/03 22:29:19 GMT Standard Time, [EMAIL PROTECTED] writes: You mean the amount that is installed? I'd say by reading sys_ramt. Or the amount of free memory? You need a trap call for that, sms.frtp. Hmm - there is a way of doing both if I recall correctly... it's been so

Re: [ql-users] Q-Trans on website

2003-02-13 Thread Roy Wood
In message 001c01c2d39e$8a4b9d60$8d36fd3e@blackpc, Dilwyn Jones [EMAIL PROTECTED] writes Several people have had trouble with this. I made a mistake when uploading the file which may have created the problem. I've completely uploaded the files again to make sure they are in the right place. The

Re: [ql-users] Q-Trans on website

2003-02-13 Thread RWAPSoftware
In a message dated 13/02/03 23:55:20 GMT Standard Time, [EMAIL PROTECTED] writes: http://homepages.tesco.net/dilwyn.jones/software/freeware/freeware.htm I still get - 'the page you requested does not exist' That's because it should read:

Re: [ql-users] Q-Trans on website

2003-02-13 Thread Marcel Kilgus
Roy Wood wrote: http://homepages.tesco.net/dilwyn.jones/software/freeware/freeware.htm I still get - 'the page you requested does not exist' It's html at the end. The l always went into the next line. Marcel

RE: [ql-users] QUICK QUIZ

2003-02-13 Thread Daniele Terdina
ramTop = RESPR(0) should give the top of RAM on an unexpanded QL. Daniele -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: [ql-users] QUICK QUIZ

Re: [ql-users] Q-Trans on website

2003-02-13 Thread Tony Firshman
On Thu, 13 Feb 2003 at 23:26:04, Roy Wood wrote: (ref: [EMAIL PROTECTED]) In message 001c01c2d39e$8a4b9d60$8d36fd3e@blackpc, Dilwyn Jones [EMAIL PROTECTED] writes Several people have had trouble with this. I made a mistake when uploading the file which may have created the problem. I've

Re: [ql-users] QUICK QUIZ

2003-02-13 Thread Marcel Kilgus
Argh, sent it with the wrong from address. So once again: [EMAIL PROTECTED] wrote: FREE=(PEEK_L(163856)-PEEK_L(163852)-1024): PRINT FREE/1024 Bingo !! But, does this return the free memory or total installed memory?? I think the former... It calculates the memory gap between common heap and