简体   繁体   中英

What is the equivalent to CopyMemory in Android FMX?

I use a unit to encrypt strings with RC4 when using VCL 2006. Now I tryed to use that unit in an Android project with XE8 but I receive an error, function CopyMemory not found.

It seems that Windows library is no longer present in XE8 and I can't find it's substitute. I googled it and found WinApi.Windows but XE8 is not finding it.

Can I use this function in Android? What should I do if I can't. Is there a RC4 library that doesn't access memory directly?

等效的RTL函数是System.Move

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM