Bugfix for OpenEXR 2.1.0 exrmultipart.cpp with VC10

[email protected]
Newsgroups gmane.comp.video.openexr.devel
Message-ID <[email protected]>
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
[email protected]
https://lists.nongnu.org/mailman/listinfo/openexr-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.