G
Guest
Hello all,
In a Managed C++ project I added a class, "CGenClass", and then included it's
header in the Form .h. I can create a instance of CGenClass by doing:
CGenClass* pC = new CGenClass();
but when I do:
pC->
I don't see any members, variables,etc. What happened to my Intelisense?
Any help appreciated....
TIA,
Ray k.
In a Managed C++ project I added a class, "CGenClass", and then included it's
header in the Form .h. I can create a instance of CGenClass by doing:
CGenClass* pC = new CGenClass();
but when I do:
pC->
I don't see any members, variables,etc. What happened to my Intelisense?
Any help appreciated....
TIA,
Ray k.