Mail Archives: djgpp/1999/10/07/09:43:37
On Thu, 7 Oct 1999, dodger wrote:
> I've recently created a simple parse class (C++) that I want to
> distribute as a library (mainly so that I can learn how to create
> libraries and distribute them). After talking to a few friends, I've
> determined that what I want to do is compile my code to a .lib file
> and then distribute it along with the .h header file. But since none
> of them know DJGPP, they can't tell me exactly how to do that.
The way to create object file libraries is described in section 8.22
of the DJGPP FAQ list.
- Raw text -