I got it! I got it!
Thanks vikke! I owe you a million! Now I can rest
Wow... this had really been nagging me. Back to real life now
quote:
Originally posted by vikke
Did you try LoadLibrary API? That would probably not work either . But it's worth a try .
I don't think Patchou will give you the signature .
What's so special about the signature?
(guess I could always look at the assembly, take a few classes in reverse engineering lol)
Aaaanyway... Plus loads, menus, icons, everything
I did as you suggested and tried calling Initialize() :
code:
// Initialize Plus (hopefully)
typedef VOID (* PLUS_Type)(VOID);
PLUS_Type Initialize_fn = (PLUS_Type) GetProcAddress( _PlusDll, "Initialize");
Initialize_fn();
Maybe I got it right by accident, who knows
Oh, and sorry about the messy code, I'm still new to all this strange typedef's (and already started to hate LPCWSTR's)