public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: [opendx-users] missing CYGXMP-X4.DLL
@ 2001-07-03  7:41 Suhaib Siddiqi
  2001-07-03 20:10 ` Charles S. Wilson
  0 siblings, 1 reply; 4+ messages in thread
From: Suhaib Siddiqi @ 2001-07-03  7:41 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

Chuck,
Maybe just add the cygXpm-X4.dll  without import libraries. This will allow
users to use old applications.

Thanks

Suhaib

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [opendx-users] missing CYGXMP-X4.DLL
  2001-07-03  7:41 [opendx-users] missing CYGXMP-X4.DLL Suhaib Siddiqi
@ 2001-07-03 20:10 ` Charles S. Wilson
  0 siblings, 0 replies; 4+ messages in thread
From: Charles S. Wilson @ 2001-07-03 20:10 UTC (permalink / raw)
  To: Suhaib Siddiqi; +Cc: 'cygwin@cygwin.com'

Suhaib Siddiqi wrote:

> Chuck,
> Maybe just add the cygXpm-X4.dll  without import libraries. This will allow
> users to use old applications.


Done.  See the upcoming xpm-nox-4.1.0-1 package.

--Chuck


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [opendx-users] missing CYGXMP-X4.DLL
  2001-06-28  4:16 Suhaib Siddiqi
@ 2001-07-02 21:56 ` Charles S. Wilson
  0 siblings, 0 replies; 4+ messages in thread
From: Charles S. Wilson @ 2001-07-02 21:56 UTC (permalink / raw)
  To: Suhaib Siddiqi; +Cc: 'cygwin@sources.redhat.com'

Errmmm...the current "xpm" package (now named "xpm-nox") does not 
contain my old X-based version of the Xpm library -- that is, 
cygXpm-X4.dll is not included any longer.  xpm-nox contains ONLY the 
X11-free version of the Xpm library.

This is because all X-based Xpm functionality is provided by the 
cygwin-xfree project's /usr/X11R6/bin/libXpm.dll.  Now, the absence of 
cygXpm-X4.dll will break certain other apps that may have been compiled 
in the past to rely on cygXpm-X4.dll.

We have two choices:
   a) add cygXpm-X4.dll back to the xpm-nox package -- but without 
import libs.  This way, old projects (like dxsamples) will continue to 
work without interruption, but newly compiled projects will link with 
cygwin-xfree's libXpm.dll by default -- or, if appropriate steps are 
taken, will link with xpm-nox's cygXpm-noX4.dll.  However, this creates 
no "encouragement" to projects like dxsamples to recompile and use 
cygwin-xfree's libXpm.dll, if they need libXpm with X support.

   b) continue as is, and instruct the dxsamples people to recompile so 
that they use the cygwin-xfree dll (if they need X support) or to 
recompile so that they use cygXpm-noX4.dll (if they do not need X support).

I will defer to your judgement on this, Suhaib.  Which do you prefer?

--Chuck

Suhaib Siddiqi wrote:

> Chuck,
> Have you taken care of this Cygwinxmp-x4.dll in future releases?  This realy
> creates a  big botheration that there are Xmp headers and libraries.
> Thanks
> Suhaib
> 
> To the user.  Please check http://cygwin.com and ask how to get Xmp-X4.dll.
> 
> Suhaib
> 
> 
>>-----Original Message-----
>>From: Manuel Pouchon [ mailto:mpouchon@hotmail.com ] 
>>Sent: Thursday, June 28, 2001 5:35 AM
>>To: opendx-users@opendx.watson.ibm.com
>>Subject: [opendx-users] missing CYGXMP-X4.DLL
>>
>>
>>OS: "Windows 98 Second Edition 4.10.2222 A" on a "Pentium II".
>>    Cygwin version 1.3.2
>>    Cygwin/Xfree version 4.1.0
>>
>>Dear Group,
>>
>>I have downloaded dxsamples-4.1.3.tar.gz and installed,
>>now when starting dx an error message:
>>
>>  A required .DLL file, CYGXMP-X4.DLL, was not found.
>>
>>pops up and the bash shell shows the message:
>>
>>  .../startupui: Permission denied.
>>
>>I have no idea what kind of DLL this is, and I can't
>>find it on the Web.
>>
>>Thanks a lot for the help
>>Manuel
>>
>>______________________________________________________________
>>___________
>>Get Your Private, Free E-mail from MSN Hotmail at 
>>
> http://www.hotmail.com .
> 
> --
> 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [opendx-users] missing CYGXMP-X4.DLL
@ 2001-06-28  4:16 Suhaib Siddiqi
  2001-07-02 21:56 ` Charles S. Wilson
  0 siblings, 1 reply; 4+ messages in thread
From: Suhaib Siddiqi @ 2001-06-28  4:16 UTC (permalink / raw)
  To: 'cygwin@sources.redhat.com'

Chuck,
Have you taken care of this Cygwinxmp-x4.dll in future releases?  This realy
creates a  big botheration that there are Xmp headers and libraries.
Thanks
Suhaib

To the user.  Please check http://cygwin.com and ask how to get Xmp-X4.dll.

Suhaib

> -----Original Message-----
> From: Manuel Pouchon [ mailto:mpouchon@hotmail.com ] 
> Sent: Thursday, June 28, 2001 5:35 AM
> To: opendx-users@opendx.watson.ibm.com
> Subject: [opendx-users] missing CYGXMP-X4.DLL
> 
> 
> OS: "Windows 98 Second Edition 4.10.2222 A" on a "Pentium II".
>     Cygwin version 1.3.2
>     Cygwin/Xfree version 4.1.0
> 
> Dear Group,
> 
> I have downloaded dxsamples-4.1.3.tar.gz and installed,
> now when starting dx an error message:
> 
>   A required .DLL file, CYGXMP-X4.DLL, was not found.
> 
> pops up and the bash shell shows the message:
> 
>   .../startupui: Permission denied.
> 
> I have no idea what kind of DLL this is, and I can't
> find it on the Web.
> 
> Thanks a lot for the help
> Manuel
> 
> ______________________________________________________________
> ___________
> Get Your Private, Free E-mail from MSN Hotmail at 
http://www.hotmail.com .

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-03 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-03  7:41 [opendx-users] missing CYGXMP-X4.DLL Suhaib Siddiqi
2001-07-03 20:10 ` Charles S. Wilson
  -- strict thread matches above, loose matches on Subject: below --
2001-06-28  4:16 Suhaib Siddiqi
2001-07-02 21:56 ` Charles S. Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).