Page 1 of 1
plugins
Posted: Mon Sep 13, 2004 2:00 pm
by donnavin
ok, i have the whole program up and running. and now a friend of mine gave me some plugins that he uses. i cannot get them to load. could it be that the plugins i got from him were only a .dll file and i need a folder like the other ones? or do i have to compile my new plugins in w/ the rest of mq2??
Posted: Mon Sep 13, 2004 2:05 pm
by Cr4zyb4rd
In thoery you friend should be able to compile a plugin, send you the DLL, and you drop it in and use it.
In practice, things seem to go a lot smoother if you compile your own, or at least if they're all compiled at the same time from the same source tree.
Posted: Mon Sep 13, 2004 2:08 pm
by donnavin
so all i really need to do, is through thsoe .dll's into the foled when i compile again?
Posted: Mon Sep 13, 2004 2:16 pm
by A_Druid_00
If your friend is using a different compiler than you, then chances are that's the problem. Just grab the .cpp files from the plugins you like and compile them yourself using the suprisingly easy How To Make a Plugin post in the plugins forum.