FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bcc73
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Bcc73
Posted: Wed May 17, 2017 07:37 PM
To All

Just downloaded Bcc73 32 bit and I am pleased to let everyone know there is only one issue ( like bcc72 ) .. which only occurs if you Compile .rc's in your link script ..

Like Bcc72 the same modification needs to be made to \bcc73\include\windows\sdk\Prsht.h by removing the trailing backslash on line 184.


To fix in line 184 of Prsht.h remove the trailing /

LPFNPSPCALLBACKW pfnCallback; \
UINT *pcRefParent; // \ <--- remove trailing backslash line 184



You can use Bcc32.Cfg and Ilink32.cfg from your Bcc72 setup .. just edit the new path to Bcc73.


Rick Lipkin
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: Bcc73
Posted: Sun May 21, 2017 02:30 AM

Sr. Rick,

Compiling...
Harbour 3.2.0dev (r1601050904)
Copyright (c) 1999-2015, http://harbour-project.org/
Compiling 'testdlg.prg' and generating preprocessed output to 'testdlg.ppo'...
Lines 4708, Functions/Procedures 1
Generating C source output to 'testdlg.c'... Done.
Embarcadero C++ 7.30 for Win32 Copyright (c) 1993-2017 Embarcadero Technologies,
Inc.
testdlg.c:
Error E2209 c:\harbour\include\hbdefs.h 52: Unable to open include file 'stdarg.
h'
Error E2209 c:\harbour\include\hbdefs.h 53: Unable to open include file 'stdio.h
'
Error E2209 c:\harbour\include\hbdefs.h 54: Unable to open include file 'stdlib.
h'
Error E2209 c:\harbour\include\hbdefs.h 55: Unable to open include file 'string.
h'
Error E2209 c:\harbour\include\hbdefs.h 56: Unable to open include file 'limits.
h'
Error E2209 c:\harbour\include\hbdefs.h 75: Unable to open include file 'stdint.
h'
Warning W8017 c:\harbour\include\hbdefs.h 526: Redefinition of 'HB_LONG_LENGTH'
is not identical
Error E2257 c:\harbour\include\hbdefs.h 557: , expected
Error E2257 c:\harbour\include\hbdefs.h 619: , expected
Error E2451 testdlg.c 25: Undefined symbol 'NULL'
Error E2141 testdlg.c 25: Declaration syntax error
Error E2190 testdlg.c 25: Unexpected }
Error E2040 testdlg.c 25: Declaration terminated incorrectly
Error E2190 testdlg.c 43: Unexpected }
Error E2109 testdlg.c 43: Not an allowed type in function hb_vm_SymbolInit_TESTD
LG
*** 14 errors in Compile ***
* Linking errors *

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: Bcc73
Posted: Sun May 21, 2017 04:29 AM

please review bcc32.cfg, and modify the path.

Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: Bcc73
Posted: Mon May 22, 2017 10:48 PM

Obrigado Carlos.

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: Bcc73
Posted: Mon May 22, 2017 11:10 PM

Carlos, ao usar HB_COMPILER()

Me retorna Borland/Embarcadero c++ 7.0 (32 bit)

não deveria ser 7.3?

gracias!

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: Bcc73
Posted: Tue May 23, 2017 02:15 AM

Code (fw): Select all Collapse
?HB_Compiler(),OS(),HB_BuildInfo(7)
Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 1789
Joined: Tue Oct 11, 2005 05:01 PM
Re: Bcc73
Posted: Tue May 23, 2017 02:18 AM
i build my harbour and xharbour compilers.

Code (fw): Select all Collapse
?HB_Compiler()

return the c compiler used for build the compiler not the exe.
Salu2

Carlos Vargas

Desde Managua, Nicaragua (CA)
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Bcc73
Posted: Tue May 23, 2017 01:00 PM

To All

In order for HB_Compiler() to work properly .. you have to use the matching xHarbor build for Bcc73. You can go to xHarbour.org

http://xharbour.org/index.asp?page=down ... naries_win
Look for 10194 Bcc7.30

or

you can send Mel Smith a note to allow you to access his site for Harbour and xHarbour

http://whosaway.com/

Rick Lipkin

Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: Bcc73
Posted: Tue May 23, 2017 05:50 PM

After: http://whosaway.com/

Worked perfect :D

Rick, Carlos:

Would you know which improvements to use BCC73?

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 555
Joined: Wed Jul 31, 2013 01:14 PM
Re: Bcc73
Posted: Wed Oct 25, 2017 01:54 AM

Hi Carlos.

I had just download an evaluation versión from Embarcadero. (for evaluation only)
The message still show Versión 7.0
an the Windows versión it's tha same of yours. Any suggestion?

Regards
Ruben Fernandez

Dario Fernandez

FWH 2501, Harbour, MVS2022 Community, MySql & MariaDB, Dbf/Cdx VSCode.

Maldonado - Uruguay
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 555
Joined: Wed Jul 31, 2013 01:14 PM
Re: Bcc73
Posted: Thu Oct 26, 2017 08:16 PM

Thank you Enrico.

Regards
Ruben Dario Fernandez

Dario Fernandez

FWH 2501, Harbour, MVS2022 Community, MySql & MariaDB, Dbf/Cdx VSCode.

Maldonado - Uruguay
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Bcc73
Posted: Thu Mar 22, 2018 07:05 PM
Master Enrico, porquê me muestra BCC7.2 ? Estoy con la versión correcta.

Code (fw): Select all Collapse
I"C:\BCC73\include";"C:\BCC73\include\windows\crtl";"C:\BCC73\include\dinkumware";"C:\BCC73\include\windows\rtl";"C:\BCC73\include\windows\sdk";"C:\BCC73\include\windows\sdk\atl"
-L"C:\BCC73\lib";"C:\BCC73\lib\psdk"
-g0





Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Bcc73
Posted: Thu Mar 22, 2018 07:08 PM
No comprendo,



Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Bcc73
Posted: Thu Mar 22, 2018 07:21 PM
Con Harbour muestra 7.0 ??? No comprendo,



Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341