Re: [ql-users] Using EXEC with Turbo

2005-10-26 Thread wolfgang mühlegger
Timothy Swenson schrieb:
> I'm writing a program to call a couple of other programs.  My program 
> compiles fine with Turbo, but I keeping getting a "not found" error when 
> trying to call the other programs.
> 
> So, I did some testing with something nice and simple.  I compiled the 
> following line:
> 
>   10 EXEC win1_edt_qed
> 
> I did "run" and it worked.  I then compiled it and when I EXECed the 
> TEST_TASK, I would get "not found" errors.  I also tried EXECUTE TEST_TASK 
> but this time the TASK just hung and I had to RJOB it.  Here are the 
> various version that I tried.
> 
>  10 EXEC qed
>  10 EX win1_edt_qed
>  10 EX qed
>  10 EXECUTE win1_edt_qed
>  10 EXECUTE qed
>  10 EXECUTE_W win1_edt_qed
>  10 EXECUTE_W qed
> 
>   All of these with work with "RUN" but would get "not found" errors when 
> compiled.
> 
> I am using Qemulator and SMSQ/E.  I also ran my tests with Qemulator and 
> Minerva.  I used QED as an example because most Qlers have a copy running 
> around.
> 
> Anyone have any idea what is going wrong?  Can someone with Turbo try it 
> on their system to see if they can reproduce the results?
> 
> Thanks,
> 
> Tim Swenson
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
> 

tim,

i tried:
10 EX win1_edt_qed

on qpc2 and got the same error,
but
10 f$ = "win1_edt_qed"
20 EX f$
ran, when it was compiled with turbo.

wolfgang muehlegger

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Unzip

2005-11-20 Thread wolfgang mühlegger
Dilwyn Jones schrieb:
> I'm trying (and failing) to extract a list of files in a zip archive
> to a pipe or file.
> 
> This DOES work as long as the output #channel is to a SCR or CON
> channel:
> 
>  EW UNZIP,#channel;'-l ram1_test_zip'
> 
> If #channel is open to a pipe or file, it doesn't work:
> 
> OPEN_NEW #3,ram1_extract_dat
> EX UNZIP,#3;'-l ram1_test_zip'
> CLOSE #3

hi dilwyn,

this one does:

EW UNZIP;'-l ram1_test_zip > ram1_extrasct_dat'

wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] QL Roms

2005-11-20 Thread wolfgang mühlegger

>>uQLx with a patched TKII code and also a version with Minerva?
>>
>>I cannot remember the name but think it had M89 or m89 somewhere in the  
>>name.
>>
> 
> Yes, it is Hans-Peter Reckenwald's. Very good!
> 
> I have it somewhere.

or can be found there: http://members.tripod.com/phpr/e-qhpuqlx.html

greetings wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


[ql-users] [RE] Psion PC Four (XChange on PC)

2005-11-26 Thread wolfgang mühlegger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1





> Does anybody know, if the Xchange version for PC is free-, share
> or elseware? And where to obtain it? I have googled a lot, but
> haven't found anything.

> Luckily, the excellent Psion Chess for PC is meanwhile freeware.

> Cheers...Ralf R.

Ralf,

i do not know if it is freeware, but a downloadlink is:

http://www.speccy.org/sinclairql/utils.htm and
http://www.speccy.org/sinclairql/utils/pcfour.zip

wolfgang




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDiHVAL0KE6Q1yFDcRAuc4AKC8TJ9GZp078UvBnBJcikdDdoliRgCeMImn
dkfAM7NKH0QIt7LCUoshDJ8=
=k1H/
-END PGP SIGNATURE-
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Psion PC Four (XChange on PC)

2005-11-27 Thread wolfgang mühlegger
P Witte schrieb:
> 
> 
> Great! Anyone got any info on how to set it up for Wxp/W2k? I can see the 
> graphics but the text is unreadable.
> 
> Per 
> 
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
> 


per,

right click the chess.exe
choose properties -> compatibility -> win95
and on the screen tab tick the fullscreen option.

(i have to guess the menu names, because i use geman winXP)

btw, i just get it running, if i chosse "IBM Color card" after
start. that does NOT mean that the display is colored - that is only
a hardware/compatibilty option i think.

wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Win apps from QPC

2005-12-20 Thread wolfgang mühlegger
Arnould schrieb:

>> IIRC it is possible to start windoze applications from QPC. Can
>> somebody remind me how?

QPC_EXEC "C:\Program Files\and\so\on"


>>
>> Is it possible to feed the win keyboard buffer from QPC in order to
>> type in passwords?

AFAIK no


>>
>> Can QPC start a number of applications in turn?

i dont think so, but you can just QPC_EXEC a several times



>> Reason: I am fed up to spoil 3 minutes every morning to start my
>> working environment. 220 days/year x 3 min/day x 25 years / 60
>> min/hour = 275 hours when I get chance to stop it. And this is
>> without time to start the PC (it is already switched on, I only need
>> to log in).
>>
>> And please, I do not want to study autoexec.bat or equivalent
windoze
>> stuff...

so, you could just change your win1_boot 


>> Thank you in advance
>> Arnould


wolfgang

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] A couple of software questions: Page Designer, Lego Mindstrom , Forth

2006-01-09 Thread wolfgang mühlegger
Engstler Karsten schrieb:
> 
> Hello,
> 
> which trader still sells Page Designer ?
> Or exists another program which I can use to
> make greetingcards and such things.
> 
> has anybody successfully connected the QL to
> Lego Mindstorm RIS ? or even build nqc on the QL ?
> 
> and which trader sell the Forth System form Computer One ?
> 
> Regards Karsten
> 

Karsten,

there is a free forth version available at:

http://members.tripod.com/phpr/qhpgf6.html

wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] QPC2 Keyboard question

2006-03-23 Thread wolfgang mühlegger
Timothy Swenson schrieb:
> When using QPC2, the keypad seems to always work as a number pad, even if 
> I turn the NumLock off.  Is there a way to get the arrow and HOME keys 
> working with QPC2?  I've checked the manual and did not see anything.  
> Right now keyboard is set 1 for English.
> 
> Thanks,
> 
> Tim Swenson
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 

well here, on my qpc2 the home-key does work,
but the keypad shows the behaviour you told.
funny

ciao wolfgang

___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] What's the ADOS character code for ' ' please?

2006-05-17 Thread wolfgang mühlegger
Wolfgang Lenerz schrieb:
> On 17 May 2006 at 11:05, [EMAIL PROTECTED] wrote:
> 
> 
> BTW, a quick and easy way to find these, if you have QD, is to do F3 - 
> Character table.
> 
> Shows you all printable chars (AND gives you the chr number)...
> 
> Wolfgang
> 
> 
> 
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
> 

... or, if you just have menu_rext, you could type:

print code(char_select$)

Wolfgang M.
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] George Gwilt's Save Screen Version 4

2006-05-23 Thread wolfgang mühlegger
John Sadler schrieb:
> These filese were uploaded today
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
> 

John,

I just tried to download it,
but it arrives with a 0 filelength.
(as well as the sources)??

wolfgang




___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Q60 and Text87

2006-10-04 Thread wolfgang mühlegger
David McCann schrieb:
> On Wed, 2006-10-04 at 11:29 +0200, Marcel Kilgus wrote:
>> David McCann wrote:
>>> It did *not* enable Text87 to run under SMSQ on my Q60, and I reported
>>> the fact in QUANTA.
>> Ah, I was not aware that there is any problem with it. What are the
>> symptoms?
>>
> After all this time I can barely remember! I think when I started Text87
> I got a quick flash of the black screen and then the program terminated
> itself. It was quite happy on the Q60 with QDOS and I know people run it
> with SMSQ on the Q40. Since I no longer have a copy of Text87, I can't
> say any more.


And this is completetly true,
just a short black flash of the screen - thats all.
(I've tried with CACHE_OFF, both original text87plus4 unpatched and
patched)

wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Stiqqies

2006-12-21 Thread wolfgang mühlegger
Malcolm Cadman schrieb:
> In message <[EMAIL PROTECTED]>, Dilwyn Jones 
> <[EMAIL PROTECTED]> writes
> 
> 
> Had a little look ... and it does not seem to be on that page .
> 


Hello, the correct link is:

http://www.dilwyn.uk6.net/misc/index.html


___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Stiqqies

2006-12-23 Thread wolfgang mühlegger
Dilwyn Jones schrieb:
> Thank you, Wolfgang. It was originally meant to go on the Utils page 
> but the person who suggested I write it thought it would be better on 
> the Miscellaneous programs page. Apologies for the error.


you're welcome ;-)

and merry x-mas to everybody on the list.

Wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] QL Emulator for Linux

2007-01-13 Thread wolfgang mühlegger
Kjartan Geble Olsen schrieb:
> Which version of gcc do you use?
> 
> I haven't been able to build and run uqlx since gcc 3.0..
> 
> Kjartan
> 
> On Sat, 13 Jan 2007 13:30:45 +0100, Robert Newson  
> <[EMAIL PROTECTED]> wrote:
> 
> 
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
> 

Hi,

i've tried the Qx0 version from:

http://www.bixio60.org/

(there is a 386-linux version too)
it is already compiled and contains the tk2_rom,
and it was working perfect here.

Wolfgang


___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] QL Emulator for Linux

2007-01-13 Thread wolfgang mühlegger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kjartan Geble Olsen schrieb:
> It doesn't here..
> 
> On Sat, 13 Jan 2007 15:04:32 +0100, wolfgang mühlegger  
> <[EMAIL PROTECTED]> wrote:
> 
> 
> 
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm


hmm, error messages?

wolfgang

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFqPkyL0KE6Q1yFDcRAu1BAJ0QXcKesaCm4R/z2Q2E4BgqH/lyuACff3Yh
JcBVjFgDB2jw4FfPypioNmY=
=2nQ8
-END PGP SIGNATURE-
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] QL Emulator for Linux

2007-01-13 Thread wolfgang mühlegger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kjartan Geble Olsen schrieb:
> On Sat, 13 Jan 2007 16:22:27 +0100, wolfgang mühlegger  
> <[EMAIL PROTECTED]> wrote:
> 
> 
> 
> *** QL Emulator v0.00 ***
> release 10/22/02  16:10:00
> 
> unexpected segfault, faultaddr 101, QL-REL 101
> Terminate on signal 11
> This may be due to an internal error, gcc-2.96 bug,
> a feature not emulated or an 68000 exception
> that typically occurs only when QDOS is unrecoverably
> out of control
> FATAL error, PC may not be displayed correctly
> DebugInfo: PC=101, code=0, SupervisorMode: yes USP=3fffe4 SSp=28480  
> A7=282d2
> Register Dump:   Dn An
> 0 18   2
> 1 fc84e6
> 2  0 90a
> 3   c000
> 4   bc39   385fe
> 5  0   282ce
> 6  0   28000
> 7   0362   282d2
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm

hmm, sorry no idea.
maybe you can find help on the developers list .

wolfgang
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFqSEdL0KE6Q1yFDcRAnjgAJ4z3T1cFCSGg9l4SRip0na8OqxfigCguKZf
K3P8VokEIoOn9Upnczk2Rmw=
=y4cH
-END PGP SIGNATURE-
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] ZeXcel Emulator

2007-02-02 Thread wolfgang mühlegger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Neil Riley schrieb:
> Hi
> 
> Does anyone know whether this Sinclair Spectrum Emulator is still
> available on CD
> for the QL.
> 
> Cheers
> Neil 
> 
>

Neil,

I don't know if there is a CD available, but you can download it
here: http://www.geocities.com/siliconvalley/park/6533/qlpage.htm

Wolfgang
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFw7jcL0KE6Q1yFDcRAtjuAKCEbHbYdmkuX4TZk4XtZwULb+3bEgCfQnQq
/9k4aoWURmxXzAGKtJIZYJI=
=pBfg
-END PGP SIGNATURE-
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] qpac2 and high resolutions

2007-02-06 Thread wolfgang mühlegger
Michael Grunditz schrieb:
> Hello all
> 
> I have decided to start using QPC2. I have no space for my Q40 and I 
> finally got myself a pc.
> I have made a complete backup from my Q40 to a qxl.win file, and it 
> works fine to use it with qpc. However when I start qpc in a high 
> resolution ,like 1600x1200 , my qpac2 toolbar places itself in the 
> middle of the screen. How do I place it in the top left corner ?
> 
> Best regards
> 
> Michael Grunditz
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
> 


Michael,

this is done easily:
you can use menuconfig to place the menu-bar.


wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] ZM/hT full manual ( was: The power of the Internet.)

2007-02-14 Thread wolfgang mühlegger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tony Firshman schrieb:
> Neil Riley wrote:
> 
> Ah yes - it is a Spectrum .doc file I suppose.
> Well it looked *very* good then (8-)#
> 
> Were they Quill compatible or do you have to import?
> 
> 
> 
> Tony


 this is QL-Software, what kinda doc file did you expect?

wolfgang






-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF00+7L0KE6Q1yFDcRAmfxAJoDDaKjd0eH4eoiJRUx6AntoRuoAQCgwMRK
ZPvXqZ2CJsfdsPdGEx2koLQ=
=0Jo9
-END PGP SIGNATURE-
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Stella.html

2007-03-02 Thread wolfgang mühlegger
Arnould schrieb:
> Hello,
> 
> Did someone save the Stella text from TT but the htmlised version by 
> Thierry Godefroy? I do not find it online anymore.
> 
> Arnould
> ___
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 
> 
> 

yes, i've found the html on my PC.
contact me private.

wolfgang
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [Ql-Users] Time-out in Thunderbird

2010-02-25 Thread Wolfgang Mühlegger

Am 25.02.2010 14:33, schrieb John Gilpin:

Not exactly a QL topic but this problem is affecting the distribution of
the QUANTA Magazine by email.

If I try to send an email using Thunderbird with an attachment of (say)
1Mb or greater, I get an error message saying that due to a time-out my
email has not been sent

On occasions, when I have tried to send two or three times - at
different times of the day - the recipient emails me and asks why have I
sent the email three times?

So, although I am told that the email has NOT been sent - and it is NOT
saved in my Sent folder - the recipient has sometimes received it!!

Thunderbird's web site seems to be aware of this problem but do not yet
have a solution - others have reported the same problem.

Can anyone on the ql-users list help me to sort this out?

I am using either Vista and XP (same problem) and my machines are all
connected to a local Wireless Network via a BT Home Hub.

I have Mozilla Thunderbird V3.0.1 (the latest)

I would be grateful for any advice.

John Gilpin.


___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm



hello john

i had the same problem 5 years ago. in that case it was solved by the 
manufacturer of my router(netgear) by giving me another firmware.


wolfgang


___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm