FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 16.03
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 16.03
Posted: Wed Mar 30, 2016 08:15 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 09:31 AM

Antonio,

Thanks for your efforts.

2 questions :

  1. Where can I get BCC 7.0 and 7.1 64-bits?
  2. If I want to download FWH64 from FTDN, the result is a 404 error.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 10:30 AM

Michel,

> 1. Where can I get BCC 7.0 and 7.1 64-bits?

Embarcadero. Check your email for some instructions I just sent you.

> 2. If I want to download FWH64 from FTDN, the result is a 404 error.

Please try it again, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 12:43 PM

Antonio ,
Is this the final Harbour 64 for Borland ?

viewtopic.php?f=16t=32157
And where can I get 7.1 64-bits ?

Regards MAurizio

&

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 01:27 PM

Maurizio,

That Harbour 64 BCC version is fine except the regular expressions (regex)

BCC 7.1 64 has to be downloaded from Embarcadero

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 723
Joined: Tue Sep 04, 2007 08:45 AM
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 03:34 PM

Antonio:

Can you email me a link to download the 7.1 version ? Thank you very much !

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 09:35 PM

It has to be downloaded from Embarcadero due to its license

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1387
Joined: Fri May 23, 2008 01:33 PM
Re: New FWH 16.03
Posted: Thu Mar 31, 2016 10:29 AM
Antonio,

fwh (32) 16.03 + vs2013

Code (fw): Select all Collapse
LIBCMT.lib(vfprintf.obj) : warning LNK4006: __vfprintf_l already defined in FiveH32.lib(PRV2PDF.obj); second definition ignored
   Creating library IcraW.lib and object IcraW.exp
FiveH32.lib(HARBOUR.obj) : error LNK2019: unresolved external symbol ___acrt_iob_func referenced in function _HB_FUN_FREOPEN_STDERR
FiveH32.lib(PRV2PDF.obj) : error LNK2019: unresolved external symbol ___stdio_common_vfprintf referenced in function __vfprintf_l
FiveHC32.lib(ACTX.obj) : error LNK2019: unresolved external symbol "void __cdecl operator delete(void *,unsigned int)" (??3@YAXPAXI@Z) referenced in function "public: void * __thiscall TActiveX::`scalar deleting destructor'(unsigned int)" (??_GTActiveX@@QAEPAXI@Z)
FiveHC32.lib(GDIPLUS.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,unsigned int)" (??3@YAXPAXI@Z)
IcraW.exe : fatal error LNK1120: 3 unresolved externals
Regards,



Hakan ONEMLI



Harbour & MSVC 2022 & FWH 23.06
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 16.03
Posted: Thu Mar 31, 2016 03:13 PM

Hakan,

> fwh (32) 16.03 + vs2013

You have to use Visual Studio Community 2015 (VSC2015)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Re: New FWH 16.03
Posted: Fri Apr 01, 2016 12:28 PM

Antonio ,
I usually use hbmk2 for compile my 32 BIT programm .

hbmk2 work with BCC7 64BIt ?
there is an example of a MAK to compile more prg 64 BIT ?

Thank
Maurizio

www.nipeservice.com

Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: New FWH 16.03
Posted: Fri Apr 01, 2016 02:27 PM
I tested some new options :

new xBrowse border

because of fixed times at morning evening and night
I can pick them from a browser ( 3 different arrays changed on button-action ) .



REDEFINE XBROWSE oBrw2 ID 130 OF oDlg1 ;
COLUMNS { 1 } ;
HEADERS {"Zeit"} ;
ARRAY aZeit LINES CELL

XBRW_STYLE( oBrw2 )
oBrw2:SetFont( oFontSys )
oBrw2:lFooter := .F.
oBrw2:lHScroll := .F.
oBrw2:lVScroll := .F.
oBrw2:lRecordSelector := .F.
oBrw2:lDrawBorder := .T. // new !!!
oBrw2:nRowHeight := 22

best regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion