Steven Schweda wrote: > If calloc() (or malloc(), or realloc(), ...) fails with an > ACCVIO, it may be because some code far away from the Xalloc() Or calloc failed, returned an address of 0 (NULL) and in the next C statement, you get the access violation when you try to access that memory location.