Thread overview | |||||
---|---|---|---|---|---|
|
March 06, 2003 dmd library question | ||||
---|---|---|---|---|
| ||||
Walter, I'm trying to compile a test program using Pavel's GL and SDL libraries, everything looks OK, except for a glu32.lib file, which the linker informs me is not actually a valid library file. I figure maybe it is in COFF format, so I tried using Borland's coff2omf utility to convert it, but no dice. Does Borland's OMF format differ from dmd's? If not, does anybody have any ideas? I tried converting the library to the older coff format first as suggested by http://cmeerw.org/prog/dm/ms_sdk.html, but that didn't help either. It may just be that the file is corrupt as well. Thanks for any help you can give me, -Jon |
March 06, 2003 Re: dmd library question | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan Andrew | On a related note, I see now that Burton might have ran into the same problem when working on dig, so maybe I will just take advantage of all his hard work (which I am grateful for) and use diggl instead of the glu libs =). -Jon In article <b46ora$2rb8$1@digitaldaemon.com>, Jonathan Andrew says... > >Walter, >I'm trying to compile a test program using Pavel's GL and SDL libraries, >everything looks OK, except for a glu32.lib file, which the linker informs me is >not actually a valid library file. I figure maybe it is in COFF format, so I >tried using Borland's coff2omf utility to convert it, but no dice. Does >Borland's OMF format differ from dmd's? If not, does anybody have any ideas? I >tried converting the library to the older coff format first as suggested by >http://cmeerw.org/prog/dm/ms_sdk.html, but that didn't help either. It may just >be that the file is corrupt as well. > >Thanks for any help you can give me, >-Jon > > |
March 06, 2003 Re: dmd library question | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jonathan Andrew | "Jonathan Andrew" <Jonathan_member@pathlink.com> wrote in message news:b46ora$2rb8$1@digitaldaemon.com... > Walter, > I'm trying to compile a test program using Pavel's GL and SDL libraries, > everything looks OK, except for a glu32.lib file, which the linker informs me is > not actually a valid library file. I figure maybe it is in COFF format, so I > tried using Borland's coff2omf utility to convert it, but no dice. Does Borland's OMF format differ from dmd's? If not, does anybody have any ideas? I > tried converting the library to the older coff format first as suggested by > http://cmeerw.org/prog/dm/ms_sdk.html, but that didn't help either. It may just > be that the file is corrupt as well. > > Thanks for any help you can give me, > -Jon Try using the Digital Mars coff2omf on it. |
Copyright © 1999-2021 by the D Language Foundation