Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
Harbour licenze is GPL with an exception supporting commercial applications, so you can distribuite commercail application made with harbour
It is designed to use and compile Clipper source code, with Classy OOP extession
Unlike Java which is intended to be write once, run anywhere, harbour aim to be '''write once, compile anywhere'''. As the same compiler is available for all of the above operating systems, there is no need for recoding to produce identical products for different platforms, except when operating-system-dependent features are used. Cross-compiling is supported with MiniGW32.
Under Microsoft Windows harbour is more stable
Under Linux, Clipper source code can be compiled with harbour with a little adaptation.
Clipper source code can be adapted to compile under Window Mobile
Line 24 ⟶ 25:
Harbour want made a clear separation and keeping the code clean is important
Finally harbour have made most of important modifi decision to rewrite gt and multithread for cover all foundation need
Harbour offering multiple GT (Graphic Terminals), including console drivers, and Hybrid Console/GUIs, such as GTWvt, and GTWvg.
|