关于ocx插件重新安装的问题
我有个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是插件的名称
我就把插件删除了
但是重新装又装不进来
[解决办法]
Component->Import ActiveX Control->Add
若装不上就找开发这个OCX的人来帮忙装吧
[解决办法]
是不是先regsvr32 a.ocx,或者这个ocx还要什么环境的吧
[解决办法]
1、确保卸载干净,在system32里面确定是否删除干净
2、regsvr32 控件名称.ocx
3、Component->Import ActiveX Control->Add
[解决办法]
regsvr32 E:\StarNetJsTcpClient.dll 注册ocx
regsvr32 /u E:\StarNetJsTcpClient.dll 卸载ocx