Displaying 8 results from an estimated 8 matches for "create_new_process_group".
2009 Apr 07
2
Running an R script from Delphi 7
...artinfo.wShowWindow := SW_HIDE;
{ Attempt to create the process. If successful wait for it to end}
// CreateOK := CreateProcess(nil, nil, nil, nil, nil,
CreateOK := CreateProcess(Nil, PChar('C:\Program
Files\R\R-2.8.1\bin\R.exe '
+ CommandLine), nil, nil,
False, CREATE_NEW_PROCESS_GROUP+NORMAL_PRIORITY_CLASS, nil, nil,
StartInfo, proc_info);
if (CreateOK) then begin
WaitForSingleObject (proc_info.hProcess, INFINITE);
GetExitCodeProcess(proc_info.hProcess, ExitCode);
Result := True
end;
CloseHandle(proc_info.hThread);
CloseHandle(proc_...
2006 May 12
0
win32-process 0.4.0 - SIGINT/SIGBRK not working
...heck GetLastError, was 87: Error: 87
The parameter is incorrect.
I do the same call from FreeBASIC to check it, passed the right PID
form the running ruby process, and that was the result.
According to MSDN docs, you only could send the
GenerateConsoleCtrlEvent to descent process created with the
CREATE_NEW_PROCESS_GROUP
Please see the documentation here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/generateconsolectrlevent.asp
"Send a specified signal to a console process group that shares the
console associated with the calling process."
So there isn''t a func...
2006 Dec 04
8
Calling R functions in Delphi
Hello All,
We would like to call quantile() function from the R-package STATS in a
Delphi program. If this is possible, could anyone provide us with an
example?
Thanks in advance.
--Anna
-----------------------------------------
Anna Belova
Abt Associates Inc.
4800 Montgomery Ln, St 600
Bethesda, MD-20814
phone: 301-347-5304
fax: 301-652-7530
http://www.abtassociates.com/environment
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
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
2001 Jul 01
1
directX
...the setup (which DOES run, I get the following
error/warnings: is this normal?
Script started on Sun Jul 1 16:03:45 2001
Moose$ wine --winver=win20 d:\\setup.exe
fixme:module:CreateProcessA (E:\d2l_Install.exe,...): CREATE_NEW_CONSOLE ignored
fixme:module:CreateProcessA (E:\d2l_Install.exe,...): CREATE_NEW_PROCESS_GROUP ignored
fixme:module:CreateProcessA (E:\d2l_Install.exe,...): CREATE_DEFAULT_ERROR_MODE ignored
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
fixme:pthread_kill_othe...
2001 Dec 11
0
Devine intervention: a message from God
...Gate$
will drop dead and u go to heaven, no question asked.
Thx
_________________________________________________________________________
Output:
fixme:module:CreateProcessA (C:\TMP\d2l_Install.exe,...):
CREATE_NEW_CONSOLE ignored
fixme:module:CreateProcessA (C:\TMP\d2l_Install.exe,...):
CREATE_NEW_PROCESS_GROUP ignored
fixme:module:CreateProcessA (C:\TMP\d2l_Install.exe,...):
CREATE_DEFAULT_ERROR_MODE ignored
fixme:pthread_kill_other_threads_np
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
err:module:fixup_imports Module (file) binkw32.dll...
2002 Dec 05
0
WINE Configuration for MDK 9.0!
...le:SetFileAttributesA Couldn't set file attributes for existing file "/mnt/windows/windows/History/History.IE5/desktop.ini".
Check permissions or set VFAT "quiet" mount flag
fixme:process:CreateProcessA (C:\Program Files\Internet Explorer\Connection Wizard\icwconn1.exe,...): CREATE_NEW_PROCESS_GROUP ignored
fixme:process:CreateProcessA (C:\Program Files\Internet Explorer\Connection Wizard\icwconn1.exe,...): CREATE_DEFAULT_ERROR_MODE ignored
err:process:GetProcessDword -48: process 8e06788 not accessible
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:Dev...