Re: Linking VC++ apps to cygwin-based DLLs

2004-01-23 Thread Larry Hall
At 01:22 AM 1/23/2004, Brian Dessent you wrote: >Tomer Zekharya wrote: > >> I want to port a certain group of libraries from UNIX to windows. I managed to >> compile and link it using cygwin, but the Windows applications that needs these >> libs are MFC based, so I can't compile them in cygwin (a

Re: Linking VC++ apps to cygwin-based DLLs

2004-01-22 Thread Brian Dessent
Tomer Zekharya wrote: > I want to port a certain group of libraries from UNIX to windows. I managed to > compile and link it using cygwin, but the Windows applications that needs these libs > are MFC based, so I can't compile them in cygwin (at least that's what I understood > from searching th

Re: Linking VC++ apps to cygwin-based DLLs

2004-01-22 Thread Edward S. Peschko
On Fri, Jan 23, 2004 at 12:24:19AM +0200, Tomer Zekharya wrote: > Hi > > First I want to state that I'm using Cygwin (and VC++) for less than a week. > > I want to port a certain group of libraries from UNIX to windows. I managed to > compile and link it using cygwin, but the Windows applicatio

Linking VC++ apps to cygwin-based DLLs

2004-01-22 Thread Tomer Zekharya
Hi First I want to state that I'm using Cygwin (and VC++) for less than a week. I want to port a certain group of libraries from UNIX to windows. I managed to compile and link it using cygwin, but the Windows applications that needs these libs are MFC based, so I can't compile them in cygwin (