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

Reply via email to