hi
I have big program (*.exe have 2.5MB).
and sudenly I start geting an error.
1 2 3 4 5
|
try{
//...
}catch(const char* e){
perror(e);
}
|
give the message:
unknown file type: Result too large
I try search google for "unknown file type c++" but find nothing.
I'm running at codeblock and windows vista 64bit.
I can not even find place where exactly error apperar, when I remove try catch debuger print:
1 2
|
Program exited with code 03.
Debugger finished with status 0
|
and exit :( .
I have 2GB of RAM and using only 1GB, so it seem that there is place in memory for use.
Is there a way to find out what is wrong, where is the bug ?
What that error realy meaning ?
PS. sorry for my poor english.