www.delorie.com/archives/browse.cgi | search |
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 <alain AT frisch DOT fr> |
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 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |