public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: [ANN] Creating Excel-callable DLLs with GCC - fails! -works with 1999-01-15 DLL !
@ 1999-03-24  9:42 Brown, Kim
       [not found] ` < 9F481A71957AD111BB2300805FE65D256240FB@mpisex02.mops.wl.com >
  1999-03-31 19:45 ` [ANN] Creating Excel-callable DLLs with GCC - fails! -works with " Brown, Kim
  0 siblings, 2 replies; 4+ messages in thread
From: Brown, Kim @ 1999-03-24  9:42 UTC (permalink / raw)
  To: 'Mumit Khan'; +Cc: 'gnu-win32@cygnus.com'

It works.

Did as you requested.  Downloaded 1999-01-15 dll.  Renamed all the copies of
the old cygwin1.dll to cygwin1.dll.old (had 3 on my system).  Replaced them
with the newly downloaded dll.  Removed old cdll.dll from system. Compiled
cdll.dll WITH the "-s" flag using "$ make".  Moved the cdll.dll to
c:\windows\system\.  Ran the excel example (works).  Checked to make sure I
was not recompiling the old MingW dll by mistake.  

Incidentally, I was not sure if the binaries created under Win95 and under
NT are identical, which is why I offered to send copies.  

Thanks, Kim 

> -----Original Message-----
> From: Mumit Khan [ mailto:khan@xraylith.wisc.edu ]
> Sent: Wednesday, March 24, 1999 11:52 AM
> To: Brown, Kim
> Subject: RE: [ANN] Creating Excel-callable DLLs with GCC - fails! 
> 
> 
> On Wed, 24 Mar 1999, Brown, Kim wrote:
> 
> > Tried this.  Could not make it work.  Incidentally, both 
> the C and Fortran
> > dll's work with MingW
> 
> I can think of only one more thing at this point -- the cygwin1.dll
> version. Due to plethora of problems running stock Cygwin b20.1 DLL 
> on 9x, I now use the 1999-01-15 DLL that Cygnus recommends for W9x.
> 
> It's a lot to ask, but could you do the following test -- download 
> the DLL from ftp://sourceware.cygnus.com/pub/cygwin/snapshot-19990115
> and try that instead? You should of course save your current 
> cygwin1.dll
> and replace *all* copies on disk with this new one. In general, it's
> quite a bit more stable for Win9x systems that the stock one.
> 
> If sourceware.cygnus.com is busy, try go.cygnus.com mirror site.
> 
> Thanks again.
> 
> Regards,
> Mumit
> 
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: [ANN] Creating Excel-callable DLLs with GCC - fails! -works w ith 1999-01-15 DLL !
       [not found] ` < 9F481A71957AD111BB2300805FE65D256240FB@mpisex02.mops.wl.com >
@ 1999-03-24 10:04   ` Mumit Khan
  1999-03-31 19:45     ` Mumit Khan
  0 siblings, 1 reply; 4+ messages in thread
From: Mumit Khan @ 1999-03-24 10:04 UTC (permalink / raw)
  To: Brown, Kim; +Cc: cygwin

On Wed, 24 Mar 1999, Brown, Kim wrote:

> It works.
> 
> Did as you requested.  Downloaded 1999-01-15 dll.  Renamed all the copies of
> the old cygwin1.dll to cygwin1.dll.old (had 3 on my system).  Replaced them
> with the newly downloaded dll.  Removed old cdll.dll from system. Compiled
> cdll.dll WITH the "-s" flag using "$ make".  Moved the cdll.dll to
> c:\windows\system\.  Ran the excel example (works).  Checked to make sure I
> was not recompiling the old MingW dll by mistake.  

THANK YOU! I'm continually amazed how helpful netfolks are. Got the first
bug report within an hour of uploading the examples and a solution by next 
morning.

> Incidentally, I was not sure if the binaries created under Win95 and under
> NT are identical, which is why I offered to send copies.  

Unfortunately, debugging a DLL is quite hard, and I try to avoid it all
costs. Besides, my only W95 machine is an old laptop, and it's feeling the
blues right now thanks to a faulty network card.

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* RE: [ANN] Creating Excel-callable DLLs with GCC - fails! -works w ith 1999-01-15 DLL !
  1999-03-24 10:04   ` [ANN] Creating Excel-callable DLLs with GCC - fails! -works w ith " Mumit Khan
@ 1999-03-31 19:45     ` Mumit Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Mumit Khan @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Brown, Kim; +Cc: cygwin

On Wed, 24 Mar 1999, Brown, Kim wrote:

> It works.
> 
> Did as you requested.  Downloaded 1999-01-15 dll.  Renamed all the copies of
> the old cygwin1.dll to cygwin1.dll.old (had 3 on my system).  Replaced them
> with the newly downloaded dll.  Removed old cdll.dll from system. Compiled
> cdll.dll WITH the "-s" flag using "$ make".  Moved the cdll.dll to
> c:\windows\system\.  Ran the excel example (works).  Checked to make sure I
> was not recompiling the old MingW dll by mistake.  

THANK YOU! I'm continually amazed how helpful netfolks are. Got the first
bug report within an hour of uploading the examples and a solution by next 
morning.

> Incidentally, I was not sure if the binaries created under Win95 and under
> NT are identical, which is why I offered to send copies.  

Unfortunately, debugging a DLL is quite hard, and I try to avoid it all
costs. Besides, my only W95 machine is an old laptop, and it's feeling the
blues right now thanks to a faulty network card.

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

* RE: [ANN] Creating Excel-callable DLLs with GCC - fails! -works with 1999-01-15 DLL !
  1999-03-24  9:42 [ANN] Creating Excel-callable DLLs with GCC - fails! -works with 1999-01-15 DLL ! Brown, Kim
       [not found] ` < 9F481A71957AD111BB2300805FE65D256240FB@mpisex02.mops.wl.com >
@ 1999-03-31 19:45 ` Brown, Kim
  1 sibling, 0 replies; 4+ messages in thread
From: Brown, Kim @ 1999-03-31 19:45 UTC (permalink / raw)
  To: 'Mumit Khan'; +Cc: 'gnu-win32@cygnus.com'

It works.

Did as you requested.  Downloaded 1999-01-15 dll.  Renamed all the copies of
the old cygwin1.dll to cygwin1.dll.old (had 3 on my system).  Replaced them
with the newly downloaded dll.  Removed old cdll.dll from system. Compiled
cdll.dll WITH the "-s" flag using "$ make".  Moved the cdll.dll to
c:\windows\system\.  Ran the excel example (works).  Checked to make sure I
was not recompiling the old MingW dll by mistake.  

Incidentally, I was not sure if the binaries created under Win95 and under
NT are identical, which is why I offered to send copies.  

Thanks, Kim 

> -----Original Message-----
> From: Mumit Khan [ mailto:khan@xraylith.wisc.edu ]
> Sent: Wednesday, March 24, 1999 11:52 AM
> To: Brown, Kim
> Subject: RE: [ANN] Creating Excel-callable DLLs with GCC - fails! 
> 
> 
> On Wed, 24 Mar 1999, Brown, Kim wrote:
> 
> > Tried this.  Could not make it work.  Incidentally, both 
> the C and Fortran
> > dll's work with MingW
> 
> I can think of only one more thing at this point -- the cygwin1.dll
> version. Due to plethora of problems running stock Cygwin b20.1 DLL 
> on 9x, I now use the 1999-01-15 DLL that Cygnus recommends for W9x.
> 
> It's a lot to ask, but could you do the following test -- download 
> the DLL from ftp://sourceware.cygnus.com/pub/cygwin/snapshot-19990115
> and try that instead? You should of course save your current 
> cygwin1.dll
> and replace *all* copies on disk with this new one. In general, it's
> quite a bit more stable for Win9x systems that the stock one.
> 
> If sourceware.cygnus.com is busy, try go.cygnus.com mirror site.
> 
> Thanks again.
> 
> Regards,
> Mumit
> 
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-24  9:42 [ANN] Creating Excel-callable DLLs with GCC - fails! -works with 1999-01-15 DLL ! Brown, Kim
     [not found] ` < 9F481A71957AD111BB2300805FE65D256240FB@mpisex02.mops.wl.com >
1999-03-24 10:04   ` [ANN] Creating Excel-callable DLLs with GCC - fails! -works w ith " Mumit Khan
1999-03-31 19:45     ` Mumit Khan
1999-03-31 19:45 ` [ANN] Creating Excel-callable DLLs with GCC - fails! -works with " Brown, Kim

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).