Displaying 20 results from an estimated 100 matches similar to: "Dynamic forking in Win32"
2000 Jun 25
0
Testing 1.0pre2 from CVS
>> I run the very new tinc on both sides this time.
>> Both sides had "IndirectData = yes" in their tinc.conf.
>> Procedure was to start tinc on server side, then start tinc on client
>> side. So far everthing looked okay. Then (12 seconds later - 22:39:37) I
>> tried to ping the server side (=VPN peer) at 192.168.9.1 but without
>> success.
>
>
2009 Jul 17
0
[LLVMdev] [PATCH 2/2] Make Program::ExecuteNoWait return a process ID.
I don't think this is the right direction for the system library to
go. The System library is supposed to expose generic OS independent
interfaces, not be a generic way for clients to get OS information.
Ultimately I think a better API would be to provide a generic class
which represents an executed operating system process, and includes
operations to wait for its completion, redirect its IO,
2019 Nov 12
0
RFC 5258 violation: incomplete response for "LIST ($OPT RECURSIVEMATCH) ..."
Hi there,
RFC 5258 (IMAP4 LIST command extensions) defines a ?RECURSIVEMATCH?
selection option which ?forces the server to return information about
parent mailboxes that don't match other selection options, but have some
submailboxes that do.? (Section 3.5 makes the requirement even clearer.)
However that's not what Dovecot 2.3.7 does. AFAICT no LIST response is
returned for mailboxes
2009 Jul 17
1
[LLVMdev] [PATCH 2/2] Make Program::ExecuteNoWait return a process ID.
---
include/llvm/System/Program.h | 14 ++++++++++----
lib/System/Unix/Program.inc | 17 +++++++++--------
lib/System/Win32/Program.inc | 16 +++++++++-------
3 files changed, 28 insertions(+), 19 deletions(-)
diff --git a/include/llvm/System/Program.h b/include/llvm/System/Program.h
index 14f9e9e..05c73ac 100644
--- a/include/llvm/System/Program.h
+++ b/include/llvm/System/Program.h
@@
2000 Jun 25
2
tinc1.0pre3
I gave tinc1.0pre3 a test after the modifications you have done today.
It insists that it is still 1.0pre2 but this is due to the fact the you
used "1" as tag for configure.in rather than "CABAL".
Anyway - results were not much more successful than yesterday:
*** SERVER side log file from startup until sone seconds after connection
was established ***
Jun 25 21:14:30 lemon
2000 Jul 27
1
Network confusion
Whens the point and click GUI coming out?
All kidding aside, I seem to be confused about some of the network
settings. Essentially all I want is a secure tunnel from machine A to B
on two different physical networks, but I can't seem to get there.
Just to get things figured out I've got two machines on the same physical
network, mach A: 192.168.0.1, mach B: 192.168.0.3. bcast is
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons:
A long time ago I used to be able to start R (version 2.6.1) from a
Delphi 7 program and run a script by using a procedure like the following:
function StartRAndWait (CommandLine : string) : Boolean;
var
Proc_info: TProcessInformation;
Startinfo: TStartupInfo;
ExitCode: longword;
CreateOK : Boolean;
begin
Result := False;
{ Initialize the structures }
2000 Jun 23
2
tinc 0.3.3 vs. 1.0pre2
Hi Ivo,
--On Freitag, 23. Juni 2000 01:15 +0200 Ivo Timmermans <zarq@icicle.yi.org>
wrote:
> I'm not sure I fully understand your patch.
This is not so important since I'm trying to get 1.0pre2 running.
Although I had no luck so far, I'll point out what's going wrong at the end
of this mail.
> For instance, you force a
> key exchange when the connection is made,
2000 Jun 27
1
[CVS] humbolt:/tinc/cabal/src net.c netutl.c protocol.c
> - Indirectdata finally REALLY REALLY works now!
> - More precise debug messages
Hmmm ... I can't prove that using the CVS code I checked out this morning.
Everything works like yesterday: I can ping the peer but I canot go beyond:
*** SERVER ***
Jun 27 09:04:56 lemon tinc.9[10186]: tincd 1.0pre3 (Jun 27 2000 08:53:56)
startin
g, debug level 4
Jun 27 09:04:56 lemon tinc.9[10186]:
2014 Jul 29
0
Missing IMAP Subfolders
I've recently encountered an issue with my IMAP folders on Dovecot
2.0.19. When I telnet into my account and perform a list, I get the
following response:
A list "" "*"
* LIST (\Unmarked) "." "INBOX"
A OK List completed.
However I know there are subfolders here and have examined the server
directly via SSH and strangely:
a select INBOX.Clients
* OK
2011 Oct 06
2
[LLVMdev] [Patch] Build failure on Windows+MinGW (GCC and Clang)
When building LLVM/Clang, I get the following build failure:
[ 4%] Building CXX object
lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.obj
In file included from M:\Development\Source\LLVM\lib\Support\Signals.cpp:33:
M:\Development\Source\LLVM\lib\Support/Windows/Signals.inc:48:17: error:
redefinition of '_IMAGEHLP_LINE64'
typedef struct _IMAGEHLP_LINE64 {
^
2007 Aug 06
0
cannot use winedbg on ubuntu feisty ?
Hi everyone,
This happens every time I start winedbg, no matter what program
I want to debug. It's ubuntu feisty fawn and I have built
wine from sources.
user@machine:~$ winedbg "C:\Program Files\Diablo II\Diablo II.exe"
WineDbg starting on pid 000a
wine: Unhandled page fault on read access to 0x00000000 at address
0xb7d5cc23 (thread 0009), starting debugger...
Unhandled exception:
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
2010 Aug 23
1
[Bug] [Urgent] CreateProcess Failed internal error (1359)
Hi,
I working on porting an IDE on MacOSX with the help of Wine, And I discover a random bug on wine.
Please use this sample code to reproduce it (to be compiled on Windows):
Code:
/////////////////////////////////////////////////////////////////////////////
int Quit(int aReturnCode)
{
#ifdef _DEBUG
wcout << L"Press Enter to quit";
getchar();
#endif
return aReturnCode;
}
2005 Nov 27
1
Question about wine 0.9.2 and VideoLan Media Client
Hi! I just installed wine 0.9.2 on my Linux system and tried installing
VLC 0.8.4 for Windows:
http://www.videolan.org/
The installer ran fine and VLC even started! I was able to open a WMV
file but when it started playing back, it crashed:
----------------START----------------------
tom@linux:~$ wine vlc-0.8.4-win32.exe
fixme:win:SetWindowTextA setting text "VideoLAN VLC media
2025 May 11
2
Is it possible to gracefully interrupt a child R process on MS Windows?
In help("pskill", package = "tools") is says:
Only SIGINT and SIGTERM will be defined on Windows, and pskill will
always use the Windows system call TerminateProcess.
As far as I understand it, TerminateProcess [1] terminates the process
"quite abruptly". Specifically, it is not possible for the process to
intercept the termination and gracefully shutdown. In R
2025 May 12
1
Is it possible to gracefully interrupt a child R process on MS Windows?
I think for reliability and portability of termination, one needs to
implement an application-specific termination protocol on both ends.
Only within specific application constraints, one can also define what
graceful termination means. Typically, one also has other expectations
from the termination process - such that the processes will terminate in
some finite time/soon. In some cases one
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
2012 Apr 06
1
[WIP PATCH] dri/nouveau: Add S3TC support for nv20.
---
Hi,
this is still WIP, but already passes piglit's s3tc-teximage, s3tc-texsubimage and fbo-generatemipmap-formats(s3tc tests)
and even Wolfenstein:Enemy-Territory works on my nv25. It's based on Ben's newlib branch. I have few issues though:
1) So far it needs libtxc_dxtn, but I might expose the s3tc extensions even without encoder using driconf option -
Is that desirable?
2)
2008 Jan 22
5
[LLVMdev] Complex constant expressions?
More questions on the best way to write a compiler using LLVM:
Lets say I have a struct definition that looks like this:
const int imageSize = 77;
struct A {
char B[align(imageSize)];
}
...where 'imageSize' is some small inline function that rounds up to a
power of two or something. (A common requirement for textures on 3d
graphics cards.)
Now, clearly the compiler