* .Ocx module fails to load, make sure to specify the path stored in binary

When commissioning the project, when the control is created suddenly reported this wrong, this time on ocx such documents do not quite understand, to understand what .ocx file. Search the information learned:

OCX [1] is an expansion component object class (Object Linking and Embedding (OLE) Control eXtension).
ocx file is not executable.
If you have used Visual Basic or Delphi a kind of visual programming tool, then this must be familiar with the concept of control, that is, those small toolbar buttons, such as EditBox, Grid, ImageBox, Timer and so on. Each control has its own events, methods and properties.

When using the system need to first register, registration found that the total reported missing .dll files needed, it has .dll files rely on, open the directory to store .ocx, first with depends tool, compared with the colleagues, the comparison found less a .dll file. Colleagues say that beating a patch. After the patch is no longer debug error.

 

Reference: https: //blog.csdn.net/jkler_doyourself/article/details/4311231

Guess you like

Origin www.cnblogs.com/freemindblog/p/11117095.html