Hi Vincent,
Vincent.B wrote: > Hi all, > If you need to load dynamically some DLL (as osg plugins) but theses DLL have > no similar I/O (so make each one inherit from a base class have no sense), > how will you do ? > > I'm thinking in the calssical loadLibrary and getProcAdress for each one, ... > but if you know or think in an other solution, I would be very interested to > hear it. > In windows world each dll can have an entry point. This is a C function, which will be called on dll loading. In unix world, I am not sure if there exists default entry point routines, I think yes, but I am not sure. cheers, art ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=12249#12249 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

