Home > Back-end >  Ocx DELPHI7 do on other machines can't call
Ocx DELPHI7 do on other machines can't call

Time:09-25

Ocx DELPHI7 do on other machines cannot call
There have been registered, also have implement security interface,
Copied to other machines with HTML after the call is an error that does not support this property or method,
Excuse me what's the problem?

CodePudding user response:

Ocx in the build machine can pass, other machines can not run on:
1, ocx failed to successfully registered;
2, ocx compile time, does not contain its library files,

Can only try:
1, dynamic registration, using dynamic registration;
2, compile ocx, don't hook on "build with the runtime package",
  • Related