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.

Cheers,
Farshid

Attachment: MeshOptimizers.cpp
Description: Binary data

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to