View Full Version : Borland
Jellomancer
09-06-2000, 07:23 AM
I am VERY new to OpenGL programming but I use Borland. I want to use GL with Builder but I can't find this utility that supposedly converts MSVC++ .libs to Borland libs. Where is it? I don't want to buy a new compiler just to play around with GL!! Any help would be appreciated. Maybe someone has a Borland compiled .lib?
chmod
09-06-2000, 08:16 AM
the utilities to use are implib.exe and tlib.exe, they are both located in the bin/ directory of borland installation.
use implib to convert a dll file to a .lib file
(this is not necesary) ->
use tlib to list all the exported functions in the .lib file.
place the .lib file in the lib/ dir.
this should work.
[This message has been edited by chmod (edited 09-06-2000).]
Jellomancer
09-06-2000, 08:20 AM
Thanks. Don't you post on the HardOCP boards?
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.