Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a memcpy Win32API?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00060493
Message ID:
00060516
Vues:
36
>I have been using the Lotus Orgainizer 97 API in FoxPro with much success until recently. There is Organizer API function that returns a pointer (integer) to a memory location. Another Organizer API function is to be used to copy the memory at that pointer to a buffer. Unfortanately, I cannot get the VFP to recognize the API function. It gives me an error to the effect saying it cannot find the entry point in the DLL.

Are you sure you wrote the name of function correctly (it's case sensitive): OrgAPImemcpy?

>There is a sample function call in Visual Basic. It uses the CALL statement to invoke the API function. The API function is declared in VB as such:
>
>Declare Sub hmemcpy Lib "OrgAPI32" Alias "OrgAPImemcpy" (...)

I can't help you with VB... :)

If you don't get it to work, you can use my Pointers class to retrive any memory zone.

Vlad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform