Hi guys! It's me again
quote:
Originally posted by Patchou
Actually, msimg32.dll is the only thing that loads Messenger Plus! into Messenger.
Okay. I've been reading the MSDN pages refering to Dlls (and DllMain) and came across this :
quote:
The entry-point function should perform only simple initialization or termination tasks. It must not call the LoadLibrary or LoadLibraryEx function (or a function that calls these functions), because this may create dependency loops in the DLL load order.
So, if you shouldn't load libraries in msimg32.dll's DllMain, where do you do it? You have to load
MsgPlusLive.dll somewhere... Is this one of those times when you do it, even though is dangerous?