Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vc++
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Vc++
Divers
Thread ID:
00166468
Message ID:
00168734
Vues:
22
Well, it's what you get when declare a function as "extern "C"". :) Or, this is what I wanted to say.

Actually, the WinAPI calling convention is WINAPI (macro that resolves to __stdcall), which is neither pascal nor c calling conventions. :)

PASCAL and __pascal are not supported anymore and they are defined as macros that resolve to __stdcall in Win32.

Vlad

>actually it's not C style,
>but PASCAL style <s>, which is the WinAPI stack format.
>
>+++ Rick ---
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform