RE: DLL Automatic Wrapper Generator
- Posted by Bernie Ryan <xotron at localnet.com> Mar 01, 2002
- 479 views
bensler at mail.com wrote: > Hi Bernie, > > I looked at it before when you released it. > > First of all, try doing a search for DLL or wrapper in the archives. > Does it say anything about your library? I am not about to spend the > time to look at every file in the archives to see if what I need is > there. The discriptions in the archive are written by RDS and do not accurately describe many of the zip files in the archive. > > My hope is that I can create some libraries for the archives, even IF > they are already available, that will be more accurately described, and > hopefully easier to use. > > Second, your implementation seemed difficult to use, and I didn't > find any demos of how it works. The zip file contains 3 demos. It contains a utility to use window's resources. It also contains 5 text files that explain how to use things. > > Third, you library is shrouded. I put in my junk pile the same day I > dl'd it. No offense to you, but I don't like the idea of not sharing my > code. It makes it 20 times more difficult to understand what it is the > library is supposed to do. The library is shrouded because I did not want it to become so extremely modified so that it is difficult to maintain. The library allows anyone to extended it without having to be bothered by the internal working mechanisms. > Four, I'm hoping that my library will be a stepping stone towards the > creation, distribution, and sharing of wrapper libraries. How many > people have spent the time to write a partial wrapper for win32, but > didn't bother to share it with the rest of us? If I didn't want to share it it wouldn't be in the archive. I placed other code in the archive that is not shrouded. Bernie