[fpc-pascal] move problem
Adriaan van Os
fpc at microbizz.nl
Fri Nov 3 05:04:18 CET 2017
Ryan Joseph wrote:
> I was just trying to run some old code and found that my calls to Move are crashing (3.1.1/ppcx64) so I tried to make this simple example and it’s crashing also. Also for some reason I can’t use @i as the first parameter of Move and MemSize on “dest” returns 24 instead of 4. What’s going on here???
What's going on, is that you didn't read what the Unit Reference Guide says about Move. It is not
like BlockMoveData on the Mac and it doesn't expect pointers as parameter.
Regards,
Adriaan van Os
More information about the fpc-pascal
mailing list