Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Info: This message was accepted for relay by smtp03.mrf.mail.rcn.net as the sender used SMTP authentication X-Trace: UmFuZG9tSVZHa0iqfe/WLfEkMh3DSH3RXVbW087LD6b6vZTeTQyXqqy+uddxukuz Message-ID: <3E922BD0.4080206@rfk.com> Date: Mon, 07 Apr 2003 21:54:24 -0400 From: "Larry Hall (RFK Partners, Inc.)" Reply-To: lhall AT rfk DOT com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin CC: vxj45 AT hotmail DOT com, cygwin AT cygwin DOT com Subject: Re: Using two versions of cygwin1.dll References: <29950-2200341723349124 AT M2W067 DOT mail2web DOT com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Martin, You can't simply load 2 Cygwin DLLs via LoadLibrary. And you can't run two different versions of the Cygwin DLL simultaneously whether you dynamically load them or not. I guess I was a little too obtuse when I mentioned that there isn't a way to do this. Sorry. I'll try to more explicit next time. ;-) Larry Martin wrote: > Technically you can call LoadLibrary for the specific DLL Resource location > which you are loading > Which means you will have to download the source ; Create the Invoking App > and put the fix in yourself.. > and test the invocation for all conditions > Not a trivial task- > GL, > Martin > Wise man says you can do anything if you're willing to do the work > yourself.. > > ----- Original Message ----- > From: > To: ; > Sent: Monday, April 07, 2003 4:34 PM > Subject: RE: Using two versions of cygwin1.dll > > > If you have to ask, the answer is no. You might want > to check the email archives for discussions about this > topic if you're interested in finding out more details. > > Larry > > Original Message: > ----------------- > From: Vishal Jain vxj45 AT hotmail DOT com > Date: Mon, 07 Apr 2003 16:28:00 -0700 > To: cygwin AT cygwin DOT com > Subject: Using two versions of cygwin1.dll > > > I am running my program from cygwin shell. > My program uses a customized version of the cygwin1.dll > Can I have two versions of dll one for the shell and one for my program and > invoke my program from the (shell)command prompt? > > thanks, > Vishal -- 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/