Page 1 of 1

Newbie Here, How to compile xharbour hello.prg

Posted: Thu Dec 04, 2008 1:17 am
by xHMaster
Newbie Here, How to compile xharbour tests\hello.prg

:D

Posted: Thu Dec 04, 2008 3:06 am
by fraxzi
Please use the supplied hbmake.exe

>hbmake hello.bc -e

you can start from there.... Enjoy


Regards

Posted: Thu Dec 04, 2008 4:34 am
by anserkk
Hi xHMaster,

Welcome !!

You can use Buildx.Bat or BuildH.Bat available in the folder \Fwh\samples

To compile Hello.Prg using xHarbour with Borland C, try

Code: Select all

BuildX Hello

To compile Hello.Prg using Harbour with Borland C, try

Code: Select all

BuildH Hello
Regards

Anser

Posted: Fri Dec 05, 2008 12:23 am
by xHMaster
Thank you