|
|
8#

楼主 |
发表于 2011-10-24 23:19
|
只看该作者
问题现象:如果同时安装Cadence Allegro/Orcad 16.3和PADS 9.2后,, S+ t! g- o0 n0 T5 U3 W% l) n. S( w" d) w8 P% D+ W
运行“Design Entry CIS”都提示找不到msvcr90.dll。或报runtime 错误。5 K& n0 B( l) W9 E; ^3 w& v7 f3 e7 R( Y% R, l- T
解决这种冲突问题的方法如下:这个是环境变量path引起的。5 x! j/ n1 W( Q8 n" [. E0 b
- [! Y5 ?0 N4 h先装PADS 9.2后装Cadence Allegro/Orcad 16.3会导致启动路径默认为Mentor的文件路径,# t0 A8 b: c/ A( Y' {( [- d
4 {8 D, X; V! m% q$ B将系统环境变量下面的系统变量path中mentor相关的都调整到后面就可以了。! s. t) B( q) W5 k* X$ U8 U, m( l+ t. a
例如修改前PATH内容为:* Q6 {- o) ]" y
! 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
" o7 x* @1 W8 s& N/ h: w0 U% {修改后PATH内容为:! G0 Z5 ?- C% b5 t/ X
* ~+ S2 t* O7 [%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% k/ a! [7 n+ A) f
/ d3 Q' v' H0 O5 ^ S. b英文解决办法:8 w9 X7 @4 F! g: p. R' M1 h6 [) r& t2 W! K9 G; W
You need to edit your "Path" system variable. Go to:0 K d/ @/ `) ]; c% X( t& F
; @" J' X( n! G* I# O& jControl Panel\System\Advanced system settings\Advanced\System variables3 e. T* v/ H5 E1 c$ ]- t9 T. B8 \5 o8 I" \7 n( |& B, h
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# |
|