Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Compiler option for STDCALL

connell
Beginner
239 Views
Is there a compiler option that applies __stdcall to c routines? I am linking with FORTRAN compiled with -iface:cvf
0 Kudos
1 Reply
JenniferJ
Moderator
239 Views
You can add "/Gz" option when compiling the code. But it will make all the functions in the code to be "__stdcall".
0 Kudos
Reply