RE: new to windows programming
- Posted by Brian Broker <bkb at cnw.com> Jan 20, 2004
- 588 views
Tommy Carlier 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 > Specifically, you need at least Euphoria version 2.3 or the current release, version 2.4 (recommended) to use Win32Lib because it now uses the namespace feature implented in Euphoria 2.3. -- Brian -- Brian