由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - A fortran problem in CFDRC
相关主题
something strange in fortran90help on interface for Matlab and Fortran
Question about overloading in fortran90Re: fortran subroutine and function
a question about mpi-fortran偶也问一fortran问题
problem about Fortran 77 in unixFortran code optimization
numerical recipe c++fortran菜鸟一问
请教一个程序调用问题(FORTRAN DLL),谢谢!Subroutine of luinc in Matlab ?
Fortran里面哪个函数显示系统时间?MPI Write?
求矩阵逆的算法[转载] 问一个fortran的问题
相关话题的讨论汇总
话题: cfdrc话题: fortran话题: use话题: error话题: problem
进入Computation版参与讨论
1 (共1页)
r*******s
发帖数: 12
1
I am now working on a user subroutine for CFD
and I Use fortran compiler to get a dll. But get errors when compiling.
e:\PROGRA~1\cfdrc6\bin\cfdrc_access_calls.f(17) : Error: Error in opening the Li
brary module file. [USER32]
USE dfwin, ONLY : loadlibrary, getprocaddress, freelibrary
w*******g
发帖数: 99
2
Maybe you have to put the full path,
C:\Program Files\Microsoft Visual Studio\DF98\LIB.
into your lib path...

【在 r*******s 的大作中提到】
: I am now working on a user subroutine for CFD
: and I Use fortran compiler to get a dll. But get errors when compiling.
: e:\PROGRA~1\cfdrc6\bin\cfdrc_access_calls.f(17) : Error: Error in opening the Li
: brary module file. [USER32]
: USE dfwin, ONLY : loadlibrary, getprocaddress, freelibrary

1 (共1页)
进入Computation版参与讨论
相关主题
[转载] 问一个fortran的问题numerical recipe c++
Fortran77支持递归(recursion)吗?请教一个程序调用问题(FORTRAN DLL),谢谢!
CSC format matrix + CSC format matrix ?Fortran里面哪个函数显示系统时间?
Fotran77程序的移植问题求矩阵逆的算法
something strange in fortran90help on interface for Matlab and Fortran
Question about overloading in fortran90Re: fortran subroutine and function
a question about mpi-fortran偶也问一fortran问题
problem about Fortran 77 in unixFortran code optimization
相关话题的讨论汇总
话题: cfdrc话题: fortran话题: use话题: error话题: problem