Thanks
I downloaded that and messed about with the files, but ended up with more linker errors than I started with.
So I just gave up in the end, ditched 'main-gcu.c', and wrote my own 'main-wcn.c' from scratch (well, from 'main-xxx.c' to be precise) that bypasses Curses completely and uses native Win32 Console code.
It works like a treat, and it's far more straightforward!
I downloaded that and messed about with the files, but ended up with more linker errors than I started with.
So I just gave up in the end, ditched 'main-gcu.c', and wrote my own 'main-wcn.c' from scratch (well, from 'main-xxx.c' to be precise) that bypasses Curses completely and uses native Win32 Console code.
It works like a treat, and it's far more straightforward!
Comment