Re: [osg-users] [build] Openthreads dll problem

2013-07-31 Thread Chris Hanson
You may have a "stale" .lib around, or be loading a plugin that is linked with the old DLL. Dependency Walker can tell you what EXEs or DLLs are looking for what DLLs. On Wed, Jul 31, 2013 at 11:31 AM, Phil Oconnor wrote: > Hi, > > I'm upgrading from 3.1.5 (osg97) to 3.2.0 (osg100). > > I've b

[osg-users] [build] Openthreads dll problem

2013-07-31 Thread Phil Oconnor
Hi, I'm upgrading from 3.1.5 (osg97) to 3.2.0 (osg100). I've built osg 3.2.0 successfully, and built my application successfully with it. (Windows 7, Visual Studio 2010) Upon running my app, it crashes citing ot12-Openthreads.dll as the fault module. However that module is built with osg97.