Displaying 8 results from an estimated 8 matches for "getexitcodeprocess".
2005 Jun 26
2
Wine and Music Collector. No startup?
.../winelog
and it gave me a big logging which I had to abort as it seemed to go
nowhere after this
[...]
0009:Call ntdll.NtQueryInformationProcess(00000054,00000000,77a9b81c,00000018,00000000) ret=77b79a11
0009:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=77b79a11
0009:Ret kernel32.GetExitCodeProcess() retval=00000001 ret=008f3a59
0009:Call kernel32.ResumeThread(00000058) ret=008f9f78
0009:Call ntdll.NtResumeThread(00000058,77a9b84c) ret=77b91fb6
0009:Ret ntdll.NtResumeThread() retval=00000000 ret=77b91fb6
0009:Ret kernel32.ResumeThread() retval=00000001 ret=008f9f78
0009:Call kernel32.Sleep(...
2009 Apr 07
2
Running an R script from Delphi 7
...teProcess(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_info.hProcess);
end;
Now it seems to hang on the call on WaitForSingleObject toward the end.
My current version of R is 2.8.1 if that is relevant. Does anybody
have an...
2009 Jan 22
2
wine for linux and Mac the same or different? (problem)
Hello
preface: sorry for my english, but that is not my native language...
I want to have a nice photo editor running named FiXfoto.
(a Shareware-Download can be found is here:
german shareware = http://www.j-k-s.com/stats/getfile.php?id=41 )
There is a english shareware version too, but i didnt tried it.
Normally i use Mac Osx and want to use it there. I can install this application
2008 Dec 17
1
CreateProcess for Unix binaries
The CreateProcess function sets a lpProcessInformation field. This field is set when a Windows process is called, but erased when a Unix binary (e.g. /bin/sleep 2) is called, so the hprocess handle is unknown. Is there a way to obtain this process handle so that GetExitCodeProcess can be called? I basically want to know when the called process has exited.
Thanks
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
2010 Jan 23
10
Trouble creating mingw binary
Hi,
I''m trying to build a binary for win32-open with a mingw install but
I''m having trouble. I''ve installed MinGW 5.1.6 and I''ve got gcc, etc.
But, when I run "ruby extconf.rb; make" I get the following error:
C:\Documents and Settings\djberge\Repositories\win32-open3\ext>ruby extconf.rb
checking for ruby/io.h... no
checking for rb_pid_t in
2015 Dec 25
0
Wine release 1.9.0
...ation.
Riccardo Bortolato (2):
ddraw: Check if surface is a mipmap sublevel or a non-positive X top level surface through caps in ddraw_surface7_GetPriority().
ddraw7/tests: Test GetPriority() on cubemap surfaces.
Sebastian Lackner (8):
kernel32/tests: Remove unnecessary call to GetExitCodeProcess in process tests.
ntdll: ProcessDebugFlags should return debug_children flag instead of !debugger_present.
server: Fix assignment of primary_group in token_duplicate.
tools: Remove redundant check for request size in make_requests.
advapi32: Add stubs for RegCreateKeyTransac...
2020 Oct 23
0
Wine release 5.20
...RtlFlsFree().
ntdll: Call FLS callbacks.
ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread().
ntdll/tests: Test getting and setting AVX registers for the other thread.
ntdll/tests: Test AVX context with debugger.
kernelbase: Fix status check in GetExitCodeProcess().
server: Add SeTcbPrivilege (SE_TCB_NAME) to the list of admin privileges.
wined3d: Add GPU information for NVIDIA GeForce GTX 1080 Mobile.
ntdll: Fix xmm registers copy offset in call_consolidate_callback() on x86_64.
Piotr Caban (3):
ucrtbase: Support UTF8 codepage in _...