|
|
8#

楼主 |
发表于 2011-10-24 23:19
|
只看该作者
问题现象:如果同时安装Cadence Allegro/Orcad 16.3和PADS 9.2后,, S+ t! g- o0 n0 T5 U3 W
! k% p5 u, |9 I2 d# V: O运行“Design Entry CIS”都提示找不到msvcr90.dll。或报runtime 错误。5 K& n0 B( l) W9 E; ^3 w1 ?+ \" o4 ~9 o" M4 f
解决这种冲突问题的方法如下:这个是环境变量path引起的。5 x! j/ n1 W( Q8 n" [. E0 b) |2 X* F& j) ~/ m0 Z4 n0 V
先装PADS 9.2后装Cadence Allegro/Orcad 16.3会导致启动路径默认为Mentor的文件路径,# t0 A8 b: c/ A( Y' {( [- d
& o- ~! ^$ N6 U% }! g7 g% }将系统环境变量下面的系统变量path中mentor相关的都调整到后面就可以了。! s. t) B( q) W5 k* X7 B: k- {, W, ?/ Z
例如修改前PATH内容为:
* T3 ?0 e2 |4 o. w7 U( ^$ ?! L4 Y4 W2 R! O o% ^7 w2 g4 d" o9 ?1 q5 FD:\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( R& \: M C7 w! h, D* _! I: Y5 a* F
修改后PATH内容为:! G0 Z5 ?- C% b5 t/ X
5 H3 U0 f. k3 N3 Z F%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
& }$ A% m. R& i" i' l5 p( c" U/ d3 Q' v' H0 O5 ^ S. b英文解决办法:8 w9 X7 @4 F! g: p. R! v9 Y# q$ D' G/ K& R# E
You need to edit your "Path" system variable. Go to:
) Z( z! _, w0 S! `! L C3 @; |, F; @" J' X( n! G* I# O& jControl Panel\System\Advanced system settings\Advanced\System variables3 e. T* v/ H5 E1 c$ ]- t9 T- t0 _& v% G7 h0 X& R3 x
Scroll 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.- ^) k9 I# |
|