Re: [osg-users] NULL Options passed to readImageFile()

2009-09-13 Thread Chris 'Xenon' Hanson
Joe Abreu wrote: Running any of the debug programs through dependencywalker comes up with the error that MSVCP80D.DLL Error Opening File. The System cannot find the specified file ( 2). But the file can be located here:

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-12 Thread Joe Abreu
Running any of the debug programs through dependencywalker comes up with the error that MSVCP80D.DLL Error Opening File. The System cannot find the specified file ( 2). But the file can be located here: C:\WINDOWS\WinSxS\x86_Microsoft.VC80.DebugCRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_f75eb16c

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-11 Thread Jason Daly
Joe Abreu wrote: I've downloaded and run the Redistributable, tried DependecyWalker.exe OSG example debug versions are missing: MSVCP80D.dll MSVCR80D.dll Do you also see MSVCP80.DLL and MSVCR80.DLL as dependent modules in the debug version? If so, this is the configuration problem that

[osg-users] NULL Options passed to readImageFile()

2009-09-10 Thread Joe Abreu
Hi, I have only just installed OSG and got everything configured and the demo programs running. I have been going through the tutorials on openscenegraph.org and I am currently stuck on the pyramid texture tutorial: http://www.openscenegraph.org/projects/osg/wiki/Support/Tutorials/Textures

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-10 Thread Jason Daly
Joe Abreu wrote: The image does exist, but I also know the offending fragment is the getOptions(). It returns NULL. I don't think this is the problem. It should be fine to pass NULL for the ReaderWriter::Options. Try setting the notify level to DEBUG (set OSGNOTIFYLEVEL=DEBUG). This

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-10 Thread Joe Abreu
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

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-10 Thread Jason Daly
Joe Abreu wrote: Does anyone have any idea why I cannot get the debug versions to work. This has been an extremely common theme on the list lately. If you just search the archives for Debug you'll probably find your answer. Quick tip: download Dependency Walker and run it on either the

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-10 Thread Wojciech Lewandowski
expires faster then I click send) Cheers, Wojtek -- From: Joe Abreu pure...@hotmail.com Sent: Thursday, September 10, 2009 10:27 PM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] NULL Options passed to readImageFile() I have

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-10 Thread Chris 'Xenon' Hanson
A good tool to rescue you from DLHell is Dependency Walker: http://www.dependencywalker.com/ If you open the EXE you're trying to run, it will often point out what DLLs are not present in the form/version it expects. -- Chris 'Xenon' Hanson, omo sanza lettere Xenon

Re: [osg-users] NULL Options passed to readImageFile()

2009-09-10 Thread Joe Abreu
I've downloaded and run the Redistributable, tried DependecyWalker.exe OSG example debug versions are missing: MSVCP80D.dll MSVCR80D.dll and both the examples and my debug version of my program are missing: EFSADU.dll IESHIMS.sll WER.dll So obviously I need these DLL's. Are they just things I