subroutine sub_mixedCpp(a, b, c) bind(C, name = 'sub_mixedCpp')
use iso_c_binding
implicit none
real(c_float) :: a, b, c
c = a * b
end subroutine sub_mixedCpp
vvt 发表于 2019-5-9 15:09
obj文件好像VS不认的。需要编译成 lib 文件。
不能简单的放入debug 文件夹,需要放入工程里。
...
鹰击长空 发表于 2019-5-9 21:11
那需要添加依赖项吗
Ar.png (76.77 KB, 下载次数: 377)
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |