Hi Guys, On 2/2/07, Paul Martz <[EMAIL PROTECTED]> wrote:
Yes, I've wished this were possible for a while now, but as Robert said, no way to do that without loading all the plugin DLLs. Only solution I could come up with along these lines would be to have each plugin create two DLLs, one that does the meat of the work, and the other (presumably smaller and faster to load) that just contains the meta registration information. Kind of inelegant, though.
Perhaps another solution is have a simple app then loads the plugins one by one, find outs what alias it supports then unloads it, then moves to the next plugin and so on through them all. Then at the end it outputs a text file with all the info then can be loaded as an alias file. Right now the plugings don't have a method for registering their own aliases though, so it wouldn't possible as is. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
