trex6662k5 wrote: > Running (Dar)Wine 1.1.2 > I am attempting to run a program which uses Rijndael to decrypt passwords stored in a text file. > The program uses a popular VB port of CRijndael which uses RtlMoveMemory in Kernel32.dll. > > Upon apparent decryption I do not get the same results as the windows version which causes an error in my application. What do you get? What is the problem? The RtlMoveMemory() is a simple wrapper around memove nothing more to it.