Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28435 Discussions

The procedure entry point could not be located in DLL

yisehak
Beginner
306 Views

Hello Intel Community,

 

I received an error from a program I use by linking a dynamic link library, which is compiled using VS 2019 and Intel Fortran Compiler (latest version). The error message is posted below.

 

What could be the reason, and how can I fix this?

 

Thank you in advance.

 

error_aqwa_dll.PNG

0 Kudos
1 Reply
Arjen_Markus
Honored Contributor I
271 Views

You should check whether there is an older/different version of the Intel Fortran runtime DLLs somewhere in the path. We have seen such problems as well and it invariably turned out that from some unexpected location a DLL with the same name (from an older version) was picked instead of the right one.

0 Kudos
Reply