Fortran DLL and D

Tobias Brandt tob.brandt at googlemail.com
Tue Mar 13 15:29:51 PDT 2012


Fortran uses pass-by-ref by default. You could try

    integer, value :: i

in the Fortran function declaration, OR

    *int

in the MyHandler declaration.


More information about the Digitalmars-d mailing list