release of bcc

release of bcc

Postby Silvio.Falconi » Sun Oct 29, 2017 2:35 pm

today I saw there is a strange compiler when I made an error on my application

Code: Select all  Expand view
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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: release of bcc

Postby Enrico Maria Giordano » Sun Oct 29, 2017 3:39 pm

There is nothing strange in BCC 5.8.2.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8522
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: release of bcc

Postby Rick Lipkin » Sun Oct 29, 2017 8: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
User avatar
Rick Lipkin
 
Posts: 2657
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: release of bcc

Postby Silvio.Falconi » 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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: release of bcc

Postby ukoenig » Mon Oct 30, 2017 1: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.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: release of bcc

Postby Silvio.Falconi » Mon Oct 30, 2017 4: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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: release of bcc

Postby ukoenig » Mon Oct 30, 2017 4:52 pm

Silvio,

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

regards
Uwe :D
Last edited by ukoenig on Mon Oct 30, 2017 4:53 pm, edited 1 time in total.
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.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: release of bcc

Postby Rick Lipkin » Mon Oct 30, 2017 4:53 pm

Silvo

Code: Select all  Expand view

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
Image

From Mel's Site Whosaway.com // have to contact Mel for him to allow your IP address to download
Image
User avatar
Rick Lipkin
 
Posts: 2657
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: release of bcc

Postby Silvio.Falconi » Mon Oct 30, 2017 5:31 pm

I'm using harbour now
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: release of bcc

Postby Silvio.Falconi » Mon Oct 30, 2017 5:34 pm

Image

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

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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: release of bcc

Postby ukoenig » Mon Oct 30, 2017 6: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.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: release of bcc

Postby Silvio.Falconi » Mon Oct 30, 2017 7:02 pm

HARBOUR no xhabour
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: release of bcc

Postby nageswaragunupudi » Fri Nov 03, 2017 3: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
User avatar
nageswaragunupudi
 
Posts: 10470
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: release of bcc

Postby Silvio.Falconi » Fri Nov 03, 2017 7: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 November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6897
Joined: Thu Oct 18, 2012 7:17 pm

Re: release of bcc

Postby nageswaragunupudi » Fri Nov 03, 2017 9: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
User avatar
nageswaragunupudi
 
Posts: 10470
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 50 guests