[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: plugin-support



> It is possible to load classes from a shared object using dlopen() and
> friends. The trick is that using "new" probably won't work.

I doubt using "new" would work.  The way I do it in Troll Bridge is to
have a C function that registers a new function like you have.  That way
if the C++ name mangling changes your code isn't affected.

Dennis Payne
dulsi@identicalsoftware.com