Moji 0 Posted April 19, 2022 Hi, In order to call a Delphi DLL in a Fortran program (compiler: Intel Fortran compiler "ifort"), ifort needs the import library of the DLL. How can I create an "import library" from my 64-Bit Delphi DLL or from my project? Share this post Link to post
David Heffernan 2345 Posted April 19, 2022 https://stackoverflow.com/questions/9360280/how-to-make-a-lib-file-when-have-a-dll-file-and-a-header-file Share this post Link to post
Remy Lebeau 1394 Posted April 19, 2022 Creating a stub .lib to use a Delphi-created DLL Share this post Link to post