1. RE: new to windows programming
- Posted by Brian Broker <bkb at cnw.com> Jan 20, 2004
- 590 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
2. RE: new to windows programming
- Posted by "Bernard W. Ryan" <xotron at bluefrognet.net> Jan 20, 2004
- 528 views
Tommy: My w32engin.ew windows library uses No extra include files or and NO namespace features. You only need the single w32engin.ew library to do windows programming. The DOCS also explain the basic concept of windows programming. It can be downloaded here: http://www.rapideuphoria.com/w32engin.zip Bernie