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

Error Using IFPORT in x64 in Windows

Neels
New Contributor II
356 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 II
353 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 II
354 Views

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

Neels
New Contributor II
342 Views

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

0 Kudos
Reply