X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 13 May 2006 10:44:01 +0300 From: alex bodnaru Subject: Re: Howto create extensions for PythonD In-reply-to: <8i1b62heket7i6f04d7okruavaiaahgrqh@4ax.com> To: djgpp AT delorie DOT com Message-id: <44658E41.4060402@alex3> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, he References: <1147465565 DOT 398297 DOT 52230 AT g10g2000cwb DOT googlegroups DOT com> <446503CB DOT 1060606 AT alex3> <1147487385 DOT 985215 DOT 148130 AT j73g2000cwa DOT googlegroups DOT com> <8i1b62heket7i6f04d7okruavaiaahgrqh AT 4ax DOT com> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk hi, i have managed to run wattcp-32 using the dos plip packet driver within command windows under win95. at the same time, libsocket was successful with ethernet connections, but it had a slightly different interface. alex Brian Inglis wrote: > On 12 May 2006 19:29:46 -0700 in comp.os.msdos.djgpp, "decker" > wrote: > > >>I would not recommend anyone using libsocket. The implementation is >>incomplete and is no longer being developed. Further, R Dawe's ndis >>shim only works in windows 9x platforms and not on any NT-ish (i.e. XP) >>based systems. >> >>Watt-32 is the primary networking library available to DJGPP users now >>and is well supported and actively in development by its maintainer and >>commmunity. > > > Watt-32: > "Note that Windows 95, 98 and ME are not supported at this time." > So it looks like libsocket and NDIS shim are the only options for > DJGPP on non-NT Windows, unless you want to use DOS and have a > supported packet driver. > Can DOS packet drivers can share the interface under Windows? >