TA的每日心情 | 开心 2025-7-22 15:44 |
---|
签到天数: 270 天 [LV.8]以坛为家I
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 zcyxh12345 于 2011-4-1 16:40 编辑 $ s! B/ A$ C1 D: W
/ c, w+ C$ e4 c5 O" H- t8 s2 Z8 _问题现象:如果同时安装cadence allegro/orcad 16.3和pads 9.2后,
* j# q% V+ X. r3 r$ S运行“Design Entry CIS”都提示找不到msvcr90.dll。或报runtime 错误。
, l. Z5 }- E9 {1 {* n' m解决这种冲突问题的方法如下:这个是环境变量path引起的。
8 ?: f7 ?) @: M9 V1 }7 V" r0 s先装PADS 9.2后装Cadence Allegro/Orcad 16.3会导致启动路径默认为mentor的文件路径,
6 E& z7 y B1 B/ i将系统环境变量下面的系统变量path中mentor相关的都调整到后面就可以了。: Q. B! l1 B) V+ v- O
例如修改前PATH内容为:
! W6 X' i! \' p! vD:\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\opt
# ^. Q" O/ C6 l% T9 G8 O修改后PATH内容为:
% i6 o! y: M+ L- K4 G+ r+ R0 d" R%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%\lib, N# {7 H9 e6 N' B: _
英文解决办法:
8 X! s$ u$ r6 n3 q: u5 KYou need to edit your "Path" system variable. Go to:$ e- K* k/ T9 `2 f+ l" n+ P
Control Panel\System\Advanced system settings\Advanced\System variables
# \; Y8 D3 \4 F4 H6 `% a; Z! E" LScroll 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.7 m$ i; O7 O% s5 I+ d4 S
|
|