|
bloodrain Newbie
Joined: 30 Jun 2005 Posts: 1
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Fri Jul 01, 2005 12:33 am |
zmudapi.dll, or whatever include files are needed to handle COM. This is a better question for the developer's forum, though. Especially if you ARE going to dive into plugins, it's an invaluable resource.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Tarn GURU
Joined: 10 Oct 2000 Posts: 873 Location: USA
|
Posted: Fri Jul 01, 2005 6:17 am |
You don't need any DLL's that aren't shipped with Windows (using a normal C++ compiler).
If you need extra libraries beyond the basic language capabilities, then you'll have to link them statically or ship them with your plugin.
-Tarn |
|
|
|
|
|