I have an application that uses WTL 7.0 and I'm upgrading it to WTL 8.0. The code that used to compile fine now gives we the following error:
Error 1 error C2039: 'CString' : is not a member of 'WTL'
I'm guessing that Microsoft made some changes to what headers need to be included or in what order.
These errors are showing up in atlmisc.h which is part of the header set for WTL
Here is an example line of code from atlmisc.h that gets this error:
BOOL GetFromList(int nItemID, _CSTRING_NS::CString& strDocName)
Has anyone here moved an application from WTL 7.0 to 8.0 and run into such a problem?
Thanks,
Mike
Start Free Trial