www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-Id: | <199909161221.HAA06533@mercury.xraylith.wisc.edu> |
To: | Thomas Kowatsch <Thomas DOT Kowatsch AT stest DOT ch> |
cc: | Cygwin List <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | Re: automatic relocation problem? (WAS: problem with 3rd party lib) |
In-Reply-To: | Your message of "Thu, 16 Sep 1999 15:11:31 +0200." |
<37E0EC83 DOT 2BA19012 AT stest DOT ch> | |
Date: | Thu, 16 Sep 1999 07:21:41 -0500 |
From: | Mumit Khan <khan AT xraylith DOT wisc DOT EDU> |
Thomas Kowatsch <Thomas DOT Kowatsch AT stest DOT ch> writes: > > I think my 3rd party library is using the MSVCRT runtime. Is thereany > way I can use this 3rd party lib then and cygwin? > There are times when it will work, and there are times when it won't. It's not a simple issue, believe me. > Is this a general problem that MSVC libraries are not usable? So > the 3rd party vendor has to support a cygwin version? That would be nice of course. Before you do anything further, please fix your DLL making process and *remove* the erroneous entry point. Never override the entry point for any DLL unless you really know what you're doing (and if you do, ignore the rest of the paragraph). The way to handle this is to simply supply your own DllMain that will be called automatically by the default entry point. In your case, just don't use the library supplied one (ie., don't provide one and the linker will pick up the one in the library) since you don't do anything special. Doing the above of course doesn't mean that this particular case is going to work of course! Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |