Hi @ all!
I get an Application error when I start my program. It says: The instruction at "0x77.." referenced memory at "0x40.." and that it could not be "written".
I think my program needs too much space for allocation.
Sorry, I'm pretty bad in programming C.
This problem occurred first, when I recognized that my program rewrites the beginning of one of my arrays. So I allocated space for my array, as I did it wrongly before. And now I get an error, at some place where the program should allocate space for some other array.
I'm wondering if anyone can help me.
Thanx alot for reading!
I get an Application error when I start my program. It says: The instruction at "0x77.." referenced memory at "0x40.." and that it could not be "written".
I think my program needs too much space for allocation.
Sorry, I'm pretty bad in programming C.
This problem occurred first, when I recognized that my program rewrites the beginning of one of my arrays. So I allocated space for my array, as I did it wrongly before. And now I get an error, at some place where the program should allocate space for some other array.
I'm wondering if anyone can help me.
Thanx alot for reading!