how add library to project

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
dragancesu
Posts: 930
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

how add library to project

Post by dragancesu »

Working with Clipper when I have often use function create a library of them and do not worry about taking care of Versions and similar

I watched how add library in HMG project but not found, in an earlier version of the IDE is an option in the Preferences, but now it does not

How to add a library project, I mean when I use the IDE
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: how add library to project

Post by esgici »

dragancesu wrote:Working with Clipper when I have often use function create a library of them and do not worry about taking care of Versions and similar

I watched how add library in HMG project but not found, in an earlier version of the IDE is an option in the Preferences, but now it does not

How to add a library project, I mean when I use the IDE
Adding lib files to project
Adding lib files to project
libsInHbp.JPG (15.37 KiB) Viewed 2091 times
Notes :
  • In Harbour ( MinGW ) and HMG, extension of library files is "a", not "lib"
    Look at <hmg>\LIB and <hmg>HARBOUR\lib\win\mingw folders for library files
    Note that all libray files has "lib" prefix
    In project (.hbp) files don't use "lib" prefix and ".a" extension

Happy HMG'ing :D
Viva INTERNATIONAL HMG :D
Post Reply