X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: , References: <4742E7F7 DOT 8000400 AT frisch DOT fr> Subject: RE: Announce: FlexDLL, flexible DLLs under Windows Date: Tue, 20 Nov 2007 14:49:48 -0000 Message-ID: <057201c82b84$98ee9870$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4742E7F7.8000400@frisch.fr> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 20 November 2007 13:58, Alain Frisch wrote: > Dear Cygwin and MinGW mailing lists, > > I'd like to announce the availability of FlexDLL, a new tool that should > greatly help porting some Unix applications under Windows. FlexDLL > implements the classical POSIX dlopen API. In short, it lets you create > DLLs with unresolved symbols. > Feedback and comments are very welcome! This looks very interesting indeed. The technique of turning unresolved imports into data items that can be fixed up at runtime thus letting the windows runtime loaded accept the dll is a clever trick, and it occurs to me that it might be worth adopting the same technique directly in the binutils toolchain itself. Thanks for your valuable contribution! cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/