Luigi Calori wrote:
I just would like to being able, to decide at run time, on the first time of access to my dll wrapped applicatiuon, which version to load. I would, for now, hints on how to build a runtime loadable library that wrap an osg application.
I'm not sure I can offer much advice here without more of an idea of what you are trying to accomplish. Ultimately you can use methods like dlsym() to get symbols from the shared library. What you do with these symbols is ultimately up to you and your needs. These symbols can be simple methods or pointers to classes.
For a good cross-platform example of this in action I would check out the MPV project.
http://cigi.sourceforge.net -- Philip Lowman Simulation Development Engineer, Modeling and Simulation Technology General Dynamics Land Systems http://www.gdls.com _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
