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?

Comments are closed.