Discussion:
Win32 fancy console-line tool behavior
(too old to reply)
Harry Potter
2013-08-01 17:44:08 UTC
Permalink
I have Open Watcom 1.9 and Digital Mars C and am wondering how to do some console tricks such as relocate the cursor and change the color of text from a WinNT command-line application. I also want to know if Win32 API functions such as CreateFileEx() are by default available.
David Lowndes
2013-08-12 07:50:40 UTC
Permalink
Post by Harry Potter
I have Open Watcom 1.9 and Digital Mars C and am wondering how to do some console tricks such as relocate the cursor and change the color of text from a WinNT command-line application.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682087(v=vs.85).aspx
Post by Harry Potter
I also want to know if Win32 API functions such as CreateFileEx() are by default available.
Yes, non-GUI Win32 APIs can still be used.

Dave
Harry Potter
2013-08-12 15:22:40 UTC
Permalink
Thank you! That should be useful. :)

Loading...