guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Serious Win32 ambitions


From: Thien-Thi Nguyen
Subject: Re: Serious Win32 ambitions
Date: Tue, 6 Nov 2001 19:04:39 -0800

   From: stefan <address@hidden>
   Date: Tue, 6 Nov 2001 14:10:44 +0100 (CET)

    * `fcntl()' replacement.
    * `win32-socket.'c which holds Winsock-API error codes and implements
      missing BSD-style functions.

no opinion on these (sounds ok to me).

    * Write a C-level (open-pipe) which performs a fork() for Unices and
      implements kind of work-around in M$-Windows.  (It is possible to
      redirect stdin/stdout through a pair of pipes on Win32.)

i see that (ice-9 popen) `open-pipe' actually calls `open-process',
which in turn calls `primitive-fork'.  is it possible to emulate at this
level instead of at `open-pipe'?

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]