On Thu, 28 Sep 2006, Paul Martz wrote:

Mike -- You state that the 7.1 dependency binaries are incompatible with a
v8.0-built OSG; what experience or info is this based on?

I have been using the 7.1 prebuilt libTiff with the TIFF plugin built with
8.0; exercised it thoroughly and encountered no issues...
  -Paul

Libraries built with the C ABI should work with any compiler, because that
standard is well-defined. The Tiff, png, jpeg, zlib, etc. libraries are all
built that way. However, OSG is C++, and that standard is not well-defined.
I know that I had conflicts mixing ImageMagick's Magick++ (their C++ version)
compiled for VS with my mingw application. I think I was just able to use
the other precompiled image libraries from the sourceforge gnuwin32 project.

--
    ____   __     Eric Sokolowsky  (GST)    NASA Goddard Space Flight Center
   / __/__/_/__  Visualization Programmer    Scientific Visualization Studio
  / __/ _/ / _/ 301.286.3751                  Mailstop 610.3 Bldg 28 Rm E102
 /___/_//_/__/ [EMAIL PROTECTED]   Greenbelt, MD 20771
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to