Displaying 8 results from an estimated 8 matches for "allocconsol".
Did you mean:
allocconsole
2007 Mar 29
1
mongrel and vista
...; mongrel_service.log) both located into ruby\bin directory.
---------------------------------------------------------------------------------
# Logfile created on 28/03/2007 17:54:32
native/process.bas:44, fb.process.spawn:
Spawn() init
native/process.bas:50, fb.process.spawn:
Success in AllocConsole()
native/process.bas:105, fb.process.spawn:
Creating child process with cmdline: ruby.exe C:\Program
Files\ruby\bin\mongrel_rails start -c d:\research\rriki -p 3000 -e
production
native/process.bas:121, fb.process.spawn:
Closing handles.
native/process.bas:136, fb.process.spawn:
wait_c...
2001 Aug 15
0
Old games
...mplemented
Warning: /opt/wineX/bin/wine not accessible from a DOS drive
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threads_np
err:console:CONSOLE_make_complex error creating AllocConsole xterm
err:ddraw:VGA_SetMode DirectDraw does not support requested display mode
fixme:int10:INT_Int10Handler Set Cursor Position: Cannot set to page 1
fixme:int10:INT_Int10Handler Set Cursor Position: Cannot set to page 1
fixme:int10:INT_Int10Handler Select Active Display Page - Not Supported
Hang...
2007 Feb 06
4
Mongrel service will not start on win32 w/ --prefix option
...start -e production -p 4001 -a
0.0.0.0 -l log/mongrel.log -P log/mongrel.pid -c
c:/projects/rails-prod/wingate -t 0 -r public -n 1024
(#1) # Logfile created on 05/02/2007 23:37:42
(#1) native/process.bas:44, fb.process.spawn:
(#1) Spawn() init
(#1) native/process.bas:52, fb.process.spawn:
(#1) AllocConsole failed, maybe already allocated, safely to discart.
(#1) native/process.bas:105, fb.process.spawn:
(#1) Creating child process with cmdline:
ruby.exec:\ruby\bin\mongrel_rails start -e production -p 4001 -a
0.0.0.0 -l log/mongrel.log -P log/mongrel.pid -c
c:/projects/rails-prod/wingate -t 0 -r pu...
2020 Aug 01
0
Wine release 5.14
...neconsole: Move WINECON_Spawn call to WINECON_Init.
wineconsole: Use console in/out handles only in WINECON_Init.
kernelbase: Lock console critical section when changing current console.
kernelbase: Fix handling processes using STARTF_USESTDHANDLES when setting standard handles in AllocConsole.
kernelbase: Close handles allocated by AllocConsole in FreeConsole.
kernel32/tests: Add more AllocConsole tests.
kernelbase: Use init_console_std_handles in AttachConsole.
winegcc: Support file alignment on msvc target.
winegcc: Try using msvc file align syntax if mi...
2010 Aug 07
3
C++ runtime error
...------------------
# * Open a console window for debug output
#-----------------------------------------------------------------------------
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")...
2020 Aug 14
0
Wine release 5.15
...l32/tests: Disable ENABLE_VIRTUAL_TERMINAL_PROCESSING mode in testWriteNotWrappedProcessed.
kernel32/tests: Add an option to test current console.
kernel32/tests: Add console title tests.
kernelbase: Close PEB ConsoleHandle in FreeConsole.
kernel32: Set PEB console handle in AllocConsole.
kernelbase: Close PEB ConsoleHandle in AttachConsole.
server: Pass console handle to the child process.
kernel32: Set PEB ConsoleHandle for bare console.
kernel32: Use PEB console handle in CONSOLE_HandleCtrlC to check console connection.
kernelbase: Move CONTROL_C_E...
2020 Oct 23
0
Wine release 5.20
...unction.
riched20: Remove the caret at end hack.
Jacek Caban (32):
conhost: Support window resizing.
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 SetConsoleCu...
2020 Jul 03
0
Wine release 5.12
...:item implementation.
mshtml: Return success in :HTMLStyle3::scrollbar* setters.
kernelbase: Invalidate console wait handle in FreeConsole.
kernel32: Import FreeConsole from kernelbase.
kernel32: Return standard input handle in GetConsoleInputWaitHandle.
kernel32: Move AllocConsole to kernelbase.
mshtml.idl: Add IHTMLNamespaceCollection declaration.
mshtml: Add IHTMLDocument4::namespaces property implementation.
mshtml.idl: Add missing MoveUnitBounded to IMarkupPointer2.
mshtml: Add IMarkupServices::CreateMarkupPointer implementation.
Jeff Smith (2):...