Board index » delphi » About mixed language programming

About mixed language programming

Quote
: "???" <jh...@pnge.hanyang.ac.kr> wrote:
>Please tell me how can I use my mathematical
>fortran subroutines in a Delphi application.

Compile your Fortran stuff into a DLL and call the DLL code from
Delphi.

Make sure that the calling conventions of both the export (from the
DLL) and the import (from the EXE) do match.

--
Stefan Hoffmeister    (http://www.econos.de/)
No private email, please, unless expressly invited.

 

Re:About mixed language programming


Hi there

Please tell me how can I use my mathematical
fortran subroutines in a Delphi application.

Thanks

Kim

Other Threads