AW: [osg-users] Export to osg

From: Björn Schmidt [PI1] <pi_at_iz-media.de>
Date: Mon Jan 10 2005 - 08:52:43 PST

Hi!

Thanks for the reply but it still won't work... My Geometries are stored in
an dll which the exe uses and the statement you sugeested is in teh exe.
Does this make any difference?

Thanks!

Bjoern

> -----Ursprüngliche Nachricht-----
> Von: osg-users-bounces@openscenegraph.net
> [mailto:osg-users-bounces@openscenegraph.net] Im Auftrag von webmaster
> Gesendet: Montag, 10. Januar 2005 16:54
> An: osg-users@openscenegraph.net
> Betreff: [osg-users] Export to osg
>
> Hi,Bj&ouml;rn
> If you save out osg file c++ programm like this below then
> will get the error you encounter
> osgDB::writeNodeFile(*root,"test.GothicBase");
> will raise error
> DynamicLibrary::failed loading "osgdb_GothicBase.dll"
> the correct programm is like below
> osgDB::writeNodeFile(*root,"test.GothicBase.osg");
> then you will get a save out file named test.GothicBase.osg
>
> zhuwan
>
> 01,10,2005
>
>

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/
Received on Mon Jan 10 08:53:03 2005

This archive was generated by hypermail 2.1.8 : Mon Jan 10 2005 - 08:53:03 PST