Question and Answer Database FAQ2337C.txt ActiveX form will not install in VB 5.0 Category :ActiveX Platform :All Product :C++Builder 3.x Question: I have created an ActiveX form and am trying t install it in VB 5.0. When i try it gives me a class not registered. The class has been registered so i know it is not my active form, so what is it? Answer: Ussually this happens because of the packages. Typically this is the fault of the vcl35.bpl not being in the Windows\System directory. Make sure that it is there. If you don't want to have to have this you can uncheck the 'use runtime packages' option to link this package into the ActiveX Form. (see linking ActiveX forms with packages) Kevin 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99