admin 发表于 2018-6-1 21:04:38

真正安装Catia V5R26 RADE CAA开发环境和 VS2012配合终极版

细节太多,有些人安装后 run time prompt 是灰色的,编译报错等等,高版本需要依赖低版本,真的很坑爹哦!


You not only need both VS2008 (VC++ 2009) and VS2012 (VC++ 2011) you need both RADE R24 and R26.

The reason for two compilers is because some things (Any custom automation interfaces) require the VC++ 2009 compiler. In use you only use VS2012. It will call the other compiler automatically for things when it needs to.

Below are my install notes for installing CAA for R25. Hopefully just substitue R26 for R25 and you should be good.



1. Install VS 2008

--> Make sure to select the 64 bit compiler tools which are not selected by default

--> No need for Crystal Reports crapware.

2. Install VS2008 SP1

3. Install R25 CAA

4. Install R25 CAA SP4

5. Install R24 RADE

--> Use a path without any spaces; for example C:\ProgramFiles\DS\B24RADE

6. navigate to the folder C:\ProgramFiles\DS\B24RADE\intel_a\code\bin and run the program CATVBTSetup.exe

--> Select Visual Studio 2008 as the target application

--> Check all the boxes

--> Click Install

--> Click Close

7. Install VS 2012

8. Install VS 2012 SP4

9. Install R25 RADE

--> Use a path without any spaces; for example C:\ProgramFiles\DS\B25RADE

--> For the environment, the suggested default path is OK but creat the directory first. It does not seem to be built automatically.

10. Run the program C:\ProgramFiles\DS\B25RADE\intel_a\code\bin\3DSOpenNativeAppExt2012.vsix

--> Install the application

11. Run the programC:\ProgramFiles\DS\B25RADE\intel_a\code\bin\CATVBTSetup.exe

--> Click the check box for IBM/Rational tools

--> Select all the options

--> Go

12. Start Visual Studio 2012

--> The options panel should be displayed

--> Enter the path to tck_init.bat which should be C:\ProgramFiles\DS\B25RADE\intel_a\code\command\tck_init.bat

13. Restart Visual Studio 2012

--> The tools should now be available.
页: [1]
查看完整版本: 真正安装Catia V5R26 RADE CAA开发环境和 VS2012配合终极版