RE: DLL Automatic Wrapper Generator
- Posted by Bernie Ryan <xotron at localnet.com> Mar 01, 2002
- 463 views
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