help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] RE: Mingwin Patch


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] RE: Mingwin Patch
Date: Sat, 1 Mar 2003 09:34:11 +0100

> Just download from http://gnuwin32.sourceforge.net/packages.html (see
> the direct link in my other e-mail).

Unluckily this is mostly a work in progress.  It is not usable.

> I can take care of these as well.  Do you know if you can do
> ReadFile and WriteFile on a socket in addition to recv and send?
> This would allow me to use _open_osfhandle to use a socket as a file
descriptor.

I don't think so anymore, but OTOH you can override the fileOp:... methods
in AbstractSocket to force them to use recv, send and closesocket instead of
read, write and close.

Paolo






reply via email to

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