Hi,

I am trying to use the OSG OpenFlight plugin. I have build and linked 
everything statically.

Like in the osgstaticviewer example, I have added the 


Code:
USE_OSGPLUGIN(OpenFlight);



line, in order to for the symbols to be included.

However, when I try to import a .flt file, I get a lot of "unknown record" 
error messages. This appends with the example too.

I have noticed that in "PrimaryRecords.cpp" file, there are a lot of records 
being registered using a similar mechanism as the plugin one, using static 
variable instanciation.

I guess those get lost when linking statically, any idea how I can solve this ?

Thank you!

Cheers,
Greg

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=12911#12911





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to