Page 1 of 1

Borland C++ 5.8.2 of 2005 !

Posted: Tue Jan 28, 2020 11:20 am
by Anand
Well, I was checking the latest Harbour MiniGUI Extended with "Borland C++ 5.8.2"

Code: Select all

c:\MiniGUI\SAMPLES\BASIC\HELLO_WORLD>Compile.bat

c:\MiniGUI\SAMPLES\BASIC\HELLO_WORLD>call ..\..\..\batch\compile.bat hello

Harbour 3.2.0dev (r2001131815)
Copyright (c) 1999-2019, https://harbour.github.io/
Compiling 'hello.prg'...
Lines 22624, Functions/Procedures 1
Generating C source output to 'hello.c'... Done.
hello.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland

c:\MiniGUI\SAMPLES\BASIC\HELLO_WORLD>
I noted the line,
"Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland"

Is it correct ? I mean the BCC is of 2005 and I was expecting 2019 at least.

What is other members output of same or I have downloaded wrong BCC582 ?

Regards,

Anand

Re: Borland C++ 5.8.2 of 2005 !

Posted: Tue Jan 28, 2020 11:57 am
by gfilatov
Anand wrote: Tue Jan 28, 2020 11:20 am Well, I was checking the latest Harbour MiniGUI Extended with "Borland C++ 5.8.2"
...
I noted the line,
"Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland"

Is it correct ? I mean the BCC is of 2005 and I was expecting 2019 at least.

What is other members output of same or I have downloaded wrong BCC582 ?
Hi Anand,

It is a correct. It is a free available Borland C++ version from 2005 year as you can see below:
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
:o
Anand wrote: I was expecting 2019 ...
The last version of this C-compiler is 7.40 of Embarcadero Technologies:
Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc.
which is available for evaluation only at http://www.whosaway.com
8-)

Re: Borland C++ 5.8.2 of 2005 !

Posted: Tue Jan 28, 2020 6:56 pm
by Anand
Thanks for the information, Grigory
But it is showing xharbour download
2020-01-29_002842.png
2020-01-29_002842.png (108.57 KiB) Viewed 6752 times
Regards,

Anand

Re: Borland C++ 5.8.2 of 2005 !

Posted: Tue Jan 28, 2020 7:44 pm
by gfilatov
Anand wrote: Tue Jan 28, 2020 6:56 pm But it is showing xharbour download
Anand,

Please be so kind to scroll the above page to bottom line for the all available downloaded files :arrow:

Re: Borland C++ 5.8.2 of 2005 !

Posted: Tue Jan 28, 2020 7:56 pm
by Anand
gfilatov wrote: Tue Jan 28, 2020 7:44 pm Please be so kind to scroll the above page to bottom line for the all available downloaded files :arrow:
Ah..Sorry. Did not notice the scroll bar at right side.
Thanks got it.

Regards,

Anand