View Single Post
Old 9th December 2007, 08:40 PM   #1
Galun
Member
Expert member
 
Join Date: Jun 2006
Posts: 51
Default plugin that needs other libraries

I'm trying to write a plugin that needs additional libraries on Windows (Visual Studio).
I added the needed libs together with ac3d.lib and the includes and all compiles well to a .dll (named .p). The corresponding additional dll are in the PATH.

As long as I do not reference a function in the additional lib it works fine. The plugin is loaded and executes.
But as soon as I add any kind of reference to the other lib the plugin is not even loaded. The error message says it cannot find the modul.

What do I have to do to create a plugin with additional libs?
Galun is offline   Reply With Quote