Page 1 of 1

how add library to project

Posted: Wed Oct 30, 2013 10:25 am
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

Re: how add library to project

Posted: Wed Oct 30, 2013 10:38 am
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 2095 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