1. new to windows programming

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>&nbsp;</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>&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>What is going on here?</FONT></DIV>
<DIV>&nbsp;</DIV>

------=_NextPart_000_0012_01C3DF4A.A2CC2E50--

new topic     » topic index » view message » categorize

2. Re: new to windows programming

> 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

new topic     » goto parent     » topic index » view message » categorize

3. Re: new to windows programming

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>&gt; Ive been using Euphoria for a while but 
only writing DOS32 programs. I <BR>&gt; am starting to tinker<BR>&gt; with 
Win32lib but when I include win32lib.ew at the head of my programs <BR>&gt; I 
get this error:<BR><BR>&gt; as has not been declared<BR>&gt; include tk_maths.e 
as maths<BR><BR>&gt;I think you're using an older version of Euphoria that 
doesn't yet know <BR>&gt;the 'as'-keyword/construction.<BR>&gt;-- 
<BR><BR>&gt;Tommy Carlier<BR>&gt;tommy online: <A 
href="http://users.pandora.be/tommycarlier">http://users.pandora.be/tommycarlier</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm using version 2.2. Is that the problem 

------=_NextPart_000_000A_01C3DF76.03833010--

new topic     » goto parent     » topic index » view message » categorize

4. Re: new to windows programming

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?
>  
>

new topic     » goto parent     » topic index » view message » categorize

5. Re: new to windows programming

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

new topic     » goto parent     » topic index » view message » categorize

6. Re: new to windows programming

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
>  
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu