Re: WIN32 DLL Question
- Posted by jimcbrown (admin) Nov 14, 2010
- 1099 views
bugfinder said...
Where is a example of creating a windows dll ?
The only example is the Linux shared object demo.
I can not find any detail info in the manual about writing DLL internal code.
For instance how do you do initialization of the internal code when the dll first loads ?
I understand that you can create a dll with "C" translator
but I would like to have little more information than that.
Thank You.
It's identical as the Linux shared object demo. There is no difference.
I am not sure how to do initialization on dll load. You can do that by manually editing the generated C, of course.