TA的每日心情 | 开心 2025-6-16 15:38 |
---|
签到天数: 257 天 [LV.8]以坛为家I
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 zcyxh12345 于 2011-4-1 16:40 编辑
* S- v' n, a7 [
3 X: M7 p2 a0 B+ r2 E6 @问题现象:如果同时安装cadence allegro/orcad 16.3和pads 9.2后,
9 y9 S# M6 i* k4 d运行“Design Entry CIS”都提示找不到msvcr90.dll。或报runtime 错误。
! X8 }! {4 A. u) u$ x5 j$ n1 m2 Y解决这种冲突问题的方法如下:这个是环境变量path引起的。. G q0 [8 Z# E7 A1 q( P7 F
先装PADS 9.2后装Cadence Allegro/Orcad 16.3会导致启动路径默认为mentor的文件路径,1 k' O# \. t5 r( Z
将系统环境变量下面的系统变量path中mentor相关的都调整到后面就可以了。" G* `' N. b: }4 S$ q# Q& y
例如修改前PATH内容为:
( {( w* A; F& @3 R. }& _D:\MentorGraphics\9.2PADS\SDD_HOME\common\win32\bin;D:\MentorGraphics\9.2PADS\SDD_HOME\common\win32\lib;%MGC_HOME%/bin;%MGC_HOME%/lib;%MGC_HOMEBS%\bin;%MGC_HOMEBS%\lib;;%CDSROOT%\tools\bin;%CDSROOT%\tools\libutil\bin;%CDSROOT%\tools\fet\bin;%CDSROOT%\tools\pcb\bin;%CDSROOT%\tools\specctra\bin;%CDSROOT%\tools\Pspice;%CDSROOT%\tools\PSpice\Library;%CDSROOT%\tools\Capture;%CDSROOT%\OpenAccess\bin\win32\opt6 X! [2 B; |1 `" [2 q9 M/ s
修改后PATH内容为:
9 S# j9 _; A6 A( o5 @% Z%CDSROOT%\tools\bin;%CDSROOT%\tools\libutil\bin;%CDSROOT%\tools\fet\bin;%CDSROOT%\tools\pcb\bin;%CDSROOT%\tools\specctra\bin;%CDSROOT%\tools\PSpice;%CDSROOT%\tools\PSpice\Library;%CDSROOT%\tools\Capture;%CDSROOT%\OpenAccess\bin\win32\opt;D:\MentorGraphics\9.2PADS\SDD_HOME\common\win32\bin;D:\MentorGraphics\9.2PADS\SDD_HOME\common\win32\lib;%MGC_HOME%/bin;%MGC_HOME%/lib;%MGC_HOMEBS%\bin;%MGC_HOMEBS%\lib9 m9 O, r% Q. M( I+ w `
英文解决办法:' ^5 M& K: b8 t. Y- v! z8 n. D
You need to edit your "Path" system variable. Go to:
3 D. `5 _- q/ i$ A0 m( j& ~8 ]4 BControl Panel\System\Advanced system settings\Advanced\System variables
/ K0 k- }5 B0 O3 C% mScroll down to a variable "Path" and click "Edit" button. Copy and Paste the value of your Path into the Notepad, and move all of the "c:\Cadence\SPB_16.3\..." (assuming your installation is in the c:\Cadence) entries to the top of the file. Then copy and paste the contents back into the "Path" variable. That should fix the problem.
' F' U6 l/ a w% f" e" x |
|