X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.no; s=s2048; t=1423749073; bh=CgVlIDydJWGBG78K0dscFsUNSDKfFH+GjRqmFxGQ7Es=; h=Date:From:To:Subject:References:In-Reply-To:From:Subject; b=RBeEWJ7P/X3bgrVY+UzGLyKKpqbCu+RcgpMoIhtlSW44bwHipWghmZly9ffkkWaKDgTXJ7iOnjm7XqQpX9+aawAetlQU/CTsboK3etBczBzMg1RiWNjpCAfAbc5XQgZjthIB7TaXYyl+P1glQ7bPgo32EO8pNfAltiDM3rLbE/m3YcnKdPxQFF8v7oy3bHu9TG7f2qHUXrzd+pdkjs6ImqYCsvI+/kMTd55rppTYKEeZswvXcR5f/QLxEuPMWEbCnNqqs9e6WFBmlalyoBZ5vcsotcX8r/EfTt8gPgGIOrmG8H8yroEVrgtbwQd6JSRTGDAtmqi5U3hE3tP8YP51Tw== X-Yahoo-Newman-Id: 555465 DOT 53624 DOT bm AT smtp122 DOT mail DOT ir2 DOT yahoo DOT com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: JAgN7n8VM1lAdvO3txx1f57IKF7PbtlPLcW5aStNo2Jso1G T8rt3OWZNnT3goBKKDqEQ9BfjZRm8Re12mlOdv0jMluEcD3VC0KAo7eO6VCx 7xDTYry8ZWPuNYzGDxxIqHBc9w.18lzS5P553qNa6byFBkBA4PZkwVPoIjzA 7ErLlOHtE8np.zoJaTw5VIvq5gxw1TGnQqHP_aI0cAwcdIIY.uErxdRtIYPO s9Oy1woK2UmMt.00emqGtSQ1bHnipoD_dPKUObeQrNL94r_.bD07zcoVZCuC 5fxp395Rayu0rW7jVVyDCqQAuzBpHzuAbwVC8ht2i.aGBmZp62LvtMYk7VZb P8RQrq9SipE6VLiRAzgjsMhNPp3PACBYL1SNEoeiItXutrIURAZekpj7Qcov vgD35.ZbA1bUZ8a6b0pncSx9SjWnzw65UCRNcEzeC7UlDiuf.QhbCfgg0MMJ BtlIRtoyvXz.31gWa3cmmKxUQJ9Ds84I4NbznxVSaHjjrvZWDhOpWP9qbz5x d5L6p0zFWjaYSYBQrCzaShMHn0KKI.1A2NcKmrrkDokruec_1RSm65j1NKoB pxazKVKqc5CtuciMQvADPl4xfu7t.7y_tUZshY1k8s0xrIUDbgUV2BegHVIN f X-Yahoo-SMTP: 8zhYLGyswBB3AGU8c4pvFIFOfA-- Message-ID: <54DCAFD2.3050103@yahoo.no> Date: Thu, 12 Feb 2015 14:51:14 +0100 From: Gisle Vanem User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Develop djgpp program using Windows 7 ? References: <3c287821-c0dd-4533-b513-247f89da252f AT googlegroups DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Georg Potthast wrote: > I also use WattTCP for network access based on a packet driver. Will that work with your port? I've also upgraded from Win-XP (since many years) and moved to Windows-8.1. Regarding a "packet driver", I tried getting the excellent SwsVPkt 'virtual packet driver' from Laurence Rust [1] to work in Win-8.x, but failed. I assume it has something to do with the "new" NDIS 6.2+ bindings/API. But WinPcap (npf.sys) works fine; although that doesn't help for DOS-program in e.g. DOS-box AFAICS. (DOS-box/djgpp/Watt-32 programs remains to be tested under Win-8.x). SwsVpkt also works for 32-bit Windows programs; ref. my src/swsvpkt.c + src/winpkt.c in Watt-32. [1]. http://www.softsystem.co.uk/products/swsvpkt.htm : "The SwsVpkt Virtual Packet Driver provides an implementation of the packet driver specification enabling DOS networking applications to run on Windows XP, 2000 and NT4. SwsVpkt also enables Win32 user mode programs to perform raw Ethernet frame I/O. " and the worst news: "In line with our policy on Windows products, SwsVpkt will no longer be developed or supported by Software Systems." ----- So all in all, if one cannot install a compatible pktdrvr API for DOS programs, one is screwed. -- --gv