delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/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 |
Message-ID: | <168270-2200210410193639208@M2W094.mail2web.com> |
X-Priority: | 3 |
Reply-To: | lhall AT rfk DOT com |
X-Originating-IP: | 209.113.174.244 |
From: | "lhall AT pop DOT ma DOT ultranet DOT com" <lhall AT pop DOT ma DOT ultranet DOT com> |
To: | nickolai DOT bogdatov AT verizon DOT com, cygwin AT cygwin DOT com |
Subject: | RE: 1.3.12-2 how to link with MS Platform SDK |
Date: | Thu, 10 Oct 2002 15:36:39 -0400 |
MIME-Version: | 1.0 |
X-OriginalArrivalTime: | 10 Oct 2002 19:36:39.0177 (UTC) FILETIME=[5A457F90:01C27094] |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id g9AK8AC19822 |
OK, as I thought. The problem is not the import library (the .a you created has the same format as the .lib so there's no benefit to creating the .a). You need to find out if the function you're trying to link to is in that library and what it's name is. Run 'nm' on the library and grep the results for your function. If there's a function in the results that has the right name but has different stuff appended to the front and/or back, the include file you're using isn't giving you the right calling convention (cdecl, stdcall, fastcall). This is likely the problem. Larry Original Message: ----------------- From: nickolai DOT bogdatov AT verizon DOT com Date: Thu, 10 Oct 2002 15:08:57 -0400 To: lhall AT rfk DOT com, cygwin AT cygwin DOT com Subject: RE: 1.3.12-2 how to link with MS Platform SDK During linking it gives me "enresolved external" Regards, Nickolai Bogdatov -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |