FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour release of bcc
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
release of bcc
Posted: Sun Oct 29, 2017 02:35 PM
today I saw there is a strange compiler when I made an error on my application

Code (fw): Select all Collapse
Application
===========
   Path and name: C:\Work\Prg\family2\Main.Exe (32 bits)
   Size: 7,793,664 bytes
   Compiler version: Harbour 3.2.0dev (r1406271520)
   FiveWin  version: FWH 17.09
   C compiler version: Borland C++ 5.8.2 (32-bit)
   Windows version: 6.1, Build 7600 

   Time from start: 0 hours 0 mins 10 secs 
   Error occurred at: 28-10-2017, 20:15:19
   Error description: Error BASE/1003  Variabile inesistente: ORBAR



I have the last fwh and I compile with bcc7 on widows seven 64 bit
why I read C compiler version: Borland C++ 5.8.2 (32-bit) ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: release of bcc
Posted: Sun Oct 29, 2017 03:39 PM

There is nothing strange in BCC 5.8.2.

EMG

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: release of bcc
Posted: Sun Oct 29, 2017 08:09 PM

Silvo

If you are using Bcc7 ... you need to get the matching compiled (x)Harbour binaries.. you can go to Mel's site or xHarbour.org.

Rick Lipkin

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 10:31 AM
Enrico Maria Giordano wrote:There is nothing strange in BCC 5.8.2.

EMG


If I 'm using bcc 7 give me from antonio why it wrote BCC 5.8.2. ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 01:55 PM
I found and tested with BCC63 a new release.
There was no problem.
Is it possible to keep the change using the new release ?

for BCC7.. ( new )
xHarbour 1.2.3 Intl. (SimpLex) ( Build 20170902 )
Copyright 1999-2017, http://www.xharbour.org http://www.harbour-project.org/

before I used xHarbour for BCC582
xHarbour 1.2.3 Intl. (SimpLex) ( Build 20161218 )
Copyright 1999-2016, http://www.xharbour.org http://www.harbour-project.org/

regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 04:15 PM

wich is the function return me the version od borland c , harbour and fwh ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 04:52 PM
Silvio,

DEFINE WINDOW oWnd FROM 0, 0 TO 700, 900 PIXEL ;
TITLE FWVERSION + " Harbour : " + hb_compiler()

regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 04:53 PM
Silvo

Code (fw): Select all Collapse
cCompiler := hb_compiler()    // returns the borland compiler used to compile xHarbour
cFwVer     := FWVERSION        // returns FWH Version


As I mentioned ... If you are using Borland Bcc73 you need the matching xHarbour Binaries ....

Rick Lipkin

From xHarbour.Org


From Mel's Site Whosaway.com // have to contact Mel for him to allow your IP address to download
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 05:31 PM

I'm using harbour now

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 05:34 PM


???????????????????????

harbour is made with bcc 5.8.2 ?????

BUT i LINK WITH BCC7 GIVE ME FROM Antonio...it's very strange

Where I can download harbour made with bcc 7 ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 06:19 PM

Silvio,
You can download from

http://www.xharbour.org/index.asp?page= ... naries_win

regards
Uwe :D

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: release of bcc
Posted: Mon Oct 30, 2017 07:02 PM

HARBOUR no xhabour

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: release of bcc
Posted: Fri Nov 03, 2017 03:34 AM

FWH uses (x)Harbour libs built with bcc 7.0.
If we download (x)Harbour libs from FWH and build hb_compiler shows C++ 7.0 (32 bit).

Result of hb_complier() depends on the version of bcc7.0 used for building (x)Harbour libs used.

Regards



G. N. Rao.

Hyderabad, India
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: release of bcc
Posted: Fri Nov 03, 2017 07:54 AM

Rao ,
Now I use Harbour ( no xharbour) and I have the last release of Fwh
the hb_compiler() function return me "bcc 5.8.2"
Perhaps there is something to bad when I go to compile but I checked and all is right

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: release of bcc
Posted: Fri Nov 03, 2017 09:48 AM

What you see is the version of bcc used to build Harbour libs. Not the compiler you used to build your application.

You are using Harbour libs built using bcc 5.8.2.
Along with FWH, you also get Harbour libs. They are built using bcc 7.0. If you link those libs you will see bcc 7.0.

Note: When I said (x)Harbour it meant xHarbour and Harbour.

Regards



G. N. Rao.

Hyderabad, India