delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <000101c08515$9df28ce0$020bb98f@ilnt759.iil.intel.com> |
From: | "Raz Peleg" <raz DOT peleg AT intel DOT com> |
To: | <cygwin AT cygwin DOT com> |
Subject: | link GNU and msdev |
Date: | Tue, 23 Jan 2001 10:22:25 +0200 |
MIME-Version: | 1.0 |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook Express 4.72.3155.0 |
X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3155.0 |
Hi all, I'm trying to port a gnu application to windows, in order to do so I need to link a library compiled with gcc to my own code written on msdev. Q: Is any one know a way to do it smooth? It seem that ms compiler and gcc binaries do not share the same naming method and the linking fail. Q: Is there a way to convince them to work together? Another idea is to make the gnu libraries a win32 DLL, and to put away the join link, at this point I found msdev linked applications do not load this DLL at start and I must use dynamic DLL load [LoadLibrary()]. Q: any idea why? now it work on a little test case I made, as long as the dll do not contain library function call. Q: WHY??? regards Raz -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |