The functions to output to a console seem to be in windows.h, but I don't know where to start.
I want to have my dedicated server output information to a console, rather than initializing a directX window.
Has anyone ever output to a console from acknex?
Or are there any examples I could learn from?
I get errors just by calling AllocConsole(), but I can't find examples.