DxErr.lib

Leo Walkling leopold_walkling at web.de
Tue Nov 6 13:45:48 PST 2007


> Jascha Wetzel wrote:
> 
>> you could use implib to create the lib file directly from the dll.
>> 
> There is no DxErr.dll, the code for the mentioned 3 functions is only
> in the lib file.
> 
>> but since it seems to define functions, you can try coff2omf instead.
>> 
> Just tried that and it didn't work. The resulting lib is much smaller
> (4.4mb vs. 2.1mb) and if I try to link it, OPTLINK terminates with an
> "Unexpected OPTLINK Termination at EIP=0044C37B". :(
> 

Using coff2omf, you first have to convert it to the old COFF, Microsoft's 
made its own, so try as described in http://www.digitalmars.com/ctg/coff2omf.html 
using the Visual Studio 6 linker, AFAIK it only works with v6





More information about the Digitalmars-d mailing list