Re: Windows stuff...
- Posted by "Igor Kachan" <kinz at peterlink.ru> Sep 13, 2004
- 488 views
Hi, Patrick! You wrote: ---------- > From: Patrick Barnes <mrtrick at gmail.com> > To: Euphoria Mailing List <EUforum at topica.com> > Subject: Windows stuff... > Sent: 13 sep 2004 y. 10:37 > > To program in windows using only the standard libraries is very time > consuming and annoying. > Excellent work has been done in 3rd party projects like win32lib > and w32engine. > Some people find one or both of these restrictive, and so go > off and use a different system... > > This means that programmers are using different windows libraries to > write their own code, and to convert a library to use a different > windows library is difficult, if not impossible. > > What do you think about collaborating to produce a common core to > these windowing systems, that can be extended to produce a library > that caters to different needs? > For a start, one include file should have every windows API constant, > and be compatible across the board. Perhaps it should be included in > the euphoria installer as a standard include. If you need such the lib with the Win API constants for your work, try please the constant.ew file from: http://www.RapidEuphoria.com/w32engir.zip and add new constants. If you need such the lib with the Win API functions for your work, try please the c_routin.ew file from: http://www.RapidEuphoria.com/w32engir.zip and add new functions. Both these libs are extracted from the very powerful Bernie Ryan's w32engin.ew library. All MicroBucks - to Bernie, please, just now [snipped] Regards, Igor Kachan kinz at peterlink.ru