1. new to windows programming
- Posted by "D Stanger" <dstanger at belco.bc.ca> Jan 20, 2004
- 576 views
This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C3DF4A.A2CC2E50 charset="iso-8859-1" Hello all, Ive been using Euphoria for a while but only writing DOS32 programs. I am starting to tinker with Win32lib but when I include win32lib.ew at the head of my programs I get this error: as has not been declared include tk_maths.e as maths ^ What is going on here? David S. ------=_NextPart_000_0012_01C3DF4A.A2CC2E50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: 8bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> <META content="MSHTML 5.00.3103.1000" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2>Hello all,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>Ive been using Euphoria for a while but only writing DOS32 programs. I am starting to tinker with Win32lib but when I include win32lib.ew at the head of my programs I get this error:</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>as has not been declared<BR>include tk_maths.e as maths</FONT></DIV> <DIV><FONT face=Arial size=2> ^</FONT></DIV> <DIV> </DIV> <DIV><FONT face=Arial size=2>What is going on here?</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_0012_01C3DF4A.A2CC2E50--
2. Re: new to windows programming
- Posted by Tommy Carlier <tommy.carlier at pandora.be> Jan 20, 2004
- 612 views
> Ive been using Euphoria for a while but only writing DOS32 programs. I > am starting to tinker > with Win32lib but when I include win32lib.ew at the head of my programs > I get this error: > as has not been declared > include tk_maths.e as maths I think you're using an older version of Euphoria that doesn't yet know the 'as'-keyword/construction. -- Tommy Carlier tommy online: http://users.pandora.be/tommycarlier
3. Re: new to windows programming
- Posted by "D Stanger" <dstanger at belco.bc.ca> Jan 21, 2004
- 565 views
This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C3DF76.03833010 charset="iso-8859-1" > Ive been using Euphoria for a while but only writing DOS32 programs. I > am starting to tinker > with Win32lib but when I include win32lib.ew at the head of my programs > I get this error: > as has not been declared > include tk_maths.e as maths >I think you're using an older version of Euphoria that doesn't yet know >the 'as'-keyword/construction. >-- >Tommy Carlier >tommy online: http://users.pandora.be/tommycarlier I'm using version 2.2. Is that the problem then? ------=_NextPart_000_000A_01C3DF76.03833010 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: 8bit <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content="text/html; charset=iso-8859-1" http-equiv=Content-Type> <META content="MSHTML 5.00.3103.1000" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV><FONT face=Arial size=2><BR>> Ive been using Euphoria for a while but only writing DOS32 programs. I <BR>> am starting to tinker<BR>> with Win32lib but when I include win32lib.ew at the head of my programs <BR>> I get this error:<BR><BR>> as has not been declared<BR>> include tk_maths.e as maths<BR><BR>>I think you're using an older version of Euphoria that doesn't yet know <BR>>the 'as'-keyword/construction.<BR>>-- <BR><BR>>Tommy Carlier<BR>>tommy online: <A href="http://users.pandora.be/tommycarlier">http://users.pandora.be/tommycarlier</A></FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial size=2>I'm using version 2.2. Is that the problem ------=_NextPart_000_000A_01C3DF76.03833010--
4. Re: new to windows programming
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Jan 21, 2004
- 543 views
Yes that's the problem. I own a 2.2 registered copy and can't afford 2.4 so I always have to edit the libraries that uses the namespace feature to make them work. I have a copy of Win32Lib that's edited to not use the "as" clause, i can mail it to you if you want. Best Regards, Guillermo Bonvehi D Stanger wrote: > > >>Ive been using Euphoria for a while but only writing DOS32 programs. I >>am starting to tinker >>with Win32lib but when I include win32lib.ew at the head of my programs >>I get this error: >> >> >>as has not been declared >>include tk_maths.e as maths >> >> >>I think you're using an older version of Euphoria that doesn't yet know >>the 'as'-keyword/construction. >>-- >> >> >>Tommy Carlier >>tommy online: http://users.pandora.be/tommycarlier >> >> >I'm using version 2.2. Is that the problem then? > >
5. Re: new to windows programming
- Posted by "Kat" <gertie at visionsix.com> Jan 21, 2004
- 556 views
On 20 Jan 2004, at 23:02, Guillermo Bonvehi wrote: > > > Yes that's the problem. I own a 2.2 registered copy and can't afford 2.4 > so I always have to edit the libraries that uses the namespace feature > to make them work. I have a copy of Win32Lib that's edited to not use > the "as" clause, i can mail it to you if you want. RobC should have given you a copy free, Guillermo. You have some good code in the archives, code that allows new users to make Eu work for them. Kat
6. Re: new to windows programming
- Posted by Guillermo Bonvehi <knixeur at speedy.com.ar> Jan 21, 2004
- 561 views
Thanks for your words Kat, but i already spent my free upgrade from 2.1 to 2.2. If all continues like it should my boss will have to buy it for me :) Kat wrote: > > >On 20 Jan 2004, at 23:02, Guillermo Bonvehi wrote: > > >>Yes that's the problem. I own a 2.2 registered copy and can't afford 2.4 >>so I always have to edit the libraries that uses the namespace feature >>to make them work. I have a copy of Win32Lib that's edited to not use >>the "as" clause, i can mail it to you if you want. >> >> >RobC should have given you a copy free, Guillermo. You have some good >code in the archives, code that allows new users to make Eu work for them. > >Kat > >