If DllMain cannot call MSIL-clr code then is it possible to make a dll that injects with DllMain as the entry point that has a windows form in it? Just wondering?
Originally Posted by PsychicSounds
If DllMain cannot call MSIL-clr code then is it possible to make a dll that injects with DllMain as the entry point that has a windows form in it? Just wondering?
You can, you just run the risk of lockups.
and yes, just do what you normally would, but follow the special guidelines for DllMain.