Page 2 of 2

Re: xHarbour / Borland vs xHarbour Builder

PostPosted: Thu Aug 20, 2009 10:24 am
by dutch
Dear Anserkk,

Yes, that I want to know too.
anserkk wrote:
Add in this.

C:\Program Files\IDM Computer Solutions\UEStudio 06\configs\xHarbour\Application


What about having multiple projects in UEStudio. Each project may contain different libs, compiler parameters etc.. In that scenario should we keep different copies of the file "Application" in the folder C:\Program Files\IDM Computer Solutions\UEStudio 06\configs\xHarbour\

In xMate we can keep as many Environment files and can use the required environment file for the project.

Regards
Anser

Regards,
Dutch

Re: xHarbour / Borland vs xHarbour Builder

PostPosted: Thu Aug 20, 2009 3:34 pm
by TimStone
Doesn't the linker only pull the functions from the library that it needs rather then link in the entire library ? If that is the case, then you could have all the libraries available in the application script and only the proper functions would be linked to the program.