Hi!
I have a type library to import. I use it with the rename_namespace keyword.
#import "libid:{8D823185-7FB1-4263-B300-BDE8720A5988}" rename_namespace("AGComDebug"), raw_interfaces_only
But when I use the interfaces with the namespaces VAX shows red underlines on all keywords in the typelib.
CComPtr<AGComDebug::MacroDebugSession> spDebugSession;
spDebugSession->put_SessionHost(spDebugSessionHost);
put_SessionHost is unknown!
TIA