OCX Registration Error Could not register the file c:\Windows\system32\MSHFLXGD.OCX.Error running


 在win7中安装时可能会出现:“OCX Registration Error Could not register the file c:\Windows\system32\MSHFLXGD.OCX.Error running DllRegisterServer function”提示。

1.去http://www.afreeocx.com/ocx/info/mshflxgd_ocx.html   

download  this file MSHFLXGD.OCX  and   copy it  c:\windows/system32/ .. change it ..

after that, setup again matlab

2.安装完之后把刚才提示的不能注册的组件手动注册一下就行:在命令提示符中输入regsvr32 MSHFLXGD.OCX。然后回车。

然后在运行里或者命令提示符里运行regsvr32MSHFLXGD.OCX时,出来“MSHFLXGD.OCX 已加载,但对DllRegisterServer的调用失败,错误代码为0×8002801c”的错误提示
  OCX Registration Error Could not register the file c:\Windows\system32\MSHFLXGD.OCX.Error running_第1张图片
解决方法:
Windows7 下打开 控制面版 - 用户帐号 - 更改用户帐户控制设置,将 始终通知 下面的小方块托动到最下面,如下图 :
 
  OCX Registration Error Could not register the file c:\Windows\system32\MSHFLXGD.OCX.Error running_第2张图片
 
然后重启电脑,再重新 运行 regsvr32MSHFLXGD.OCX 就可以成功注册了。


你可能感兴趣的:(matlab)