RE: DLL Automatic Wrapper Generator
- Posted by bensler at mail.com Mar 01, 2002
- 487 views
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. 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. 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. 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? Chris Bernie Ryan wrote: > > bensler at mail.com wrote: > > Hello all, > > > > I've created a DLL Automatic Wrapper Generator. > > > > You give it a link_list, and build a wrapper on the fly. > > The generated wrapper can then be used without having to define the > > link_list. > > Chris > If you check out my library that I wrote last year. > It also has the same capability as yours; in addtion it > also has all of the win32 functions already wrapped. > All you have to do is describe any DLL FUNCTION or > STRUCTURE and then you will be able to use it. > It supports both unicode and ascii strings. > > http://www.rapideuphoria.com/w32engin.zip > > Bernie > >