This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using two versions of cygwin1.dll


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: <lhall at pop dot ma dot ultranet dot com>
To: <vxj45 at hotmail dot com>; <cygwin at cygwin dot com>
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]