C++Compiler - FREE TOOL
C++Compiler - FREE TOOL
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
Antonio Linares wrote:
If you all agree, I believe we should use it from now on
We will publish FWH 16.06 first
then we will migrate to BCC 7.20
I just read the specs on this product, it looks to me that the free version is 32 bit only.
Robb,
Yes, it seems so
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.
Good luck to you !
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.
Hi
I'm using BCC72-32bit from xHarbour whoxxx.com site work fine.
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.
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.
-OS Enable Pentium instruction schedulingWarning: option '-OS' is not supported in Clang-based compiler.#include <xtgmath.h>Enrico Maria Giordano wrote:Another problem. In some include files there is
#include <xtgmath.h>
but xtgmath.h is missing.
For me this compiler is not yet usable.
EMG