Shoutbox

[?] writing my own dll C++ - 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)
+----- Thread: [?] writing my own dll C++ (/showthread.php?tid=71149)

[?] writing my own dll C++ by effection on 01-28-2007 at 10:29 PM

Can someone explain to me exactly what type of dll i have to create so i can call it from within my script please?

thankyou :)


RE: [?] writing my own dll C++ by matty on 01-28-2007 at 10:55 PM

Don't C++ dlls export their functions by default?


RE: RE: [?] writing my own dll C++ by TheSteve on 01-29-2007 at 07:19 AM

quote:
Originally posted by Matty
Don't C++ dlls export their functions by default?

No, you either need to use a def file or add __declspec(dllexport) to the function/class/variable.
RE: [?] writing my own dll C++ by effection on 01-29-2007 at 06:27 PM

can you explain or give a small example please :-/ ?


RE: [?] writing my own dll C++ by effection on 02-01-2007 at 09:44 PM

anything? ive got no real experience of dlls in C++