Displaying 1 result from an estimated 1 matches for "native_window".
Did you mean:
nativewindow
2011 May 19
1
No newline in wine printf with multibyte string
...e is image illustrating that effect:
[Image: ftp://neverb.net/images/special/screenshot/wine_issue/linux_wine_cmd_exe.png ]
Note also missing extra newline in wine cmd.exe prompt. It should be there as it is in native windows cmd.exe:
[Image: ftp://neverb.net/images/special/screenshot/wine_issue/native_windows.png ]
Possible workarounds:
add '\r' before '\n'
weed out non-ascii character from printing string
use WCHAR instead of wchar_t
use wprintf(L"%ls\n"~
But all this workarounds are just sideways, i hope that there is some real solution.
Also, guys from #win...