Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Installing the win32api help files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00345366
Message ID:
00345390
Vues:
23
>george,
>now i'm drowned by all the api stuff. reminds myself of the saying 'careful what you wish you just might get it'. thanks, i really wanted to see the available win32api calls and use them with vfp.
>
>ramil 3/14

Depending on the version of Windows, there are 2,000 plus API calls. There are some things that there's no way for VFP to do. Any function requiring that one of the parameters be the address of a "callback" function are flat out. Structures with embedded pointers as members are completely out of the question, but are very difficult to deal with. Both Ed Rauh and Christof Lange have utilities that deal with this that are available for download here. There may be other things (like the iShellLink object) that you'd have to write a wrapper in another language for.

If you're interested in learning about the API, it's a good idea to have, at least, a working knowledge of VB. Many examples in the MS KB are written in it. It's also a good idea to be on "speaking terms" with C++. By this I mean that you can understand the declarations in either the MSDN Library or Platform SDK. They're written as C++.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform