I am using visual studio 2008 and i have a native c++ project that loads a managed c++ dll, but on the last one, the intellisense doenst work anymore only por the managed code.
this project (dll) has a mixed code (native and managed) and if i write only "::" on a clean line, the intellisense gives me the methods inherits from the base class, like regular, not for the managed code, for example array ^ ContactListToChat;
I need help,. otherwise i´ll have to fly blind.
Thanx in advance!