S
Simon L. Prinsloo
Guest
Hi, I have a variable that is of type System.IntPtr, that I need to pass to a method as a System.Byte*. In the example I have, the cast it like this: (byte*)memIntPtr.ToPointer() Is it possible to translate that to ABL, and how would I do that?
Continue reading...
Continue reading...