FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour "BCC 6.3" Released
Posts: 35
Joined: Sun Aug 29, 2010 12:44 PM
"BCC 6.3" Released
Posted: Sat Sep 25, 2010 03:39 AM
Hello,

The new Borland Compiler version 6.3 is released packed with Embarcadero RAD Studio XE 2011. It is a better Borland family compiler, IMHO.
Download and Install Trial Version here: http://www.embarcadero.com/products/rad-studio
Andi
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: "BCC 6.3" Released
Posted: Sat Sep 25, 2010 07:02 AM

Andi,

Would you mind to create a ZIP file with just the BCC 6.3 required files ?

It may greatly ease the way to test it to many users, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 35
Joined: Sun Aug 29, 2010 12:44 PM
Re: "BCC 6.3" Released
Posted: Sat Sep 25, 2010 09:48 AM
Antonio Linares wrote:Andi,

Would you mind to create a ZIP file with just the BCC 6.3 required files ?
It may greatly ease the way to test it to many users, thanks


OK, here it is:

http://www.mediafire.com/?b71rccdw8vlcl2b
Andi
Posts: 35
Joined: Sun Aug 29, 2010 12:44 PM
Re: "BCC 6.3" Released
Posted: Sat Sep 25, 2010 10:08 AM
As a note, to pacify warnings, you have to modify a line refers to definition of "UNREFERENCED_PARAMETER" to "(void)" in WINNT.H as follows:

Code (fw): Select all Collapse
#if ! defined(lint)
#define UNREFERENCED_PARAMETER(P)          (void)(P)
// #define UNREFERENCED_PARAMETER(P)          (P)
Andi
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: "BCC 6.3" Released
Posted: Sat Sep 25, 2010 10:08 AM

Andi,

Thanks!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 182
Joined: Tue Oct 18, 2005 10:01 AM
Re: "BCC 6.3" Released
Posted: Sat Sep 25, 2010 01:56 PM

Andi,

Thanks a lot.

Toninho.

Posts: 43
Joined: Fri Jun 01, 2007 12:41 PM
Re: "BCC 6.3" Released
Posted: Sat Sep 25, 2010 04:35 PM
compilei meu aplicativo com 6.3
e funcionou 100 %




\XFONTES\XRETAG\winretag.PRG(3151) Warning W0002 Ambiguous reference, assuming memvar 'I'
D:\TOOLS\BCC63\bin\bcc32 -c -tWM -ID:\TOOLS\FWH\include -ID:\TOOLS\HARBOUR\include -ID:\TOOLS\BCC63\include -oobj\winretag obj\winretag.c
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies, Inc.
obj\winretag.c:
Posts: 366
Joined: Wed Aug 30, 2006 05:25 PM
Re: "BCC 6.3" Released error leer uuid.lib ok
Posted: Sat Sep 25, 2010 06:37 PM

Porque me dara error en uuid.lib, alguien sabe, ya copie la uuid.lib al directorio de las lib pero me da error igual.

Gracias

Solucionado, me faltaba los archivos de configuracion, inlink32.cfg y bcc32.cfg.
Impresionante poder compilar nuevamente todo con una version mas nueva y
no tener inconvenientes.

Saludos

Gracias y Saludos

Ruben Fernandez - Uruguay

FWH 11.06, Harbour, Borland 5.82
Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
Re: "BCC 6.3" Released error leer uuid.lib ok
Posted: Sat Sep 25, 2010 07:50 PM
Ruben Fernandez wrote:Porque me dara error en uuid.lib, alguien sabe, ya copie la uuid.lib al directorio de las lib pero me da error igual.

Gracias


Solucionado, me faltaba los archivos de configuracion, inlink32.cfg y bcc32.cfg.
Impresionante poder compilar nuevamente todo con una version mas nueva y
no tener inconvenientes.

Saludos


Ruben, si es version DEMO que restricciones tiene?
William, Morales

Saludos



méxico.sureste
Posts: 366
Joined: Wed Aug 30, 2006 05:25 PM
Re: "BCC 6.3" Released
Posted: Sun Sep 26, 2010 12:08 PM

William: No tengo idea, ya que la probe para compilar un programa que estoy haciendo para saber que pasaba, y todo fue bien.

Saludos

Gracias y Saludos

Ruben Fernandez - Uruguay

FWH 11.06, Harbour, Borland 5.82
Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
Re: "BCC 6.3" Released
Posted: Sun Sep 26, 2010 01:24 PM
Ruben Fernandez wrote:William: No tengo idea, ya que la probe para compilar un programa que estoy haciendo para saber que pasaba, y todo fue bien.

Saludos


ok, hare mis pruebas. Gracias

saludos
William, Morales

Saludos



méxico.sureste
Posts: 334
Joined: Fri Oct 14, 2005 01:54 PM
Re: "BCC 6.3" Released
Posted: Sun Sep 26, 2010 07:32 PM

I had that error when I used BCC 6.3 . I am using Harbour 1.0.0 Intl. (Rev. 9201) and FiveWin for Harbour 8.06 - Jun. 2008 .

TXDATA.C:
G:\bcc\bin\bcc32 -M -c -IG:\harbour\include TXDATA.C
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies,
Inc.
TXDATA.C:
G:\bcc\bin\bcc32 -M -c -IG:\harbour\include AUTORUSE.C
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies,
Inc.
AUTORUSE.C:
G:\bcc\bin\bcc32 -M -c -IG:\harbour\include D_EXPAND.C
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies,
Inc.
D_EXPAND.C:
G:\bcc\bin\bcc32 -M -c -IG:\harbour\include CUST.C
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies,
Inc.
CUST.C:
G:\bcc\bin\bcc32 -M -c -IG:\harbour\include TMAIN.C
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies,
Inc.
TMAIN.C:
Embarcadero C++ 6.30 for Win32 Copyright (c) 1993-2010 Embarcadero Technologies,
Inc.
TMAIN.C:
Turbo Incremental Link 6.10 Copyright (c) 1997-2010 Embarcadero Technologies, In
c.
Error: Unresolved external '__rwstd::__rw_stdexcept_NoNamedException' referenced
from G:\FWH\LIB\FIVEHC.LIB|ANIGIF
Error: Unable to perform link
* Application successfully built.
'tmain' is not recognized as an internal or external command,
operable program or batch file.

G:\programs\clipper\FWH\tdata\sitex>

Posts: 35
Joined: Sun Aug 29, 2010 12:44 PM
Re: "BCC 6.3" Released
Posted: Tue Sep 28, 2010 12:19 AM

Hello Ehab,

__rwstd::__rw_stdexcept_NoNamedException is C++ exception specific to Borland C++ version 5.5 and no longer exist in the later versions.
To resolve the problem, you should recompile all your C files with BCC 6.3.

Andi
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: "BCC 6.3" Released
Posted: Tue Sep 28, 2010 11:28 AM

I noticed an increasing in the EXE size using this new compiler. What is the exact reason? Is there a way to reduce it back?

EMG

Posts: 35
Joined: Sun Aug 29, 2010 12:44 PM
Re: "BCC 6.3" Released
Posted: Tue Sep 28, 2010 01:36 PM
Enrico Maria Giordano wrote:I noticed an increasing in the EXE size using this new compiler. What is the exact reason? Is there a way to reduce it back?


You must be comparing with 5.5, else the exe of 6.3 must be smaller that other previous versions as shown below:

harbour.exe compiled with different version of BCC:

Directory of D:\DEV\bin\55
09/27/2010 06:53 PM 614,912 harbour.exe

Directory of D:\DEV\bin\58
09/27/2010 06:53 PM 680,960 harbour.exe

Directory of D:\DEV\bin\59
09/27/2010 06:53 PM 683,008 harbour.exe

Directory of D:\DEV\bin\61
09/27/2010 06:53 PM 725,504 harbour.exe

Directory of D:\DEV\bin\62
09/27/2010 06:54 PM 629,760 harbour.exe

Directory of D:\DEV\bin\63
09/27/2010 06:54 PM 627,200 harbour.exe

The reason of increasing in application size must be due to that versions newer than 5.5 no longer uses RougueWave http://www.roguewave.com/ runtime. I have no knowledge to decrease the exe size :-)
Andi