关于外嵌的fortran运行中出现的问题? 各位大侠好,最近在做fortran编程,通过看论坛内的帖子以及对fortran的学习,我编写了一个.f文件,并且用aspcomp编译后生成.obj文件,而且也用asplink进行了链接,生成了.dll文件,因为用的是aspen 11.1,所以将.f文件、.obj文件、.dll文件和aspen文件放到一个文件夹,打开aspen程序进行运行,仍然出现找不到链接的文件的错误,错误如下所示 *** severe error could not resolve user or in-line fortran subroutine(s): subroutine "lx3" is missing *** severe error program terminated due to unresolved routines ! errors while processing input specifications 请大家帮忙,看看是我哪里不对,还是缺少了什么,非常感谢!查看更多