Hi

On Dec 10, 2010, at 9:08 PM, "Michael Raab" <michael-r...@gmx.de> wrote:

> Hi Dirk,
> 
> unfortunately not! I already tried that yesterday. 
> I guess due to the fact that the cluster server doesn't reference to any 
> symbol defined in the add-on library, the appropriate dll never gets loaded. 
> If I remind correctly we had similar problems with OSGContribLib some months 
> ago. The solution looked like this:
> 
> CGFXMaterialPtr dummy = CGFXMaterial::create();
> addRefCP(dummy);
> subRefCP(dummy);
> 
> Really ugly :-(
> Do you have any other idea?
> 

use the OSG_LOAD_LIBS environment variable to pull in additional
dll's or preloadSharedObject (call before osgInit). Either should work
and register the additional element during init.

kind regards
    gerrit 
------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to