Description of the calling conventions that the 32-bit compiler supports Explains that Visual C++ 32-bit Edition supports the calling conventions C (_cdecl), standard (_stdcall), and fastcall (_fastcall) and does not support the Pascal calling convention (_pascal) provided by compilers for MS-DOS and 16-bit Windows.