Click to See Complete Forum and Search --> : DLL and LIB


Oscar A
June 9th, 2002, 01:34 PM
One small question from sunny sweden

I have a problem.
I am doing some coding in OpenGL and i include opengl32.lib.

I want to use the lib-file for my 3d-card. I dont have a lib file for it but could i convert mygrafcard.dll to mygrafcard.lib ????

Cowboy

Happy Hacking. Don't forget to eat and sleep

vikramn
June 10th, 2002, 07:40 AM
Yes u can create a .lib file from a .dll file. If i rememebr right there is a utility from borland (implib.exe) which creates a .lib from a .dll file.

You may find some utilities on the web which does this if not from borland.

V