|
From: Michael K. <kri...@ui...> - 2001-05-04 20:51:12
|
I'm writing a simple c++ program that uses char arrays to hold strings. = To save memory I delete them when they go out of scope. Mingw compiles = these lines fine, but when I run the executable it creates (in win98) it = generates an invalid page fault. Is this my fault or mingw's? Kristo |