valette / ACVD

Fast simplification of 3D surface meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/acvd/
Other
266 stars 57 forks source link

strncasecmp not found in ..\..\ACVD\DiscreteRemeshing\xmlParser.cpp(313) #8

Closed dschauba closed 9 years ago

dschauba commented 9 years ago

Please patch this into xmlParser.cpp.

ifdef _MSC_VER

define strncasecmp _strnicmp

define strcasecmp _stricmp

endif

see: http://stackoverflow.com/questions/3694723/error-c3861-strcasecmp-identifier-not-found-in-visual-studio-2008

valette commented 9 years ago

I think this fixes it?

dschauba commented 9 years ago

Sure! ;)