Hi,
 
I have written a new class which inherit from osg::Group.
I have written a plugin for the .osg file format, that works fine.
 
I need to write a plugin for the .ive file format.
 
My initial thought was to copy-paste the ive::LOD code and replace the actual 
read/write parts according to my needs.
I am compiling this code inside one of my own projects. I added includes to the 
ive/ReadWrite.h and ive/Group.h. The code compiles.
Linking results in errors on unresolved externals.
I could not find a library to link with, and I see that the header-files inside 
ive does not have export statements. So I think I have gone ahead doing this in 
a very wrong way.
 
Does anybody have an example or directions for me on how to do this?
 
I also wonder how the code written as an ive plugin gets called when 
reading/writing ive files. Do I need to register my class somewhere?
 
 
Regards,
Viggo
 
_________________________________________________________________
Hold kontakten med Windows Live Messenger.
http://clk.atdmt.com/GBL/go/msnnkdre0010000003gbl/direct/01/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to