Re: [osg-users] broken osgconv.exe

2009-11-27 Thread ted morris
ok -- well, since I got it working on another box here at home I presume there must be another matching dll floating around on that PC. thanks, t On Thu, Nov 26, 2009 at 3:00 PM, Mattias Helsing wrote: > Hi Ted, J-S, all, > > First - all creds and kudos for the vc90 binary win32 2.8.2 packages

Re: [osg-users] broken osgconv.exe

2009-11-27 Thread ted morris
hm well thought I did do that. I am able to get it all working on another PC without installing 2005 *SP1*. just VC90 installed. thanks, & have a good weekend. -T I think you didn't install the 2005 *SP1* redistribuable package (http://www.microsoft.com/downloads/details.aspx?FamilyID=2

Re: [osg-users] broken osgconv.exe

2009-11-26 Thread Mattias Helsing
Hi Ted, J-S, all, First - all creds and kudos for the vc90 binary win32 2.8.2 packages to Sukender, not me. Second - did you (Ted) sort this out? Can we drop it or do you still have problems? Mattias On Wed, Nov 25, 2009 at 1:03 PM, Mattias Helsing wrote: > Hi again Ted, > > I can't find any d

Re: [osg-users] broken osgconv.exe

2009-11-25 Thread Mattias Helsing
Hi again Ted, I can't find any dll that depends on msvc*80 runtime dll but may have some clues to a solution. On Tue, Nov 24, 2009 at 9:03 PM, ted morris wrote: > > Yes, I think I resolved finding the 3rdparty dependencies. But for some > reason, the osgdb_xxx pluggins listed in the last e-mail:

Re: [osg-users] broken osgconv.exe

2009-11-25 Thread Mourad Boufarguine
Ted, I downloaded the osg precompiled package you are using (openscenegraph-all-2.8.2-win32-x86-vc90-Release.zip), and I checked that indeed, the osgdb_ive.dll depends on a zlib1.dll that was compiled with VS 2005 SP1 (which is weird). I presume it is also the case of libpng, curl and tiff. So, t

Re: [osg-users] broken osgconv.exe

2009-11-24 Thread ted morris
Yes, I think I resolved finding the 3rdparty dependencies. But for some reason, the osgdb_xxx pluggins listed in the last e-mail: osgdb_gz osgdb_curl osgdb_ive osgdb_png osgdb_tiff osgdb_tiffd dependencywalker shows that these pluggin dlls are still looking for MSVCR80.DLL *and* MSVCR90.DLL And

Re: [osg-users] broken osgconv.exe

2009-11-23 Thread Mourad Boufarguine
Hi Ted, You can use the Dependency Walker (http://www.dependencywalker.com/) to check the version number of the runtime, the dependencies were compiled against. I just tried it with the zlib and png dlls contained in "VisualStudio 9 (2008) SP1" prebuild dependencies ( http://www.openscenegraph.or

Re: [osg-users] broken osgconv.exe

2009-11-23 Thread ted morris
Hi Mattias, OK, after checking PATH, and setting OSG_NOTIFY_LEVEL=DEBUG, it finds all the libraries in the pluggin and 3rdparty path but I still get "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem" for the following p

Re: [osg-users] broken osgconv.exe

2009-11-23 Thread Mattias Helsing
Hi Ted, I finally got some time to check this out, but can't find any module that depends on the vc80 runtime. Everything runs fine and loads pngs and fonts without complaints on my xp. The machine I have tested on (unfortunatly) have the vc80 runtime on it but I'll test this on a clean xp later t

Re: [osg-users] broken osgconv.exe

2009-11-20 Thread Jean-Sébastien Guay
Hi Mattias, At first I didn't remember that either, but then it struck me - it was me :) I seemed to remember it was a Mat(t?)(h?)ias but didn't remember who exactly, and didn't bother to go check the archives... Shame on me. :-( Thanks for checking. Ted, as a workaround you could also ins

Re: [osg-users] broken osgconv.exe

2009-11-20 Thread Mattias Helsing
Hi Ted, J-S, > On Wed, Nov 18, 2009 at 8:45 AM, Jean-Sébastien Guay > wrote: >> >> >> Hmmm, that would seem to indicate that the VC9 binaries depend on the VC8 >> runtime (probably in addition to the VC9 one). That's pretty weird. >> >> Could whoever compiled those binaries (I don't remember) che

Re: [osg-users] broken osgconv.exe

2009-11-20 Thread ted morris
...who ever that is -- thanks in advance! -Ted On Wed, Nov 18, 2009 at 8:45 AM, Jean-Sébastien Guay < jean-sebastien.g...@cm-labs.com> wrote: > Hi Ted, > > > "This application has failed to start because MSVCR80.dll was not found. >> Re-installing the application may >> fix this problem" >> > >

Re: [osg-users] broken osgconv.exe

2009-11-18 Thread Jean-Sébastien Guay
Hi Ted, "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem" Hmmm, that would seem to indicate that the VC9 binaries depend on the VC8 runtime (probably in addition to the VC9 one). That's pretty weird. Could whoever c

[osg-users] broken osgconv.exe

2009-11-17 Thread ted morris
Greetings, I'm having some trouble using osgconv.exe after installing 1) openscenegraph-all-2.8.2-win32-x86-vc90-Release.zip 2) 3rdParty_Win32Binaries_vc90sp1.zip and setting the paths all works fine except for some of the pluggins when I run osgconv --formats I get a fail dialog box poppin