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

Why can not we use some win32 api in fortran windows application?

lm_lxt
Beginner
675 Views

Why can not weuse some win32 api in fortran windows application?

In fact,there are many win32 api which works well in c++ but can not be used in fortran windows application !

0 Kudos
1 Reply
Paul_Curtis
Valued Contributor I
675 Views
There's no such thing as "can not use". If an INTERFACE to an API function is missing from the IVF resources (ie, IFWINTY, etc), then you may have to write it yourself, but this becomes quite straightforward once you have done it a few times, and of course the (thousands of) existing INTERFACES serve as an explicit guide. What particular Win32 functions can you not access?

0 Kudos
Reply