Re: New Windows library + WIPI
- Posted by Bernard Ryan <xotron at bluefrog.com> Sep 12, 2004
- 477 views
Tommy Carlier wrote: > > I'm writing a new Windows library, that will do what Win32Lib does now. Why? > First, > because it's a challenge to start such a project. Also, because I think > Win32Lib is Tommy: Win32Lib is one, but not the only windows library that has been written in Euphoria. A major amount of the code has been written while trying to keep up with constant changes and improvements that have come along in Euphoria interpeter. I think that you are going to find that your design is going to be restricted by the way that Microsoft Windows is designed and the restrictions of trying to implement the code with Euphoria's design restrictions. We all could have done a better job at writing our code if we were starting from this day forward but you will find that in 3 years from now you will have someone telling you that they can do a better job of writing your code if they start from that future day. Bernie My files in archive: http://www.rapideuphoria.com/w32engin.zip http://www.rapideuphoria.com/mixedlib.zip http://www.rapideuphoria.com/eu_engin.zip http://www.rapideuphoria.com/win32eru.zip