On 22.2.2011. 19:34, Andrew Haines wrote:
Not sure if this is the case for you but I started writing a program for
arm wince device and I had some trouble because of unaligned access to
strings.
So "FooString := BarString" in some instances might cause a AV. But
"FooString := unaligned(BarString)" might work. Although it would
especially happen when a character alone was accessed i.e. PChar(Foo)[x].
It could be the problem.
Regards,
Andrew Haines
This does not help. The problem is still the same.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal