Home > Archive > Clipper > October 2005 > Make [x]Harbour Application
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Make [x]Harbour Application
|
|
| julian1984@yahoo.com 2005-10-10, 9:55 pm |
| Hi,
How to compile and link with [x]Harbour ?
In Clipper I use Batch File.
Make.Bat
Clipper @myprog.clp /n /l
Blinker @myprog.lnk output Menu.exe
Myprog.Clp
Main
Prog1
Prog2
...
...
...
Myprog.Lnk
Blinker ...
File myprog
Lib Clipper
...
...
Can I use Superlib 3.5 and. Comix/Clipmore with [x]Harbour ? How ?
Regards,
Julian
| |
| Frank Demont 2005-10-11, 3:55 am |
| xharbour aplication are build with a builder :
xmate
xMate is a freeware project manager and builder, It includes a built-in,
....
xMate supports Clipper, Harbour, xHarbour, C3 and C. It has a very easy
GUI ...
www.geocities.com/wowbase/xMate.html - 25k - 9 okt 2005 - In cache -
Gelijkwaardige pagina's
xbuilder (comercial)
www.xharbour.com
hbmake
Is in the xharbour package
> Can I use Superlib 3.5 and. Comix/Clipmore with [x]Harbour ? How ?
You can try to rebuild superlib , but asm- , or c- modules can give problems
Comix/Clipmore : i believe that the build in driver (cdx) is very powerfull
and has same functionallity
Frank
>
<julian1984@yahoo.com> schreef in bericht
news:1128991494.756162.101410@g47g2000cwa.googlegroups.com...
> Hi,
>
> How to compile and link with [x]Harbour ?
>
> In Clipper I use Batch File.
>
> Make.Bat
> Clipper @myprog.clp /n /l
> Blinker @myprog.lnk output Menu.exe
>
> Myprog.Clp
> Main
> Prog1
> Prog2
> ..
> ..
> ..
>
> Myprog.Lnk
> Blinker ...
> File myprog
> Lib Clipper
> ..
> ..
>
> Can I use Superlib 3.5 and. Comix/Clipmore with [x]Harbour ? How ?
>
> Regards,
>
>
> Julian
>
| |
| Patrick Mast, xHarbour.com Inc. 2005-10-11, 7:55 am |
| Hello,
> How to compile and link with [x]Harbour ?
Xharbour Builder comes with it's own make/project utility namely "xBuild".
You just drag and drop your source files into xBuild and press "Start
Build". More info on xBuild is here: http://www.xHarbour.com/xBuild
> Can I use Superlib 3.5
You can not use libraries that are compiled with Clipper. You will need the
source code and recompile it with xHarbour to be able to use it.
Now, xHarbour has MANY native functions not available in Clipper. What
functions from SuperLib do you use? Maybe we have equivalent in xHarbour.
> and. Comix/Clipmore with [x]Harbour ? How ?
All Comix/Clipmore functionality is available in xHarbour Builder
Professional. See http://www.xHarbour.com/Products for more info on the
different xHarbour Builder editions.
If you want to try out xHarbour Builder, please go to
http://www.xHarbour.com/DEMO. Or better, wait a few days as we will have a
new October release available with a first preview version of Visual
xHarbour, our xHarbour IDE. More info on Visual xHarbour can be found here:
http://www.xHarbour.com/Visual
Please don't hesitate to contact me if you have more questions or visit
xHarbour's news group at news://news.xHarbour.com
--
Best regards,
Patrick Mast
xHarbour.com Inc.
http://www.xHarbour.com
| |
| Ross McKenzie 2005-10-11, 7:55 am |
| On 10 Oct 2005 17:44:54 -0700, julian1984@yahoo.com wrote:
>Hi,
>
>How to compile and link with [x]Harbour ?
>
>
>Can I use Superlib 3.5 and. Comix/Clipmore with [x]Harbour ? How ?
>
>Regards,
>
>
>Julian
>
Hello Julian,
In addition to the comments from Frank and Patrick....there is a open
source, non-commercial version of xharbour available at
www.xHarbour.org
Regards,
Ross McKenzie
ValuSoft
Melbourne Australia
valusoft AT optusnet DOT com DOT au
| |
| julian1984@yahoo.com 2005-10-11, 9:55 pm |
| Thanks.
Where I can download Apollo/SIX or ADS for free ?
How about gui ?
Regards,
Julian
| |
| julian1984@yahoo.com 2005-10-11, 9:55 pm |
| I use menu function and fileread from SuperLib.
Is xHarbour support gui ?
Regards,
Julian
| |
| julian1984@yahoo.com 2005-10-12, 3:55 am |
| Where I can find "Programming Guide for xHarbour Builder" ?
Regards,
Julian
| |
| Patrick Mast, xHarbour.com Inc. 2005-10-12, 7:55 am |
| Hello Julian,
> Where I can download Apollo/SIX or ADS for free ?
ApolloRDD is part of xHarbour Builder, xHarbour.com's commercial
distribution of xHarbour. See http://www.xHarbour.com/Products and
http://www.xHarbour.com/ApolloRDD
> How about gui ?
xHarbour Builder has it's own Windows GUI classes. xHarbour Builder also has
a full Visual IDE available. See http://www.xHarbour.com/Visual for more
info.
We will have a first Public Preview available of Visual xHarbour later today
or tomorrow.
--
Best regards,
Patrick Mast
xHarbour.com Inc.
http://www.xHarbour.com
| |
| Patrick Mast, xHarbour.com Inc. 2005-10-12, 7:55 am |
| Hello Julian,
> I use menu function and fileread from SuperLib.
xHarbour has native Menu and FileRead functions.
> Is xHarbour support gui ?
Yes.
--
Best regards,
Patrick Mast
xHarbour.com Inc.
http://www.xHarbour.com
| |
| Patrick Mast, xHarbour.com Inc. 2005-10-12, 7:55 am |
| Hello Julian,
> Where I can find "Programming Guide for xHarbour Builder" ?
This book is not available yet.
--
Best regards,
Patrick Mast
xHarbour.com Inc.
http://www.xHarbour.com
| |
| julian1984@yahoo.com 2005-10-12, 9:55 pm |
| How about Printer issue like report generator ?
Can I printer via Windows Printer like Pagescript ?
Regards,
Julian
| |
| Patrick Mast, xHarbour.com Inc. 2005-10-13, 6:55 pm |
| Hello,
> How about Printer issue like report generator ?
> Can I printer via Windows Printer like Pagescript ?
You can print to any printer that is available in Windows.
Why not try the demo? ;-)
http://www.xHarbour.com/DEMO
--
Best regards,
Patrick Mast
xHarbour.com Inc.
http://www.xHarbour.com
|
|
|
|
|