I got the problem, that I have a given type I must use, that is defined like
const int width=800, height=800;
typedef int field[width][height];
Now when I try to make in instance of this type, I only get an Exception.
To hold it easy, the program just looks like this:
const int width=800, height=800;
typedef int field[width][height];
int main(){
field f;
}
When I compile and link it, everythings fine, but when I'm going to run the progrma I get
0 [unknown (0x25D0)] test 4660 cygwin_exception::open_stackdumpfile: Dumping stack trace to test.exe.stackdump