Re: Win32lib docs (was Re: Error when tryijng to use Upper())
- Posted by Derek Parnell <ddparnell at bigpond.com> Oct 19, 2003
- 435 views
----- Original Message ----- >From: ronaustin at alltel.net >Subject: Re: Win32lib docs (was Re: Error when tryijng to use Upper()) > [snip] >That's interesting that you say Win32Lib is not Euphoria. Without > it you wouldn't have any fancy window control boxes, lists, >ect, would you? That's not quite entirely true. Win32lib is is just one of many Windows libraries that people have built using Euphoria. You might like to look at the other offerrings in the RDS archive. Some people have written applications that do not use any of these windows libraries, instead they have called the API routines directly. >I notice that some of the sample apps have a copy of the >library with them. Seems like that would be a bit dangerous > wouldn't it? If programer A wrote an app and changed the library, > then downloaded programer B's program with his own special flavor >of Win32lib, good bye programmer A's Win32lib. I haven't been on >here long to know these things, but is there an "official" copy of >winlib32 somewhere that contains all the latest changes? You are correct about this 'danger', but one of the reasons win32lib is available in the form it is is so that people can derive specialized versions of it if they want to. The current home for the version of the library that I maintain is ... http://www.users.bigpond.com/ddparnell/euphoria/w32005901.zip -- Derek