I am curious why the Borland compiler is considered the better option. Have you found actual program performance differences ? If so, what are they ?
I have used xHarbour Builder because of 1) Microsoft compatibility, and 2) It helps to support the continuing development efforts.
Antonio Linares wrote:My vote: gcc seems the best way to go
Antonio Linares wrote:We have not included those LIBs in FWH setup (we will do it from next version on). If you want them, please send me an email, thanks
Antonio Linares wrote:gcc (GNU C compiler):
Pros: Available for ALL operating systems: Windows, 64, Windows Mobile, Linux and OSX. Free. Learn it once and use it everywhere.
#include <stdio.h>
int main( char * argv, int argc )
{
printf( "Hello world!\n" );
return 0;
}
gcc test.c -otest
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 52 guests