Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <000501c23c64$2282aa60$1d2a933e@oemcomputer> From: "Franck LERAY" To: Subject: Cygwin and accessible DLLs Date: Mon, 5 Aug 2002 11:40:27 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Hi all, I'm trying to port a unix tool : - a socket listener using shared memory, fork and ... - a shared library which give a client access to the listener. I've ported it with cygwin on a windows XP plateform, it works fine under bash. Now i needs to build a relocatable DLL. This DLL needs to be accessible by others windows tools (VB(snif), Microfocus cobol Net Express,...) I've tried with the gcc -shared option but it don't work. Any ideas about stdcall, global data,...and wrigth way. Thanks. Fly. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/