Re: Where is COFFIMPLIB

2015-04-19 Thread Jacob Carlborg via Digitalmars-d-learn
On 2015-04-18 20:20, Darrell Gallion wrote: Thought there were other complications on Windows for 64bit? I don't know, I never used it. -- /Jacob Carlborg

Re: Where is COFFIMPLIB

2015-04-18 Thread Adam D. Ruppe via Digitalmars-d-learn
On Saturday, 18 April 2015 at 23:01:28 UTC, Darrell Gallion wrote: Why would anyone buy this? It was pretty cool back in the 90's. coffimplib wasn't there Weird, it is supposed to be.

Re: Where is COFFIMPLIB

2015-04-18 Thread Darrell Gallion via Digitalmars-d-learn
On Friday, 17 April 2015 at 14:39:52 UTC, Adam D. Ruppe wrote: coffimplib is a paid utility out of the $15 extended utility package http://digitalmars.com/eup.html buy from here (be sure javascript is enabled or the form won't even appear) http://digitalmars.com/shop.html and yeah i realiz

Re: Where is COFFIMPLIB

2015-04-18 Thread Darrell Gallion via Digitalmars-d-learn
On Friday, 17 April 2015 at 19:38:08 UTC, Jacob Carlborg wrote: If you compile as 64bit or with the -m32mscoff flag the compiler will output object files in the COFF format. Thought there were other complications on Windows for 64bit?

Re: Where is COFFIMPLIB

2015-04-18 Thread Darrell Gallion via Digitalmars-d-learn
http://ftp.digitalmars.com/coffimplib.zip

Re: Where is COFFIMPLIB

2015-04-18 Thread Darrell Gallion via Digitalmars-d-learn
On Friday, 17 April 2015 at 14:20:10 UTC, Darrell Gallion wrote: Attempting to link to snappy.lib on windows. Getting the infamous Error 43: Not a Valid Library File The conversion from COFF Format to OMF Format seems like the issue. The fix isn't so clear. There's an ftp site that needs a pa

Re: Where is COFFIMPLIB

2015-04-17 Thread ketmar via Digitalmars-d-learn
On Fri, 17 Apr 2015 20:05:42 +, rumbu wrote: > On Friday, 17 April 2015 at 19:50:13 UTC, ketmar wrote: >> On Fri, 17 Apr 2015 19:48:05 +, rumbu wrote: >> >>> On Friday, 17 April 2015 at 14:39:52 UTC, Adam D. Ruppe wrote: coffimplib is a paid utility out of the $15 extended utility pac

Re: Where is COFFIMPLIB

2015-04-17 Thread rumbu via Digitalmars-d-learn
On Friday, 17 April 2015 at 19:50:13 UTC, ketmar wrote: On Fri, 17 Apr 2015 19:48:05 +, rumbu wrote: On Friday, 17 April 2015 at 14:39:52 UTC, Adam D. Ruppe wrote: coffimplib is a paid utility out of the $15 extended utility package http://digitalmars.com/eup.html buy from here (be sure

Re: Where is COFFIMPLIB

2015-04-17 Thread ketmar via Digitalmars-d-learn
On Fri, 17 Apr 2015 19:48:05 +, rumbu wrote: > On Friday, 17 April 2015 at 14:39:52 UTC, Adam D. Ruppe wrote: >> coffimplib is a paid utility out of the $15 extended utility package >> >> http://digitalmars.com/eup.html >> >> buy from here (be sure javascript is enabled or the form won't even

Re: Where is COFFIMPLIB

2015-04-17 Thread rumbu via Digitalmars-d-learn
On Friday, 17 April 2015 at 14:39:52 UTC, Adam D. Ruppe wrote: coffimplib is a paid utility out of the $15 extended utility package http://digitalmars.com/eup.html buy from here (be sure javascript is enabled or the form won't even appear) http://digitalmars.com/shop.html and yeah i realiz

Re: Where is COFFIMPLIB

2015-04-17 Thread Jacob Carlborg via Digitalmars-d-learn
On 2015-04-17 16:20, Darrell Gallion wrote: Attempting to link to snappy.lib on windows. Getting the infamous Error 43: Not a Valid Library File The conversion from COFF Format to OMF Format seems like the issue. The fix isn't so clear. There's an ftp site that needs a password. ftp://digitalma

Re: Where is COFFIMPLIB

2015-04-17 Thread Adam D. Ruppe via Digitalmars-d-learn
coffimplib is a paid utility out of the $15 extended utility package http://digitalmars.com/eup.html buy from here (be sure javascript is enabled or the form won't even appear) http://digitalmars.com/shop.html and yeah i realized this is a pain, it is just the way it is...

Where is COFFIMPLIB

2015-04-17 Thread Darrell Gallion via Digitalmars-d-learn
Attempting to link to snappy.lib on windows. Getting the infamous Error 43: Not a Valid Library File The conversion from COFF Format to OMF Format seems like the issue. The fix isn't so clear. There's an ftp site that needs a password. ftp://digitalmars.com/coffimplib.zip Thanks -=Darrell