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

C compiler option for __stdcall

connell
Beginner
460 Views

I am compiling FORTRAN code with the -iface:cvf option. I am linking against C code - to make things work I have to add __stdcall to all the C routines. Is there a c compiler option that will add the __stdcall?

0 Kudos
1 Reply
Steven_L_Intel1
Employee
460 Views
/Gz But wouldn't it be easier to remove the /iface:cvf?
0 Kudos
Reply