X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-ME-UUID: 20071120135828391 DOT 5F7261C000B1 AT mwinf2027 DOT orange DOT fr Message-ID: <4742E7F7.8000400@frisch.fr> Date: Tue, 20 Nov 2007 14:58:15 +0100 From: Alain Frisch User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: MinGW-users AT lists DOT sourceforge DOT net, cygwin AT cygwin DOT com Subject: Announce: FlexDLL, flexible DLLs under Windows Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 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. When a DLL is loaded, these symbols are matched against those found in the main program and in previously loaded DLLs. This should make the development of modular applications (plugins) much easier under Windows. Forget all the trouble about dllimport/dllexport directives, .def files and import libraries! FlexDLL also exposes a common command-line interface to the Cygwin and Microsoft linkers, which should simplify the life of developers that targets several tool chains. Homepage: http://alain.frisch.fr/flexdll.html FlexDLL is open-source (MIT-like license) and it supports three toolchains: Cygwin, MinGW, and native MSVC (x86 and x86_64). It acts as a wrapper around the linker (at compile-time) and as a wrapper around LoadLibrary (at runtime). I hope this announce is not too much off-topic for these mailing lists. Feedback and comments are very welcome! Alain Frisch -- 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/