Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <20030731175944.43249.qmail@web11701.mail.yahoo.com>
Date: Thu, 31 Jul 2003 19:59:44 +0200 (CEST)
From: =?iso-8859-1?q?J=E9r=F4me=20DESPATIS?= <jdespatis@yahoo.fr>
Subject: using a dll created by cygwin in msvc++
To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

i've created a .dll with cygwin

i'd like now to create a simple program under msvc++
that use functions of this dll

when i compile my very simple program, i get those
errors at link step: unresolved external symbol _foo
where foo is a function of my dll

so how can i use this dll in my program ? maybe a
foo.lib is missing (is there a way to create it from a
dll ?), or maybe is there another way to do so ?

thanks
enzo


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

--
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/

