xHarbour / Borland vs xHarbour Builder

User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: xHarbour / Borland vs xHarbour Builder

Post 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
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: xHarbour / Borland vs xHarbour Builder

Post 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.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Post Reply