Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CopyMemory...where are you?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00155597
Message ID:
00155984
Views:
27
>
>I just checked - the following declaration works, but then returns an error when invoked:
>
>
>DECLARE CopyMemory IN KERNEL32 AS MemCopy ;
>   STRING cDestination, ;
>   STRING cSource, ;
>   INTEGER nLengthOfCopy
>
>I passed the target by reference as the first parameter, an integer value of the pointer sourrce as the second value, and the integer copy length as the third parameter. Invoking MemCopy(@cDest,nVoidPtrVal,nLength) resulted in:
>
>Cannot find entry point CopyMemory in the .DLL
>
>The same with RtlCopyMemory. Back to the drawing board...
>
Hi Ed,

Check my reply to Dore. I think I found it.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform