1. As problem what am I doing wrong?

include window.ew as zip

      hwnd=zip:window_GetHwnd(console)

I get zip has not been declared.

Don Cole,
SF

new topic     » topic index » view message » categorize

2. Re: As problem what am I doing wrong?

don cole wrote:
> 
> 
> include window.ew as zip
> 
>       hwnd=zip:window_GetHwnd(console)
> 
> I get zip has not been declared.
> 
> Don Cole,
> SF
> 

Hi Don,

Are you sure the error is pointing to 'zip' and not to 'hwnd' instead?
Also, are you sure the error is pointing to that exact line number and
not another variable named 'zip' somewhere else in the program?

Just some ideas, unless you've stumbled upon a rare bug, which is
always possible too :)


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

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

3. Re: As problem what am I doing wrong?

don cole wrote:
> include window.ew as zip
> 
>       hwnd=zip:window_GetHwnd(console)
> 
> I get zip has not been declared.

The declaration of zip has local (to one file) scope.
You have to repeat it in other files, if required.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

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

Search



Quick Links

User menu

Not signed in.

Misc Menu