Article # 492, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Overwriting the chunk boundary.
Q. Is there ec code to check to see if the data you are writing into a chunk over writes the chunk boundary? (not ec lmem in Swat, but ec code I can add to the source)? A. You can either call ECCheckBounds, or use the EC_BOUNDS or Assert_fptr macros. They all do the same thing (call ECCheckBounds), which checks chunk boundaries, but only if ECF_LMEM error checking is set.