Hi,

I added "OSG_LOAD_LIBS" -> "OSGContrib.dll OSGExt.dll" as environment variable. 
But my derived type is still unknown. Is the syntax above correct?

Thanks,
Michael

-------- Original-Nachricht --------
> Datum: Fri, 10 Dec 2010 21:31:02 +0800
> Von: "Gerrit Voß" <vo...@vossg.org>
> An: "opensg-users@lists.sourceforge.net" <opensg-users@lists.sourceforge.net>
> Betreff: Re: [Opensg-users] OpenSG 1.8 - Add-on library types

> 
> 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

-- 
Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail

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

Reply via email to