VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: CopyMemory Adam Hoult (2 replies, 0 views) (2000-Jun-24) You are right,
When i'm coding I always explicitly provide from-to info i.e 1 to 100000 or 0 to 99999 (if you don't believe me, just look at the imgengine source =)
But i was just writing that quickly (had to go out), it was a simple oversight on my part caused by rushing =) I was simply quickly trying to demonstrate that we wanted 100000 elements in the array. Anyway either way, even if it was defined like that, there WOULD be 100,001 actual elements in the array, but copymemory would still only copy 100,000 of them regardless, and would not copy the last element (i.e 0 to 99,999).
But anyway Thanks for picking that out.
Adam
|