Page 1 of 1

Please check buildx.sh operation when you get a chance

PostPosted: Sun Jul 29, 2007 3:08 am
by xProgrammer
Antonio

> I am writing up a guide for anyone who wants to switch to FiveLinux.

Cool, thanks :-)

> ./../../xharbour/bin/harbour $1.prg ...

Both Harbour and xHarbour compile fine here without supplying .prg

> Also would you please advise how to compile and link multiple source files?

harbour one.prg -n ...
harbour two.prg -n ...
harbour three.prg -n ...

gcc one.c -c ...
gcc two.c -c ...
gcc three.c -c ...

gcc one.o two.o three.o -oone.exe ...

> And I notice that there is no "objects.ch"

Harbour/xHarbour provide the same functionality as "objects.ch". Its built-in Harbour/xHarbour

Perhaps in your new wiki?

PostPosted: Sun Jul 29, 2007 10:13 am
by xProgrammer
Antonio

Maybe I could do a section on FiveLinux for your wiki?

I was also wondering if there was a place here on these forums for discussing programming techniques - don't know if members would be interested but I expect they might. For example I wrote some #commands so that tables could be created in simple easy to read code. Let me know what you think.

It might also help kick off some community coding if several people need pretty much the same thing.

xProgrammer

PostPosted: Sun Jul 29, 2007 2:34 pm
by Antonio Linares
Doug,

> Maybe I could do a section on FiveLinux for your wiki?

Good idea, we have emailed you your login and password for the wiki :-)

> I was also wondering if there was a place here on these forums for discussing programming techniques

You could also use the wiki