There is no matching specific subroutine for this generic subroutine call.
VS-Fortran工程包含外部lib,引入该lib中函数API报错:There is no matching specific subroutine for this generic subroutine call.
出错原因:传给API中的参数类型错误(应该是int传递成了指针),导致编译器不认为引用的API与原API为同一函数
VS-Fortran工程包含外部lib,引入该lib中函数API报错:There is no matching specific subroutine for this generic subroutine call.
出错原因:传给API中的参数类型错误(应该是int传递成了指针),导致编译器不认为引用的API与原API为同一函数