RE: [osg-users] How to resolve link errors?

2006-11-16 Thread Paul Martz
Michael -- Some parts of the OSG distribution require 3rd party dependencies. From the errors you posted, it looks like you might be missing the GDAL dependency. http://www.openscenegraph.org/osgwiki/pmwiki.php/Downloads/Dependencies If you don't have GDAL, you can still go ahead and build the re

RE: [osg-users] How to resolve link errors?

2006-11-16 Thread Eric Maslowski
Hi Michael, When I get these sort of errors, the first thing I is check my "lib" paths to make sure they are setup correctly. I would then make sure I have included the necessary ".lib" files using either a #pragma statement or through the project settings (linker->input->additional dependencies)