ok major problems with djgpp. I was able to compile my program after removing all calls to windows.h functions, (which I was pretty sure anyway would have been still acceptable as they only added features to my prog anyway). However, when I tried to load a simple puzzle i got the following errors:
and other wierd output I've never seen before.
I was able to get "Hello Waldo" to compile and run with gcc, but does anyone know what this gxx.exe is? it also compiles both hello waldo and my sudoku program. i've never seen it b4.