Fortran DLL and D

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Mar 13 15:42:29 PDT 2012


I don't think this can work:
alias void function(int) MyHandler;

maybe:
alias extern(C) void function(int) MyHandler;

And there's no need to call it like this: '(*mh)(1)', call it mh(1).


More information about the Digitalmars-d mailing list