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?

Thanks & Best regards,
Michael 

-------- Original-Nachricht --------
> Datum: Fri, 10 Dec 2010 06:47:06 -0600
> Von: Dirk Reiners <dirk.rein...@gmail.com>
> An: opensg-users@lists.sourceforge.net
> Betreff: Re: [Opensg-users] OpenSG 1.8 - Add-on library types

> 
>       Hi Michael,
> 
> On 12/10/2010 04:23 AM, Michael Raab wrote:
> > Hi users,
> >
> > I've developed a custom OpenSG add-on library that among other things
> > contains a custom cluster window derived from osg::ClusterWindow. The
> client
> > side works as expected. On server side I use the standard
> osg::ClusterServer,
> > which seems not to know about my special cluster window. "WARNING:
> Unknown
> > type xxxxxxx". What is the best way to make my server application
> familiar
> > with the types defined in the add-on library?
> 
> just linking the cluster server with your add-on library should do the
> trick 
> (assuming it's a dynamic library).
> 
> Yours
> 
>       Dirk
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Opensg-users mailing list
> Opensg-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/opensg-users

-- 
GMX DSL Doppel-Flat ab 19,99 &euro;/mtl.! Jetzt auch mit 
gratis Notebook-Flat! http://portal.gmx.net/de/go/dsl

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

Reply via email to