Project to call DLL (compiled using Intel Fortran compiler) from VB6

Job ID: 37328477

Budget: $250 – $750 AUD

I am looking to hire a freelancer to call a DLL that was compiled using the Intel Fortran compiler which is a modern version (11.0 or newer). This DLL needs to be called from VB6 so that it can execute specific functions. I have full documentation and/or source code to support this project. The ideal freelancer should have knowledge and experience on how to do this. The right candidate should be reliable and accurate with their work to ensure a high quality result.

See the attached archive, VB-Calls-Fortran.2023-10-19.rar.

The VB.NET project is accessible via Solution VB-Calls-Fortran.sln.

I have created an empty folder, VB6CallsFortran, for you to put your VB6 project.

Your VB6 code must reproduce the same output as the VB.NET project, that is clicking the button will generate the attached output.

PS please do not modify the Fortran code.

Regards,
Leigh

PS this link may be helpful:
https://community.intel.com/t5/Intel-Fortran-Compiler/Help-with-passing-VBA-string-to-Fortran/m-p/1375029/highlight/true#M160909

Note the declaration:
Public Declare PtrSafe Sub Fstr Lib "c:\temp\Fdll.dll" (ByVal Str As String, ByVal LenStr As LongPtr)
Related categories: Visual Basic Fortran VB.NET