Board index » cppbuilder » Problem using ActiveX dll
Alex
![]() CBuilder Developer |
Sun, 23 Mar 2003 03:00:00 GMT
Problem using ActiveX dll
Hi,
i wrote an AX dll in VB and try to use it in BCB4. what i tried is: [VB, Project1, Class1] [BCB, Button1Click()] a = new Class1( ); Quote} [C++ Error] Unit1.cpp(21): E2352 Cannot create instance of abstract class '_Class1'. [C++ Error] Unit1.cpp(21): E2353 Class '_Class1' is abstract because of '__stdcall _Class1::MyMsgBox(wchar_t * *) = 0'. i looked at the code in Project1_TLB.h and i found the virtual function, and What is the problem and how to correct it? Thanks!! Best regards, |