Calin -- Could you please post a call stack? I am running VS8-built examples with the VS7-built dependencies and I'm not experiencing any crashes. I suspect the VS7/VS8 differences are in things like the .NET interface and/or the STL interface, neither of which are used by the 3rd party dependencies. (However, if I were building a product for shipment, I'd be sure to build everything with VS8 just to be sure).
Bottom line: I suspect something else is causing your crashes. -Paul > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Osfield > Sent: Monday, November 06, 2006 6:51 AM > To: osg users > Subject: Re: [osg-users] Problems running examples compiled > with VS 2005 > > Hi Calin, > > Are you using VS7.x dependencies within VS8.x? Have a look > through the last few months mailing list archives on this > topic. Basically you can't mix binaries between VS versions, > they arn't binary compatible. > > Robert. > > On 11/6/06, Calin Negru <[EMAIL PROTECTED]> wrote: > > I compiled a number of OSG examples and they all crash > when I try to > > run them. The debugger tracks down the problem to a line > inside memcpy.asm: > > > > rep movsd ;N - move all of our dwords > > > > Any help is appreciated. > > > > > > > > _______________________________________________ > > osg-users mailing list > > [email protected] > > http://openscenegraph.net/mailman/listinfo/osg-users > > http://www.openscenegraph.org/ > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
