Hi all,
I'm wondering, is it possible to create a binary that is both executable and loadable library?
If yes, could you please give me a hint about how?
Thanks,
Mat
I'm wondering, is it possible to create a binary that is both executable and loadable library?
If yes, could you please give me a hint about how?
Thanks,
Mat
You can use DLL's and exeute it with RunDLL32.exe
Hagen
Hagen
You can use DLL's and exeute it with RunDLL32.exe
Hagen
Hi Hagen,
Thanks for your reply.
Yes, I also considered the rundll method. But I want to discourage the use of the module as a library (but need to support the library mode for legacy applications), so, it's preferrable if it's in exe form (ie, programname.exe).
Mat