DxErr.lib

Jascha Wetzel firstname at mainia.de
Tue Nov 6 04:42:38 PST 2007


Sascha Katzner wrote:
> Anyone has an idea how to convert DxErr.lib (from the DirectX SDK) from 
> COFF to OMF? It is not an import library, so coffimplib.exe only says:
> 
>> d:\D>coffimplib.exe DxErr.lib -f
>> Error: not an import library

you could use implib to create the lib file directly from the dll.

> It seems it implements at least:
>> DXGetErrorString DXGetErrorDescription DXTrace

but since it seems to define functions, you can try coff2omf instead.



More information about the Digitalmars-d mailing list