This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CCS V5.1 same with CCS V4.2 more and more problems that is very hard to use ................ please!! don't play your customers
I've not seen this before. The file isctype.c is not part of the source code for cl2000.exe. And I don't think it is part of your source code either. I think it is a source file in the runtime support library of the MicroSoft C compiler we use when building cl2000.exe. I'll have to get some help to figure this one out.
Thanks and regards,
-George
This is likely caused by "c" being a multi-byte character. PLease check to see if C is from character set like Chinese, Japanese or something else rather than plain ASCII character set.
We do not support multi-byte characters in our string. Or you have to define it as a wide char in your code.
The problem is caused by non-ascii characters in file names or directory names. This is not supported by our shell tool. Please see this forum thread for a similar discussion.