Hi!
I have problems with classes in a namespace.
I have a include file. This is machine generated (COM), so I use the foloing code to put it into a namespace
namespace MyNamespace
{
// SomePtr is declared inside here
#include "SomeInclude.h"
}
If is use the defines of this namespace I get problems.
SomePtr is defined but VA-X doesn't recognize it.
STDMETHODIMP CSomething::Foo(BSTR pNumber, MyNamespace::SomePtr** pRet)
{
...
}
Also using refactoring when the cursor is above pRet and I invoke the refactoring context menu the cursor jumps to another symbol in the line and doesn't offer me "Rename"