Re: As problem what am I doing wrong?
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 30, 2005
- 416 views
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