I use this snippet to create a console fron inside a dll. That dll gets loaded in a game.
The console window creates fine. But when i write stuff to it, i just get stuff like "???D??".
I know i have to use the printf() syntax. So i use
wprintf("%s", "test");
Any pointers?