How register OCX library on Win7 Prof x64 EN
I have a problem with my MapWinGIS.ocx file on Windows 7.
I try to register this control in two ways:
- Using regsvr32 (from system32 directory and from SysWOW64 directory), but I get error message like below
The module "C:\MapWinGIS.ocx" failed to load.
Make sure the binary is stored at the specified path or debug it to che开发者_C百科ck for problems with the binary or dependent .DLL files.
The specified module could not be found.
I use command console by clicking right mouse button and choosing "Run As Administrator".
- I downloaded and installed OCX/DLL Manager. I can't register MapWinGIS.ocx file by using this application.
I don't know why. It is strange because in my work on other Windows 7 version I installed it properly.
I think that there are some problems with local policy on my system.
What do you think about this? What can be wrong?
Regards Adam
The activex control might have other dependencies which are not present (DLLs, most likely). You can check them with Dependency walker.
install MSVBVM50
http://soft.softoogle.com/ap/msvbvm50-dll-get-113.shtml
click to download the file
精彩评论