Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a memcpy Win32API?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00060493
Message ID:
00060516
Views:
41
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform