R
Ram
Hey,
I have a Dll I created in VB6 and when I'm trying to use it from C++
using the following code:
MyNS::MyClassPtr obj;
obj = new MyNS::MyClass();
I get the following error:
C2559: Cannot Instantiate An Abstract Class
But when I try and use the same Dll from a VB6 or .Net (using Interop)
application everything works perfectly well!
Any ideas?
Thanks ahead
--Ram
I have a Dll I created in VB6 and when I'm trying to use it from C++
using the following code:
MyNS::MyClassPtr obj;
obj = new MyNS::MyClass();
I get the following error:
C2559: Cannot Instantiate An Abstract Class
But when I try and use the same Dll from a VB6 or .Net (using Interop)
application everything works perfectly well!
Any ideas?
Thanks ahead
--Ram