Re: linking with non-cygwin dll

2003-07-30 Thread vikramshrowty
tdio buffers remain > unflushed. > > Does the above explain things adequately? > Igor > > > On Wed, 30 Jul 2003, Martin Gainty wrote: > > > > > I would go so far as to suggest taking MSVCRT.dll off the path altogether > > > After all why

Re: linking with non-cygwin dll

2003-07-30 Thread Igor Pechtchanski
- Original Message - > > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Wednesday, July 30, 2003 6:03 PM > > Subject: Re: linking with non-cygwin dll > > > &

Re: linking with non-cygwin dll

2003-07-30 Thread vikramshrowty
ve 2 runtimes? > -Martin > - Original Message - > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, July 30, 2003 6:03 PM > Subject: Re: linking with non-cygwin dll > >

Re: linking with non-cygwin dll

2003-07-30 Thread Martin Gainty
6:03 PM Subject: Re: linking with non-cygwin dll > On Wed, 30 Jul 2003 [EMAIL PROTECTED] wrote: > > > Hi, > > I had posted a query earlier about a cygwin program linking > > with a non-cygwin dll. Based on the very helpful responses and some googling > > arou

Re: linking with non-cygwin dll

2003-07-30 Thread Igor Pechtchanski
On Wed, 30 Jul 2003 [EMAIL PROTECTED] wrote: > Hi, > I had posted a query earlier about a cygwin program linking > with a non-cygwin dll. Based on the very helpful responses and some googling > around, I learnt that this is possible. But... > > heres a main.c that links with cygwin1.dll >

linking with non-cygwin dll

2003-07-30 Thread vikramshrowty
Hi, I had posted a query earlier about a cygwin program linking with a non-cygwin dll. Based on the very helpful responses and some googling around, I learnt that this is possible. But... heres a main.c that links with cygwin1.dll int main(void) { printf("CYGWIN\n"); test_dll(); ret

Re: linking with non-cygwin dll

2003-07-24 Thread Ronald Landheer-Cieslak
On Thu, Jul 24, 2003 at 12:53:35PM +0100, Elfyn McBratney wrote: >> so apparently the printf in the DLL doesn't work - I don't know why, though. >> Perhaps someone else can figure that one out.. > It's because there's two printf symbols (the MSVCRT one and the Cygwin one). That's kinda what I thoug

Re: linking with non-cygwin dll

2003-07-24 Thread Elfyn McBratney
On Thu, 24 Jul 2003, Ronald Landheer-Cieslak wrote: > I've just tried the direct linking thing. My STC doesn't quite work as it > should, but at least it doesn't actually die either.. > > The STC is available here: > 6696e19e993e83606e205b5cbc2104fd *crosslink.tgz > http://blytkerchan.chez.tisca

Re: linking with non-cygwin dll

2003-07-24 Thread Ronald Landheer-Cieslak
I've just tried the direct linking thing. My STC doesn't quite work as it should, but at least it doesn't actually die either.. The STC is available here: 6696e19e993e83606e205b5cbc2104fd *crosslink.tgz http://blytkerchan.chez.tiscali.fr/crosslink.tgz it contains a makefile and two sources - com

Re: linking with non-cygwin dll

2003-07-24 Thread Ronald Landheer-Cieslak
On Wed, Jul 23, 2003 at 09:20:02PM -0700, [EMAIL PROTECTED] wrote: > I maintain a unix program that links with a third party > library that I dont have the source to. I now have to port my program > to windows and was considering the cygwin route. The third party > library is available for wi

linking with non-cygwin dll

2003-07-23 Thread vikram
Hullo ppl, I maintain a unix program that links with a third party library that I dont have the source to. I now have to port my program to windows and was considering the cygwin route. The third party library is available for windows, but I learn from googling around that msvcrt.dll and t