Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BCC32: How to include a library

Status
Not open for further replies.

cadbilbao

Programmer
Apr 9, 2001
233
ES
Hello.

I'm new to Borland C++ BCC32, and I would like how to add a library to my project, by using MAKEFILE, or in the command line.

Regards.
 
I'm trying with (inside my makefile):

libDirs = -L$(BCCROOT)\lib;$(BCCROOT)\lib\psdk;d:\foo

Where d:\foo is the directory with my library.

But I'm getting errors like:

! Error: Unresolved external

What am I doing wrong?

Thank you.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top