Re: New Windows library + WIPI
- Posted by Bernard Ryan <xotron at bluefrog.com> Sep 12, 2004
- 480 views
> My first idea was to build the new library on top of your Win32 Engine, > because it > has all the Win32API definitions I need. But I think that Win32Engine is > already too > big and too much influenced by Win32Lib. What I'm looking for is a file or > multiple > files with all the definitions (constants, routines, structures, ...), > preferably in Known as the hundreds of window include files ! > a language-independent format (XML, Euphoria database, text-format, ...) or in > Euphoria. > That would also be useful for other libraries/projects. Tommy: You will find that the size is because of the 1000's functions structures, constants, and the comments, not the code. 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