SvenC
Tomato Guru
Germany
339 Posts |
Posted - May 25 2004 : 02:07:00 AM
|
In a C++ project I had Prefer default intellisense enabled. I have included a COM dll with the #import statement which creates an automatic pair of tlh and tli files. These include the definition an the contained COM class based on the template class _com_ptr_t. When I have an interface IMyCom then I can define IMyComPtr obj; And call obj->MyMethod();
With Prefer default intellisense only one member of that class is displayed. Without Prefer default intellisense in some cases the combobox is filled correctly in others I get this status bar context: "IntelliSense: 'Expression to the left of . or -> has a type which could not be resolved'"
I could only find this behaviour with classes created from #import
Bye, SvenC |
Edited by - SvenC on May 25 2004 02:13:20 AM |
|