Kurt Jung wrote:
I had to #ifdef out the utf8 function on a certain operating system (guess which one) because MSVCRT.DLL doesn't support wctype!
Included libmsvcp60.a in the build (with MinGW), it builds OK here, no need to #ifdef. -- Shmuel