#74086 - sgeos - Thu Mar 02, 2006 6:42 am
The following kinds of errors are showing up in VBA's log:
I'm assuming that illegal reads and writes have no effect. What is the net result of an unaligned read or write?
EDIT: I'm specifically interested in the side effects of unaligned reads and writes.
-Brendan
Code: |
Illegal halfword write: ff24 to 0935e564 from 08022f64
Illegal word read: 0000001c at 08078482 Unaligned word read: 0201908e at 0805a60e |
I'm assuming that illegal reads and writes have no effect. What is the net result of an unaligned read or write?
EDIT: I'm specifically interested in the side effects of unaligned reads and writes.
-Brendan