August 05, 2002 coff2omf problem: d3d8.lib | ||||
---|---|---|---|---|
| ||||
Hi, I'm playing around with Sean's DirectX stuff and I have a linker problem. After converting the d3d8.lib with coff2omf I get a 1024 byte file that mostly has only 0s in it... no symbols. And of course the linking step fails... any idea what the problem could be? -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de |
August 05, 2002 Re: coff2omf problem: d3d8.lib | ||||
---|---|---|---|---|
| ||||
Posted in reply to Robert M. Münch | Use VC's 'lib /convert d3d8.lib' first to convert COFF to old COFF format. Then use coff2omf to get OMF format. Nic Tiger. "Robert M. Münch" <robert.muench@robertmuench.de> wrote in message news:ailoou$g3p$1@digitaldaemon.com... > Hi, I'm playing around with Sean's DirectX stuff and I have a linker problem. After converting the d3d8.lib with coff2omf I get a 1024 byte file > that mostly has only 0s in it... no symbols. And of course the linking step > fails... any idea what the problem could be? > > -- > Robert M. Münch > IT & Management Freelancer > Mobile: +49 (0)177 2452 802 > Fax : +49 (0)721 8408 9112 > Web : http://www.robertmuench.de > > > |
Copyright © 1999-2021 by the D Language Foundation