- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
ERROR (ORCAP-5004):Error initializing COM property pages
录入:edatop.com 点击:
创建Netlist的时候出现这个错误,在此做个记录,也顺便分享下。根据Cadence论坛解决办法:
This error message appears because of an improper entry in the registry of the pxllite.OCX file. You can solve this problem in the following tree ways:
Solution 1: Manually register the Dynamic Link Libraries (.DLL). To manually register the pxllite.ocx file:
1. Choose Start > Run to open the Run window.
2. Type cmd to open the command line window
3. Go to <Install_dir>\tools\capture, where <Install_dir> is the path for the OrCAD Capture installation directory.
4. Type the following two commands, one at a time in the command line window:
regsvr32 orpxllite.ocx
regsvr32 ortruereuse.ocx
PS:原Cadence论坛中为16.3版本对应文件为:pxllite.ocx及truereuse.ocx,而16.6中已经将pxllite.ocx及truereuse.ocx更改为orpxllite.ocx及ortruereuse.ocx
mark一下
谢谢分享!