我有个delphi程序   使用了ocx    这个是别人 帮我装的一直用的好好的   今天打开工程  突然报了错
Class TFtpLibrary not found. Ignore the error and continue?
NOTE:Ignoring the error may cause components to be deleted or property values to be lost.TFtpLibrary是插件的名称
我就把插件删除了但是重新装又装不进来

解决方案 »

  1.   

    Component->Import ActiveX Control->Add若装不上就找开发这个OCX的人来帮忙装吧
      

  2.   

    我就是用这个方法   把OCX  add进去  列表里找不到
      

  3.   

    是不是先regsvr32 a.ocx,或者这个ocx还要什么环境的吧
      

  4.   

    1、确保卸载干净,在system32里面确定是否删除干净
    2、regsvr32 控件名称.ocx 
    3、Component->Import ActiveX Control->Add
      

  5.   

    regsvr32 E:\StarNetJsTcpClient.dll 注册ocx
    regsvr32 /u E:\StarNetJsTcpClient.dll 卸载ocx