Bernie's Window Library
- Posted by Bernie Ryan <bwryan at PCOM.NET> Sep 23, 1999
- 443 views
To whom it may concern. I have just up loaded to Rob, my version of a Windows Library. It is call WIN32API.EW and is completely self contained and only requires the standard RDS include files. The library has features for the Advance user as well as users not familar with windows programming. It does not hide the complexity of the windows programming so that you have full control of the program you are writing, but you should be able write any windows program without the library being updated because you want to add a new feature to your propgram. The library is targeted to anyone that would like to learn how to do windows programming but has little understanding of the "C" programming langauge. Read all of the documentation and comments because it explains what is happening in a "C" windows program and how to emulate the same features in Euphoria step by step. It eliminates the calculating of how many bytes are require for a each structure offset and what type of peek or poke is needed. WIN32API.EW does all the peeking, poking offset calculating for you. Just tell WIN32API.EW that you want to put something in the 4th location down in the structure and it will figure out the offset adress and what type of poke to use. Advance users will also be interested in using it because the functions make it easier to work with complex programs using WIN32API.EW builtin features. Have Fun ! Bernie