Hi all, 

after building IlmBase 2.1.0 by creating the VS2010 project files with CMake 
and building it I had CMake build the OpenEXR 2.1.0 solution files for VS2010. 
Compilation worked nearly perfect except for exrmultipart.cpp where the error 
message was: "isdigit is not part of std". The fix is simple, after adding 

#include <cctype> 

in the header, compilation succeeded. 

Cheers 

weaker
_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to