Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call translation. API -> Foxpro
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00009761
Message ID:
00009769
Vues:
39
>>Good morning all,
>> I am looking for a more complete list of API to Foxpro conversion words. An example is
>>
>>API..........Foxpro
>>BOOL.........INTEGER
>>BYTE.........INTEGER
>>LPINT........INTEGER@
>>int FAR*.....INTEGER@
>>etc.
>>
>>Does any one have or know where I could get that list. I appreciate any help I can get.
>
>Hi Joe! These are standard windows data types that can be found in any guide to Windows programming or the API, or you can find them in the help section of Visual C++. If you don't have Windows version of C++, you'll have to find definitions for them in a book for Windows programming, I don't know of anf VFP docs that explain them.
>HTH, Greg!

Hello Greg, Thanks so much for your time.
I looked in the VC++ help and the only time foxpro is mentioned (that I found) is in the copyright notice. :) Maybe I wasn't holding my tounge right or somthing First I guess I didn't query clearly. What I need is not the definition. But rather, what foxpro calls it when using a DECLARE statement in code. ie.

Call in windows API:

BOOL SetFileAttributes(
LPCTSTR lpFileName, // address of filename
DWORD dwFileAttributes // address of attributes to set
);

Same call in foxpro:

DECLARE INTEGER SetFileAttributes ;
IN &lclibname AS SA ;
STRING cnull, ;
INTEGER FAttribute
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform