Le Wed, 8 Sep 2004 14:27:37 +1000, Martin Pool <[email protected]> a ?crit:

> On  7 Sep 2004, Anuj Goyal <[email protected]> wrote:
>> I tried doing the port to win32, but did not get very far, windows
>> does not have a nice fork() call like POSIX, one has to call
>> CreateProcess and much with the Handle, it's not very pleasant.
>>
>> One also has to figure out howto do a mmap() call, I know one can use
>> CreateMemoryMapping() or something to that effect, but I don't know
>> the specifics, I was also trying to learn howto use the digitalmars
>> compiler at the time (because it has syntax more similar to that of
>> gcc), but I gave up in frustration.  There was a LOT of code that
>> needed to be "ported" and that is not fun work, and it leads to ifdef
>> hell.
>
> Thanks for letting us know.

Yes, thank you very much.

Eric B.

Reply via email to