Jump to page: 1 2
Thread overview
Where is COFFIMPLIB
Apr 17, 2015
Darrell Gallion
Apr 17, 2015
Adam D. Ruppe
Apr 17, 2015
rumbu
Apr 17, 2015
ketmar
Apr 17, 2015
rumbu
Apr 17, 2015
ketmar
Apr 18, 2015
Darrell Gallion
Apr 19, 2015
Adam D. Ruppe
Apr 17, 2015
Jacob Carlborg
Apr 18, 2015
Darrell Gallion
Apr 19, 2015
Jacob Carlborg
Apr 18, 2015
Darrell Gallion
Apr 18, 2015
Darrell Gallion
April 17, 2015
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
April 17, 2015
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...
April 17, 2015
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://digitalmars.com/coffimplib.zip

If you compile as 64bit or with the -m32mscoff flag the compiler will output object files in the COFF format.

-- 
/Jacob Carlborg
April 17, 2015
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 realized this is a pain, it is just the way it is...

Are you sure that coffimplib is a paid utility? Because I have a direct download link from digitalmars.com and I wonder now if it's not wrong to post it here...
April 17, 2015
On Fri, 17 Apr 2015 19:48:05 +0000, 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
>> appear)
>> http://digitalmars.com/shop.html
>>
>>
>> and yeah i realized this is a pain, it is just the way it is...
> 
> Are you sure that coffimplib is a paid utility? Because I have a direct download link from digitalmars.com and I wonder now if it's not wrong to post it here...

http://forum.dlang.org/thread/dpaolp$1oek$1@digitaldaemon.com


April 17, 2015
On Friday, 17 April 2015 at 19:50:13 UTC, ketmar wrote:
> On Fri, 17 Apr 2015 19:48:05 +0000, 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
>>> appear)
>>> http://digitalmars.com/shop.html
>>>
>>>
>>> and yeah i realized this is a pain, it is just the way it is...
>> 
>> Are you sure that coffimplib is a paid utility? Because I have a direct
>> download link from digitalmars.com and I wonder now if it's not wrong to
>> post it here...
>
> http://forum.dlang.org/thread/dpaolp$1oek$1@digitaldaemon.com

This is password protected, I have a non password protected link.
April 17, 2015
On Fri, 17 Apr 2015 20:05:42 +0000, rumbu wrote:

> On Friday, 17 April 2015 at 19:50:13 UTC, ketmar wrote:
>> On Fri, 17 Apr 2015 19:48:05 +0000, 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
>>>> appear)
>>>> http://digitalmars.com/shop.html
>>>>
>>>>
>>>> and yeah i realized this is a pain, it is just the way it is...
>>> 
>>> Are you sure that coffimplib is a paid utility? Because I have a direct download link from digitalmars.com and I wonder now if it's not wrong to post it here...
>>
>> http://forum.dlang.org/thread/dpaolp$1oek$1@digitaldaemon.com
> 
> This is password protected, I have a non password protected link.

nothing is protected there, as digitalmars ftp is perfectly accessible by http.

April 18, 2015
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 password.
> ftp://digitalmars.com/coffimplib.zip
>
> Thanks
> -=Darrell

Paid the $15 and coffimplib wasn't included.
April 18, 2015
http://ftp.digitalmars.com/coffimplib.zip

April 18, 2015
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?
« First   ‹ Prev
1 2