From: piyush g. <pec...@gm...> - 2008-07-04 10:04:26
|
Hi, I have compiled a C source file using the Bloodshed devC++ (compilation takes place without any errors but a few warnings). On running the code, after incomplete execution, the following message is declared: '<name>.exe has encountered a problem and needs to close. We are sorry for the inconvenience.' I can't figure out why the code doesn't execute completely. It might be relevant that I am using Image Processing routines and thus, large arrays (512*512, and 4 of them) are declared in the code. The code stops executing before/during the step where i allocate memory using 'malloc' for the first 512*512 array (a pointer to a pointer is used a 2-d array). Any help would be greatly appreciated... thanx |