Embarcadero Releases Free C++ Compiler for Windows

User avatar
vensanto
Posts: 54
Joined: Thu Oct 13, 2005 1:26 pm
Location: ITALIA
Contact:

Embarcadero Releases Free C++ Compiler for Windows

Post by vensanto »

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by Antonio Linares »

Many thanks for the info.

Its a new version:
Embarcadero C++ 7.20 for Win32 Copyright (c) 2012-2016 Embarcadero Technologies, Inc.

If you all agree, I believe we should use it from now on
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
bpd2000
Posts: 153
Joined: Tue Aug 05, 2014 9:48 am
Location: India

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by bpd2000 »

Antonio Linares wrote: If you all agree, I believe we should use it from now on
+1
Regards, Greetings

Try FWH. You will enjoy it's simplicity and power.!
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by Antonio Linares »

We will publish FWH 16.06 first

then we will migrate to BCC 7.20
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
rhlawek
Posts: 165
Joined: Sun Jul 22, 2012 7:01 pm

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by rhlawek »

I just read the specs on this product, it looks to me that the free version is 32 bit only.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by Antonio Linares »

Robb,

Yes, it seems so
regards, saludos

Antonio Linares
www.fivetechsoft.com
toninhofwi
Posts: 161
Joined: Tue Oct 18, 2005 10:01 am

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by toninhofwi »

Hi friends,

It is not so easy, this compiler is very diferente from old bcc's and compile harbour require some deeper changes in core code.

I'm moving to mingw, harbour is working perfect with it and mingw is free / open source / well maintained.

Regards,

Toninho.
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by vilian »

Good luck to you !
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by Enrico Maria Giordano »

toninhofwi wrote:Hi friends,

It is not so easy, this compiler is very diferente from old bcc's and compile harbour require some deeper changes in core code.

I'm moving to mingw, harbour is working perfect with it and mingw is free / open source / well maintained.

Regards,

Toninho.
I'm using BCC 7.20 and found no difference with older versions.

EMG
User avatar
richard-service
Posts: 583
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Contact:

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by richard-service »

Hi

I'm using BCC72-32bit from xHarbour whoxxx.com site work fine.
Regards,

Richard

Harbour 3.2.0dev (r1904111533)/xHarbour 1.2.3 Intl. (SimpLex) (Build 20180818) => Borland C++ v7.4
xHarbour 0.99.71 (SimpLex) => Borland C++ v5.5
MySQL v5.7 /ADS v12
Harbour 3.2.0dev (r1603181642) => Borland C++ v7.4 64bit
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by byte-one »

Now exists two 32-Bit-Compilers:
1. The bcc32 as in earlier versions
2. The BCC32c is a clang-based compiler (also the 64-Bit-Compiler). For this compiler all the libs from Harbour and FW must recompiled.
Regards,
Günther
---------------------------------
office@byte-one.com
toninhofwi
Posts: 161
Joined: Tue Oct 18, 2005 10:01 am

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by toninhofwi »

byte-one wrote:Now exists two 32-Bit-Compilers:
1. The bcc32 as in earlier versions
2. The BCC32c is a clang-based compiler (also the 64-Bit-Compiler).
For this compiler all the libs from Harbour and FW must recompiled.
This is the problem: bcc32 is ended, and only clang-based is available.

I'm testing gcc by now and fwh is working fine with it.

Regards.
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by Enrico Maria Giordano »

I'm trying the new CLANG based BCC 7.2. First problem: it seems not complete. As an example, the command

bcc32c -h -O reports, among the other options:

Code: Select all

-OS     Enable Pentium instruction scheduling
But using it I get

Code: Select all

Warning: option '-OS' is not supported in Clang-based compiler.
So at least the docs is not updated. Is there an updated command line docs somewhere?

Anyway, I made some very early tests and at least it seems faster in compiling than the old 7.2.

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

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by Enrico Maria Giordano »

Another problem. In some include files there is

Code: Select all

#include <xtgmath.h>
but xtgmath.h is missing.

For me this compiler is not yet usable.

EMG
User avatar
mastintin
Posts: 1502
Joined: Thu May 27, 2010 2:06 pm

Re: Embarcadero Releases Free C++ Compiler for Windows

Post by mastintin »

Enrico Maria Giordano wrote:Another problem. In some include files there is

Code: Select all

#include <xtgmath.h>
but xtgmath.h is missing.

For me this compiler is not yet usable.

EMG
Enrico , xtgmath.h file in C:\BCC101\include\dinkumware64

the command line that appears here works well for me :
http://forums.fivetechsupport.com/viewt ... 42#p192491
Post Reply