TA的每日心情 | 开心 2025-7-10 15:10 |
---|
签到天数: 264 天 [LV.8]以坛为家I
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
本帖最后由 zcyxh12345 于 2011-4-1 16:40 编辑 2 K& |% O% |# y6 [3 I: h
% p7 ?2 i L$ ^7 [( ^问题现象:如果同时安装cadence allegro/orcad 16.3和pads 9.2后,
5 |2 B: U' G# v+ z% N3 h运行“Design Entry CIS”都提示找不到msvcr90.dll。或报runtime 错误。+ Y4 Z2 c/ N# }# M( @: {
解决这种冲突问题的方法如下:这个是环境变量path引起的。) X6 G! x# G# d; Y! q: G, X0 t
先装PADS 9.2后装Cadence Allegro/Orcad 16.3会导致启动路径默认为mentor的文件路径,/ ?9 p5 D3 f0 l8 \
将系统环境变量下面的系统变量path中mentor相关的都调整到后面就可以了。# A: O d, G0 C0 b J/ d$ J
例如修改前PATH内容为:4 m" |& Z$ ~, Y# o R7 }
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\opt
( ~9 z/ @/ ^4 |: ~# ^/ E* ^; j修改后PATH内容为:
1 W2 \& r5 ~5 L6 m%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
7 {8 ~7 u1 g/ ]! q英文解决办法:7 f1 ~3 d- F& D% {$ s0 S& O4 q1 a6 P
You need to edit your "Path" system variable. Go to:
: W, N9 g4 i" V; Y$ l3 gControl Panel\System\Advanced system settings\Advanced\System variables
5 D$ d! c/ e( A2 ]8 F2 R6 wScroll 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.6 R) A5 t5 @9 h( |
|
|