如何给PSCAD添加库文件
1、点击Options
2、选择蓝色的选项
3、查看Intel(R) Visual Fortran Compiler XE 的版本
4、打开原文件的Library
5、打开
6、点击这个文件的右键
7、然后选择第一项project setting
9、先把第8步中link里面原有的路径删除,再点browes[A1] ,然后选择
[A1]这一步必须做,很重要,否则运行程序会出现错误
10、
11、
12,、
13、然后选择一个例子进行添加库文件
14、重复第6~12进行添加即可。
15、关掉有道、金山等翻译软件
15、然后运行一下试试。
PS:各个版本对应的obj如下:
Fortran版本 | 编译.obj文件 |
Compaq Fortran 90 compiler | cf6 |
GNU GFortran 95 compiler | gf42 |
Intel Visual Fortran compiler versions 9, 10 & 11 | if9 |
Intel Visual Fortran compiler version 12, 13 & 14 | if12 |
Intel Visual Fortran compiler version 15 (64-bit) | if15 |
Intel Visual Fortran compiler version 15 (32-bit) | if15_x86 |