Thread overview |
---|
January 22, 2004 OpenGL Lib Files. | ||||
---|---|---|---|---|
| ||||
When ever I try to compile a program which uses the GLUT libraries in DMC, I get the following error message: "C:\dm\bin\...\lib\glut32.lib : Not a Valid Library File" Does anyone know a way to fix this problem? -js |
January 23, 2004 Re: OpenGL Lib Files. | ||||
---|---|---|---|---|
| ||||
Posted in reply to jstrom | "jstrom" <jstrom_member@pathlink.com> wrote in message news:buni3v$4ah$1@digitaldaemon.com... > When ever I try to compile a program which uses the GLUT libraries in DMC, I get > the following error message: > > "C:\dm\bin\...\lib\glut32.lib : Not a Valid Library File" > > Does anyone know a way to fix this problem? It's probably in COFF format. Optlink needs libraries to be in OMF format. You could try COFF2OMF on it. |
January 28, 2004 Re: OpenGL Lib Files. | ||||
---|---|---|---|---|
| ||||
Posted in reply to jstrom | I solved this problem by using Borland C++'s impdef and implib to generate my own glut32.lib. "jstrom" <jstrom_member@pathlink.com> дÈëÓʼþ news:buni3v$4ah$1@digitaldaemon.com... > When ever I try to compile a program which uses the GLUT libraries in DMC, I get > the following error message: > > "C:\dm\bin\...\lib\glut32.lib : Not a Valid Library File" > > Does anyone know a way to fix this problem? > > -js > > |
Copyright © 1999-2021 by the D Language Foundation