search for: writeconsolew

Displaying 9 results from an estimated 9 matches for "writeconsolew".

Did you mean: writeconsole
2011 Aug 17
1
Foxpro File Copying causes Invalid Name warning
...all KERNEL32.lstrlenW(00132f58 L"Invalid name\r\n") ret=7ea974bc 001b:Ret KERNEL32.lstrlenW() retval=0000000e ret=7ea974bc 001b:Call KERNEL32.WriteConsoleW(00000014,00132f58,0000000e,00349d74,00000000) ret=7ea97367 001b:Ret KERNEL32.WriteConsoleW() retval=00000000 ret=7ea97367 001b:Call KERNEL32.GetConsoleOutputCP()...
2014 Mar 11
1
PATCH: OS SSE support detection for GCC on Windows
op 11-03-14 15:57, Olivier Tristan schreef: > I may say something stupid but is this helpful ? > http://stackoverflow.com/questions/6121792/how-to-check-if-a-cpu-supports-the-sse3-instruction-set That question on stackoverflow is about CPU support, the patch you replied to was about OS support. Because of the registers used (which must be saved and restored on a context switch), the
2013 Mar 05
3
Answering the Hydrogen Audio thread
Take a look at how the Opus Tools package handles it. So far as I remember, it requires minimal changes to the file(s) containing references to the main entry point and to fopen. It imports the command line arguments as wchar_t and converts them to UTF-8, and has replacement functions for fopen and some text output that accept UTF-8 instead of ANSI. I think it automatically kicks in on definition
2018 Apr 28
2
[Bug report] Chinese characters are not handled correctly in Rterm for Windows
Hi Tomas, Sorry for the delayed response. I have tested the problem on the latest R-devel build (2018-04-27 r74651), and it still exists. RGui is always fine with Chinese characters, but some IDEs rely on the CLI version of R (e.g. Visual Studio Code with R plugin). >Your example print("ABC\u4f60\u597dDEF") is printing two Chinese characters, right? Yes. U+4F60, U+597D or C4E3,
2015 Aug 21
0
Wine release 1.7.50
...1: Implement d2d_text_renderer_DrawInlineObject(). d2d1: Properly cleanup in d2d_rectangle_geometry_init() failure paths. d2d1: Implement d2d_factory_CreateTransformedGeometry(). Hugh McMaster (5): kernel32: Reset insert key toggle when Insert Mode changes. uninstaller: Add WriteConsoleW support. uninstaller: Output Unicode program names in CLI mode. uninstaller: Add WriteFile fallback. uninstaller: Add help switch and usage information. Huw D. M. Davies (3): ws2_32: Avoid using inet_ntoa() which isn't thread-safe. gdi32: Add tests for GetFontReal...
2020 Sep 11
0
Wine release 5.17
...conhost: Add tty input implementation. conhost/tests: Add tty input tests. kernel32/tests: Skip more tests on old Windows. conhost: Use more standard hide cursor sequence. conhost: Introduce IOCTL_CONDRV_WRITE_CONSOLE ioctl. kernel32: Use IOCTL_CONDRV_WRITE_CONSOLE in WriteConsoleW when possible. conhost/tests: Add WriteConsole tests. kernel32/tests: Allow ENABLE_VIRTUAL_TERMINAL_PROCESSING in default mode. conhost/tests: Wait for child process in test_pseudoconsole. Jeff Smith (3): qcap/tests: Test effect of setting stream format on media type enumer...
2020 Oct 23
0
Wine release 5.20
...ing. conhost: Import scrolling support from wineconsole. conhost: Store title as zero terminated string. conhost: Set console window title. kernelbase: Use conhost in AllocConsole. wineconsole: Reimplement as AllocConsole wrapper. kernel32: Always use conhost for WriteConsoleW. kernel32: Always use conhost for ReadConsoleW. kernel32: Move ReadConsole and WriteConsole to kernelbase. kernelbase: Remove window position adjustment from SetConsoleCursorPosition. kernelbase: Remove no longer needed free_console server call from FreeConsole. server...
2011 Aug 05
0
Wine release 1.3.26
...lling of a parameter name. d3dxof: Fix the spelling of the children structure fields and constants. dinput: Make _dump_diactionformatA() static. ntdll: Fix the field names of KUSER_SHARED_DATA and update it. net: Remove a debug trace. kernel32: Fix writing to a pipe in WriteConsoleW(). kernel32: Implement K32GetProcessImageFileNameA(). shell32: Remove WINAPI on static functions where not needed. shell32: Make SHELL_CreateContextMenu() static. net: Convert to Unicode. net: Add a WriteConsole() fall back so things still works on Windows if the outpu...
2009 Jan 30
0
Wine release 1.1.14
...an resources. view: Add Swedish translation. wineconsole: Fix typos in Swedish resources. cmdlgtst: Add Swedish translation. comdlg32: Update Swedish translation. Andrew Nguyen (5): kernel32/tests: Simplify a test function's parameters. kernel32: Ensure that WriteConsoleW succeeds with an empty input buffer. msi/tests: Fix a few handle leaks. winmm: Make the return behavior of waveOutPrepareHeader consistent for 16-bit and 32-bit. gdi32: Stub the NamedEscape function. Andrew Talbot (14): riched20: Declare some functions static. rpcrt4:...