On 3/11/2010 5:36 PM, Farshid Lashkari wrote: > Hi Robert, > The latest version of MeshOptimizers.cpp does not compile on MSVC. On > line 432 a variable of type ssize_t is declared, which does not seem to > be part of the C standard. I'm able to fix the problem by changing the > type to int, but I'm not sure if this is an ideal solution. I've > included my modification anyway.
Confirmed. Some indications suggest ptrdiff_t might be an appropriate type, but I don't presume to know the original intent. > Cheers, > Farshid -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ "There is no Truth. There is only Perception. To Perceive is to Exist." - Xen _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
