ORCAD網表輸出時 ERROR (ORCAP-5004):Error initializing COM property pages
之前遇到過這個問題,解決后忘了記錄下來了。依稀記得問題答案還只有一個是在cadence論壇。這次還好都能百度到了。
重裝系統后重裝軟件又出現了這個問題,這次記錄下來以后使用:
原文:http://www.cadence.com/Community/forums/p/15490/1310574.aspx#1310574
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 pxllite.ocx
regsvr32 truereuse.ocx"
問題解決。