search for: detached_process

Displaying 6 results from an estimated 6 matches for "detached_process".

2006 Apr 14
3
[ win32utils-Bugs-4101 ] create hash param
...ory: win32-process Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: create hash param Initial Comment: hi, problem with process, when I do pid = Process.create( :app_name => command[0], :creation_flags => Process::DETACHED_PROCESS||Process::ABOVE_NORMAL, :startf_flags=> Process::USESHOWWINDOW, :sw_flags => Process::SW_MINIMIZE ) it appear in the normal show windows, ane the ABOVE_NORMAL is''nt used. it seems that the parameters arent used . any help? ------------------------------------------------------...
2006 Nov 21
3
Fw: re. win32-process
...n\ruby "'' + Dir.pwd + ''/test.rb"'' my_out = $stdout.clone my_err = $stderr.clone my_out.reopen(''NUL'') my_err.reopen(''NUL'') Process.create( :app_name => app_name, :inherit => true, :creation_flags => Process::DETACHED_PROCESS, :startup_info => { :startf_flags => Process::STARTF_USESTDHANDLES, :stdout => my_out, :stderr => my_err } ) I think it would be neat if you could pass IO objects (or perhaps a fileno) to :stdout, :stderr, and :stdin directly. Any ideas on how to do that? Than...
2001 Dec 15
1
Wine and Baldur's Gate
...'viewport' away from the window, instead of scrolling the view in the Baldur's Gate window. After shutting down Baldur's Gate, I noticed a whole slew of error messages in the xterm window I launched it from. Here are a few examples: fixme:module:CreateProcessA (BGMain.exe,...): DETACHED_PROCESS ignored fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x403f8034,00020021,3):stub fixme:dsound:IDirectSoundBufferImpl_QueryInterface Unknown GUID {31efac30-515c-11d0-a9aa-00aa0061be93} fixme:ddraw:Main_DirectDraw_CreateSurface App didn't request a valid surface type - assuming offscreen...
2010 Nov 07
0
Process.setsid for Windows
Hi, Just thinking about the possibility of a Process.setsid for Windows. Would a Process.setsid analogue for Windows be a matter of calling CreateProcess() with CREATE_NEW_PROCESS_GROUP + DETACHED_PROCESS ? And raise an error instead if the current process is the process group leader? Regards, Dan
2007 Dec 05
21
Fwd: win32/process problem
Any ideas? ---------- Forwarded message ---------- From: Christian Kerth <christian.ke... at dynamicmedia.at> Date: Dec 5, 8:28 am Subject: win32/process problem To: comp.lang.ruby I have an application that consists of serveral independent parts. I want to use the Windows Process API to spawn the different processes. e.g. require ''rubygems'' require
2017 Feb 03
0
Wine release 2.1
...ivate. ole32: Call GetClipboardFormatName with the correct parameters. server: Fix handling of MAXIMUM_ALLOWED in token_access_check. Vincent Povirk (4): hhctrl.ocx: Also take basename of folders when searching. hhctrl.ocx: Don't skip a tag in next_node. kernel32: DETACHED_PROCESS prevents automatic std handle inheritance. kernel32: DETACHED_PROCESS doesn't affect STARTUPINFO console handles. Young Chung (1): ucrtbase: Add __conio_common_vcprintf()/_vcwprintf(). Zebediah Figura (12): ws2_32/tests: Fix memcmp size in test_TransmitFile(). regedit:...