making a class in visual c++ .net.
I'm having trouble making a class in visual c++, I can't find the exact process in the c++ .net 2003.
I want to use manage extension.
When I try to use new to get an object on a form derived class, new gives me a problem.
I'm using the __gc.
Thanks in advance
fred
|