Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Fortran 程序,我需要在其中调用 C DLL 中包含的例程。我已经成功构建了 DLL 并生成了 lib 文件。我也有fortran程序,但是我需要设置fortran项目来读取lib文件,我该怎么做呢?谢谢,詹姆斯
我正在使用 Salford SilverFrost 编译器。我发现这样做的方法是手动编辑项目文件的参考部分。显然 VS2010 中存在一个错误,这意味着您可以通过菜单系统执行此操作。