Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <01C10EC6.A866AFE0.jorgens@coho.net>
From: Steve Jorgensen <jorgens@coho.net>
Reply-To: "jorgens@coho.net" <jorgens@coho.net>
To: "'cygwin@cygwin.com'" <cygwin@cygwin.com>
Subject: RE: Linking to cygwin1.dll and msvcrt.dll ?
Date: Tue, 17 Jul 2001 13:43:38 -0700
X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

How would this relate to a Cygwin app (links against cygwin1.dll) that also 
uses a native Windows DLL that probably uses msvcrt.dll (such as GTK+)?

Is this allowed or disallowed?

Sorry if this appears twice.  I messed up and can't tell if I already sent 
it

-----Original Message-----
From:	Christopher Faylor [SMTP:cgf@redhat.com]
Sent:	Tuesday, July 17, 2001 1:02 PM
To:	cygwin@cygwin.com
Subject:	Re: Linking to cygwin1.dll and msvcrt.dll ?

On Tue, Jul 17, 2001 at 12:59:46PM -0700, Mo DeJong wrote:
>I am trying to figure out how to create a .dll that depends on
>cygwin1.dll and msvcrt.dll.  Here is the link time error I am currently
>seeing:

You can't do that.  You can't mix two different runtime systems
they are mutually exclusive.

cgf

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


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

