Hello,<br><br>I have problem using the link() function.<br><br>Many Fortran compilers append an underscore (_) at the end of definitions and references to externally visible symbols (subroutines, functions, etc.) BUT NOT ALL !<br>
<br>I work with in house fortran dll for wich I can't guarantee neither the compilers nor options and for some of them the subroutine names are not appended.<br><br>Link() seems to always consider that function name ends with a '_'. Can I change this behavior ?<br>
<br>Thank's<br><br>S.Jimenez<br>