Hi fellows,
I'm about to write my first DLL. Although I prefer EXEs, in this special case a DLL can serve 3 executables, almost doing the same thing. Many functions and procedures are exactly the same because of that.
My problem: I don't know how to use LibMain. Is it just an empty wrapper? And if not, do I have to include all the 'attach/detach' stuff in it?
Can someone provide me with a small example?
Thanks,
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
[This message has been edited by Egbert Zijlema (edited March 09, 2001).]
I'm about to write my first DLL. Although I prefer EXEs, in this special case a DLL can serve 3 executables, almost doing the same thing. Many functions and procedures are exactly the same because of that.
My problem: I don't know how to use LibMain. Is it just an empty wrapper? And if not, do I have to include all the 'attach/detach' stuff in it?
Can someone provide me with a small example?
Thanks,
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
[This message has been edited by Egbert Zijlema (edited March 09, 2001).]
Comment