Shoutbox

plugins + MFC - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: plugins + MFC (/showthread.php?tid=12616)

plugins + MFC by loconet on 07-09-2003 at 03:12 AM

Anyone tried linking MFC dynamically with a plugin dll?

Any thing I should be watching out for/ making sure i do?

I'm using the mfc appwizard (dll). Should i be declaring/defining the api functions as member functions or as regular global functions?

I'm assuming is the latter as I've tried them as member functions and obviously msnplus is not calling them (tried doing something in the Initialize() to see if it was loading properly - nope, nothing :p)

Btw, I will get linker errors - not finding unique symbol for Initialize() - I've used the Initialize decoreated name from bindump and it will fix the error - any way to get around this nonsense?

Thanks ;)