Borland C++ 5.8.2 of 2005 !

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Borland C++ 5.8.2 of 2005 !

Post 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
Regards,

Anand

Image
User avatar
gfilatov
Posts: 1067
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Borland C++ 5.8.2 of 2005 !

Post 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-)
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Borland C++ 5.8.2 of 2005 !

Post 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 3762 times
Regards,

Anand
Regards,

Anand

Image
User avatar
gfilatov
Posts: 1067
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Borland C++ 5.8.2 of 2005 !

Post 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:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
Anand
Posts: 595
Joined: Tue May 24, 2016 4:36 pm
DBs Used: DBF

Re: Borland C++ 5.8.2 of 2005 !

Post 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
Regards,

Anand

Image
Post Reply