T O P I C R E V I E W |
bugfix |
Posted - Jun 11 2006 : 11:27:29 AM so far so good:
huh?
-bugfix |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jun 12 2006 : 6:32:55 PM got it
case=1289 |
bugfix |
Posted - Jun 11 2006 : 4:05:13 PM quote: Originally posted by feline
i know from some recent bug reports about members not being listed correctly for CString that CString is something of a special case.
which version of the WTL are you using?
WTL75_5333_Final
quote:
do you get a different result if you use: WTL::CString sss;
nope, same wrong info is displayed and ALT-G takes to ATL implementation.
quote:
the more important question right now, are you seeing any problems with missing or incorrect suggestions on WTL::CString instances?
Well, afaik it's basically the same interface.
quote:
is it possible that the WTL::CString is actually simply the standard windows CString? without WTL installed i am getting the same wizard bar text as you for this sample code.
nope, WTL comes w/ it's own CString implementation (atlmisc.h). http://sourceforge.net/projects/wtl/ |
feline |
Posted - Jun 11 2006 : 3:27:01 PM i know from some recent bug reports about members not being listed correctly for CString that CString is something of a special case.
which version of the WTL are you using? do you get a different result if you use:
WTL::CString sss;
the more important question right now, are you seeing any problems with missing or incorrect suggestions on WTL::CString instances?
is it possible that the WTL::CString is actually simply the standard windows CString? without WTL installed i am getting the same wizard bar text as you for this sample code. |