Page 1 of 1

Question on using harbour-3.0.0-win

Posted: Wed Jan 17, 2018 10:35 pm
by bluebird
I was interested in some of the SB_ routines shown on Viva Clipper and was directed to download
something called superlib . Furthermore I was told that I have to download HMG itself ie. harbour-3.0.0-win

My question is his: If I install harbour-3.0.0-win will that be a directory apart from my present HMG3.4.4.
I would like to know if it will interfere with my present installation.

Thanks

Re: Question on using harbour-3.0.0-win

Posted: Thu Jan 18, 2018 1:35 am
by andyglezl
Al compilar con la versión HMG3.4.4 te aparece lo siguiente:
------------------------------------------------------------------------------
When compiling with the HMG 3.4.4 version you get the following:


MyBuild.bat
Process started >>>
D:\AGL\Desarrollos\CFDI SAT>ECHO OFF
Harbour 3.2.0dev (r1703241902)
Copyright (c) 1999-2016, http://harbour-project.org/


Asumo que por ser una versión de Harbour mas reciente, deberá traer dichas funciones,
solo faltaría que tu pruebes...
------------------------------------------------------------------------------------------------
I assume that being a newer Harbour version, he must bring those functions...
You just need to try...

Re: Question on using harbour-3.0.0-win

Posted: Thu Jan 18, 2018 10:02 am
by Anand
Hi bluebird,

downloading harbour 3.0 will install in separate folder.
HMG installation already has harbour folder inside it.
Both are separate and you can use which ever you like.

Further superlib is console mode library, i.e. it emulates Clipper environment of DOS.
I have installation of them without any problem.

Regards,

Anand

Re: Question on using harbour-3.0.0-win

Posted: Fri Jan 19, 2018 4:42 am
by bluebird
I have downloaded superlib now.

Can someone kindly show me how to make HMG see the library and how to implement it?

If I learn one, then I can confidently include another later if necessary.

hanks

Re: Question on using harbour-3.0.0-win

Posted: Fri Jan 19, 2018 6:14 am
by mol
you should add line to configuration tab in Project Browser of IDE:
libs= ...name of your library ...

Re: Question on using harbour-3.0.0-win

Posted: Fri Jan 19, 2018 6:44 am
by trmpluym