Two Missing Functions?
Brought to you by:
zaphodikus
When I tried to compile this error was reported:
fatal error C1083: Cannot open include file: \'stringcvt.h\': No such file or directory
By commenting this out I moved on to:
error C3861: \'ConvertWordToASCII\': identifier not found
I\'m guessing these two functions are included in stringcvt.cpp which is also missing from build 37
extern void ConvertWordToASCIICS(CString& csString, const WORD wValue);
extern void ConvertASCIIToWord(const char*String, WORD &wValue);
Commenting out all the references to these two functions allowed the solution to build, but, VIEWFORMAT_CHAR is now broken until I come-up with a replacement function.
Added 2 files from my machine - must have forgotten them ages ago. Need to check for check-ins more often :-)