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

Some questions about the /Qregcall option.

CHENG__TOM
Beginner
376 Views

Can the program I compiled with /Qregcall call functions in system DLL?

Calling Conventions of the system DLL is __cdecl or __stdcall.

Can the program compiled without /Qregcall call functions compiled with /Qregcall?

0 Kudos
1 Reply
Viet_H_Intel
Moderator
376 Views

Please see https://software.intel.com/en-us/cpp-compiler-developer-guide-and-reference-regcall-qregcall for details.

0 Kudos
Reply