R
Rene
When you build an exe application, you can count on that the "static void
Main()" function will bee the first one to be called when the application
starts up.
Is there something similar for dlls? Is there a "Main" entry point that is
called when the dll is first loaded?
Thanks.
Main()" function will bee the first one to be called when the application
starts up.
Is there something similar for dlls? Is there a "Main" entry point that is
called when the dll is first loaded?
Thanks.