Page 1 of 1
New FWH 16.03
Posted: Wed Mar 30, 2016 8:15 am
by Antonio Linares
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 9:31 am
by driessen
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.
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 10:30 am
by Antonio Linares
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
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 12:43 pm
by Maurizio
Antonio ,
Is this the final Harbour 64 for Borland ?
viewtopic.php?f=16&t=32157And where can I get 7.1 64-bits ?
Regards MAurizio
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 1:27 pm
by Antonio Linares
Maurizio,
That Harbour 64 BCC version is fine except the regular expressions (regex)
BCC 7.1 64 has to be downloaded from Embarcadero
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 3:34 pm
by HunterEC
Antonio:
Can you email me a link to download the 7.1 version ? Thank you very much !
Re: New FWH 16.03
Posted: Wed Mar 30, 2016 9:35 pm
by Antonio Linares
It has to be downloaded from Embarcadero due to its license
Re: New FWH 16.03
Posted: Thu Mar 31, 2016 10:29 am
by Horizon
Antonio,
fwh (32) 16.03 + vs2013
Code: Select all | Expand
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
Re: New FWH 16.03
Posted: Thu Mar 31, 2016 3:13 pm
by Antonio Linares
Hakan,
> fwh (32) 16.03 + vs2013
You have to use Visual Studio Community 2015 (VSC2015)
Re: New FWH 16.03
Posted: Fri Apr 01, 2016 12:28 pm
by Maurizio
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
Re: New FWH 16.03
Posted: Fri Apr 01, 2016 2:27 pm
by ukoenig
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
