Re: linking with static .lib

2004-02-11 Thread Larry Hall
At 09:27 PM 2/11/2004, Vikram Shrowty you wrote: >Hi, > I have a windows static .lib that I want to use in a cygwin program. > Now, since >the .lib requires the microsoft c-runtime, I cant directly link it into >my cygwin program. So I thought I'd make a dll out of it that is linked >with the

linking with static .lib

2004-02-11 Thread Vikram Shrowty
Hi, I have a windows static .lib that I want to use in a cygwin program. Now, since the .lib requires the microsoft c-runtime, I cant directly link it into my cygwin program. So I thought I'd make a dll out of it that is linked with the microsoft c-runtime and then link with the import lib o