View Single Post
[email protected]
Member
Join Date: Dec 2005
Old 02-15-2006 , 09:12  
Reply With Quote #3

I've been trying something like this, but I'm running into a problem. I've created my interface class, and an implementation of it, then EXPOSE_SINGLE_INTERFACE of it in one plugin. In another plugin, I try to use CreateInterface( "intreface's version here", NULL ) to load it, but it wont load the interface. CreateInteface works fine withing the plugin that exposes the interface. I thought maybe it was something to do with which order the plugins were loading, so i tried just having the exporting plugin loaded, then manually load the one that's trying to use the interface, but still nothing. I don't know if anyone has tried to do something like this before, any ideas?
Lojo.jacob@gmail.com is offline