Displaying 7 results from an estimated 7 matches for "conout".
2010 Aug 07
3
C++ runtime error
...--------------------------------------------------------------
def self.start
@active = true
if self.active
# Open console window and select it for :puts
Win32API.new("kernel32", "AllocConsole", "V", "L").call
$stdout.reopen("CONOUT$")
# Bring the game window back to the front
Win32API.new("user32", "SetForegroundWindow", "L", "L").call(hwnd)
f = File.open("Game.ini")
lines = f.readlines()
s = lines[3]
len = s.size
title...
2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
...ode;
+
+ return 0;
+
+}
+
+EFI_HANDLE image = NULL;
+EFI_SYSTEM_TABLE* systab = NULL;
+
+int doTheJob(void)
+{
+
+
+ image = (EFI_HANDLE) firmware->image;
+ systab = (EFI_SYSTEM_TABLE*) firmware->table;
+
+ InitializeLib(image, systab);
+
+ //Clear screen
+ uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
+
+ Print(L"This Com32 instance of elf_bios_efi.c32 is running on an EFI environment\nPress any key to continue...");
+ efi_getchar(NULL);
+
+ return 0;
+}
+
+
+#endif
+
+
+
+
+int main(int argc, char *argv[])
+{
+
+
+ return doTheJob();
+
+...
2012 Mar 02
0
Wine release 1.4-rc6
...angs at splash screen
21019 Igor pro "Help brower" has no window decorations
21745 Magic Workstation: icons and some text appear upside-down
21981 Igor Pro: Drop-down menu only works when arrow key is pressed
21984 Glumbuster crashes on load
22216 Problem with freopen("CONOUT$", "w", stdout);
22359 Wolfenstein water displays strange rays
22414 Grand Theft Auto: Vice City - full screen window does not take focus
22558 Harbinger (demo) graphical issue: green artefacts around objects
22703 Running Galcon Fusion demo gives error message
22842 C...
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
This patch adds to the core EFI image booting capabilities.
It was tested on VMware EFI clients and HP Elitebook EFI notebooks,
only on PXE environments but it should work on non-PXE scenarios as well.
Feedback appreciated.
Best,
Patrick
Signed-off-by: Patrick Masotta <masottaus at yahoo.com>
---
diff -uprN a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c
---
2020 Jul 03
0
Wine release 5.12
...MLIFrameElement2::put_width.
kernel32/tests: Add more tests for opening console.
server: Introduce ConDrv device.
server: Support ConDrv/CurrentIn device.
server: Support ConDrv/CurrentOut device.
server: Support console global symlinks.
ntdll: Support CONIN$ and CONOUT$ in RtlIsDosDeviceName_U.
kernelbase: Use NtCreateFile for console handles in CreateFileW.
kernel32: Reimplement OpenConsoleW on top of CreateFileW.
server: Remove no longer needed support for opening current console in open_console request.
mshtml: Return NULL in IHTMLDocum...
2001 Dec 04
2
Serial Errors
...NDOWS\SYSTEM\wineoss.drv GENERIC_READ FILE_SHARE_READ OPEN_EXISTING
warn:file:CreateFileA Unable to get full filename from 'C:\WINDOWS\SYSTEM\wineoss.drv' (GLE 2)
trace:file:CreateFileA CONIN$ GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING
trace:file:CreateFileA CONOUT$ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING
trace:file:FILE_DoOpenFile AVICAP.DLL OF_READ OF_SHARE_COMPAT
trace:file:FILE_DoOpenFile AVICAP.DLL 0000
trace:file:FILE_DoOpenFile found /usr/share/wine-c/windows/system/avicap.dll = C:\WINDOWS\SYSTEM\AVICAP.DLL
trace:file:FILE_DoOpen...
2008 Feb 13
1
Flash Movie Player Control in VB
...uot;\\??\\C:\\windows\\system32\\msvcrt.dll" ->
"/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll"
trace:file:CreateFileW L"CONIN$" GENERIC_READ FILE_SHARE_READ creation 3
attributes 0x0
trace:file:CreateFileW returning 0xffffffff
trace:file:CreateFileW L"CONOUT$" GENERIC_WRITE FILE_SHARE_WRITE creation 3
attributes 0x0
trace:file:CreateFileW returning 0xffffffff
trace:file:RtlDosPathNameToNtPathName_U
(L"c:\\windows\\system32\\mountmgr.sys",0x7ecdb3c8,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\mountmgr.sys&...