Hi Vincent,
Be careful that you respect the ODR (One Definition Rule). Check that you're not compiling your application with different settings. If I had to do a wild guess, I might say you're using mixing Debug/Release builds or that debug/checked iterators are also mixed up. Cheers, Tanguy From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Bourdier Sent: Tuesday 17 February 2009 11:54 To: osg Subject: [osg-users] [C++/dll] Osg export model ? Hi all, Trying to make a dll with some osg code, I am having some difficulties. It appear that a std::string parameter can cause crashes ... but in OSG they are some std::string arguments... so is there some special code/compilation to use ? I use MSVC 2005 to make the dll and to use it in the other application... Any suggestion/idea would be very appreciated. Thanks, Regards, Vincent.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

