Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com From: Chris Faylor Date: Sat, 8 Jul 2000 00:40:50 -0400 To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Fixed "newer binary won't work with older DLL problem" -- please try this Message-ID: <20000708004050.A2471@cygnus.com> Reply-To: cygwin-developers AT sourceware DOT cygnus DOT com Mail-Followup-To: cygwin-developers AT sourceware DOT cygnus DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i I was losing some sleep thinking about the mailing list traffic that could have been generated by my recent changes to cygwin which stopped newly linked binaries from running with older DLLs. So, I reorganized the startup code a little. The startup code is slightly larger and slightly slower but it should work correctly with older DLLs. As usualy, I'm not 100% certain that I got the part right that deals with other cygwin compiled DLLs. Hopefully, someone will let me know if I did or not. So, please try this new DLL. We're approaching 1.1.3 release. This is, I hope the final hurdle. cgf