Re: Problems with lposix on win32
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Problems with lposix on win32
- From: Wim Couwenberg <w.couwenberg@...>
- Date: 2006年1月14日 19:02:49 +0100
> "access", "chdir", "chmod", "errno", "exec", "getcwd",
> "getenv", "mkdir", "putenv", "rmdir", "sleep", "stat",
> "umask"
> I have ported all the above to Win32, using MSDev 7.1. Issues in porting
> to Win32:
There's no equivalent for the posix exec call in Win32. How did you
implement it?
--
Wim