Alaska Software Inc. - How to create a .LIB file?
Username: Password:
AuthorTopic: How to create a .LIB file?
Data Devices How to create a .LIB file?
on Thu, 25 Nov 2004 10:57:28 +0530
We need to create a LIB file of our PRGs. Can some one help us to do
it. We use xBase 1.82

Thanks and regards,
Kiron
Phil Ide
Re: How to create a .LIB file?
on Thu, 25 Nov 2004 13:26:02 +0000
Data,

> We need to create a LIB file of our PRGs. Can some one help us to do
> it. We use xBase 1.82

Is this an import library for DLL or a Clipper style LIB that contains
.obj's to be linked directly to your executable?

To do the former, create a DLL using /dll:dynamic and the import library
will be craeted automatically for you.

To do the latter, you need a library utiity such as LIB.EXE that comes with
VC++ (you can't use the Borland lib util, it doesn't recognise Xbase++
.obj's or create .lib files compatbile with ALINK).

Regards,

Phil Ide

***************************************
* Xbase++ FAQ, Libraries and Sources: *
* goto: http://www.idep.org.uk/xbase  *
***************************************

R:Base 3.1: debased R:Base.