Shoutbox

Plug-In install maker help needed - 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: Plug-In install maker help needed (/showthread.php?tid=30450)

Plug-In install maker help needed by emtsniper on 08-25-2004 at 09:37 PM

how do i make/edit the .dll file?


RE: Plug-In install maker help needed by RaceProUK on 08-25-2004 at 10:06 PM

Exactly what do you mean?
If you mean how do you create the plugin DLL, that depends on your IDE/compiler/language. For that, it's best to read the documentation that comes with it.


RE: Plug-In install maker help needed by emtsniper on 08-26-2004 at 02:08 AM

the document, doesn't say anything about .dll


RE: Plug-In install maker help needed by lopardo on 08-26-2004 at 02:19 AM

Please be more specific. What do you want to do?


RE: Plug-In install maker help needed by emtsniper on 08-26-2004 at 02:47 AM

i want to know how to make the .dll files, that are in plug-ins


RE: Plug-In install maker help needed by Mnjul on 08-26-2004 at 02:51 AM

If you compile the source codes in the documents, you get a DLL. :)


RE: Plug-In install maker help needed by emtsniper on 08-26-2004 at 02:52 AM

and i do that, bye putting them all in the same folder?


RE: Plug-In install maker help needed by lopardo on 08-26-2004 at 02:53 AM

quote:
Originally posted by etmsniper
and i do that, bye putting them all in the same folder?
You need a compiler. Plugins are small programs, more info on how to make your own plugins here (you need to know programming, of course).