Hi Joe,

If I correctly assume that you tried to run Debug from VS 2005 environment then it must be pre SP1 VS 2005. Install Service Pack 1 for VS 2005 and you should be fine. Or... if you have VC SP1, this might be the recent "Microsoft VC 2005 Redist with ATL fixes" update issue. Microsoft has recently made an update to VC redistributables which breaks existing programs. There were many reports everywhere. If this is the case google for "Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package ATL Security Update". ( I do not provide link to microsoft site because it usually expires faster then I click send)

Cheers,
Wojtek

--------------------------------------------------
From: "Joe Abreu" <[email protected]>
Sent: Thursday, September 10, 2009 10:27 PM
To: <[email protected]>
Subject: Re: [osg-users] NULL Options passed to readImageFile()

I have realised that it works fine if i select release build in VS 2005. So I guess my problem technically must lie in the fact that I cannot get the debug binaries to work:

openscenegraph-all-2.8.0-win32-x86-vc80sp1-Debug.tar.gz

I uncompressed these in exactly the same way that I have the release binaries. But when running any of the debug executables I get an error:


C:\OpenSceneGraph\bin\osg2cppd.exe

This application has failed to start because the application configuration is incorrect...

My first inclination is that the dependant .dll's are not found. But the debug versions of all dependancies are in the same location as the release versions. So I do not know why the release versions work but the debug ones do not.

Does anyone have any idea why I cannot get the debug versions to work.

I used this tutorial to attempt to install OSG:

http://dwightdesign.com/2009/05/installing-openscenegraph-280/

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17248#17248





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to