From: Kris B. <1...@kr...> - 2008-06-05 22:49:24
|
I am using the trunk. Before I got to this point I ran the executable a few times, and each time it would complain about not finding a specific DLL and I would put that DLL in the same directory as the executable. Now that directory looks like this: \openvrml\ide-projects\Windows\VisualC9_0\bin libpng13d.dll openvrmld.dll opnvrmld.ilk openvrmld.pdb openvrml-gld.dll openvrml-gld.ilk openvrml-gld.pdb SDL.dll sdl-viewerd.exe sdl-viewerd.ilk zlib1d.dll Thanks, Kris ***** >> I successfully built the VC++ solution on two different windows XP >> machines, but each time I try to run the viewer executable I get the >> following error, "The application failed to initialize properly" >> >> The internet told me that this was due to some DLL permissions, but >> after following the instructions to fix that located here at >> http://www.tech-pro.net/howto_015.html, I still get the same error. >> >> I imagine that since it happened to me twice it has something to do >> with the way I am building the solution. Does anyone know what I did >> wrong or what to do about this? > > Are you building the Subversion trunk or the 0.17.5 release? > > Possibly the runtime is just not finding a DLL it needs. For instance, > you may need to move the SDL DLL into the same directory as > sdl-viewer[d].exe (or put it in your PATH). |