Re: WIN32 DLL Question
- Posted by mattlewis (admin) Nov 14, 2010
- 1380 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.
Do you mean a dll that's translated euphoria code? The translator takes care of that stuff for you. Just write your code and translate away.
Matt