1 Sep 2002 11:51
Cstring include?
I'm looking at atlctrls.h line 3269
I see
#ifndef _ATL_NO_COM
BOOL GetItemText(HTREEITEM hItem, BSTR& bstrText) const
{...
Then on line 3307
#if defined(_WTL_USE_CSTRING) || defined(__ATLSTR_H__)
BOOL GetItemText(HTREEITEM hItem, CString& strText) const
This seems to be a little perplexing. If I define _WTL_USE_CSTRING I
would have an overload
of the GetItemText function. Are there many more in this situation?
Is __ATLSTR_H__ included in the wizard projects?
I suppose my question is whether the new CString in ATL7 included by
default?
Are there any other classes from ATL7 that may or may not be included?
cheers
Mark
(Continue reading)
RSS Feed