Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
27667 Discussions

The procedure entry point could not be located in DLL

yisehak
Beginner
179 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
144 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.

Reply