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

Error Using IFPORT in x64 in Windows

Neels
New Contributor II
512 Views

I use IFPORT successfully in Windows and x86 but get the following error in X64, is it not compatible or should I use a different library?

Neels_0-1711468169296.png

 

0 Kudos
1 Solution
andrew_4619
Honored Contributor III
509 Views

yours args are wrong I would say so the call does not match any defined interface for that routine.

View solution in original post

2 Replies
andrew_4619
Honored Contributor III
510 Views

yours args are wrong I would say so the call does not match any defined interface for that routine.

Neels
New Contributor II
498 Views

Thank you, yes I had "Handle" as a plain integer.

0 Kudos
Reply