I have been trying to build an app relying on OSG 3.0, OSGart 2rc3 and VS 2008.
I am not an expert on MS VS 2008 so maybe I have missed something while configuring.
I have built everything in both debug configuration and release.
the problem is that when starting the debugger I get a message of "ot12-OpenThreads.dll is missing..." and I have only included debug versions as dependencies.
The message should be about "ot12-OpenThreadsd.dll" which is my debug dll
I have included the following in my project's "linker->additional dependencies"
I can't figure out why my project asks for "ot12-OpenThreads.dll"
I also checked the dependenies of the projects that produce these libraries
osgd.lib
osgDBd.lib
osgGAd.lib
osgViewerd.lib
osgWidgetd.lib
none of them depends on OpenThreads.lib
Any comment would be really appreciated!
Thanks!