New FWH 16.03

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42749
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 110 times
Been thanked: 108 times
Contact:

New FWH 16.03

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
driessen
Posts: 1426
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium
Been thanked: 1 time

Re: New FWH 16.03

Post 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.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 25.01 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
Antonio Linares
Site Admin
Posts: 42749
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 110 times
Been thanked: 108 times
Contact:

Re: New FWH 16.03

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 832
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: New FWH 16.03

Post by Maurizio »

Antonio ,
Is this the final Harbour 64 for Borland ?
viewtopic.php?f=16&t=32157
And where can I get 7.1 64-bits ?

Regards MAurizio
User avatar
Antonio Linares
Site Admin
Posts: 42749
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 110 times
Been thanked: 108 times
Contact:

Re: New FWH 16.03

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: New FWH 16.03

Post by HunterEC »

Antonio:

Can you email me a link to download the 7.1 version ? Thank you very much !
User avatar
Antonio Linares
Site Admin
Posts: 42749
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 110 times
Been thanked: 108 times
Contact:

Re: New FWH 16.03

Post by Antonio Linares »

It has to be downloaded from Embarcadero due to its license
regards, saludos

Antonio Linares
www.fivetechsoft.com
Horizon
Posts: 1329
Joined: Fri May 23, 2008 1:33 pm
Has thanked: 7 times
Been thanked: 1 time

Re: New FWH 16.03

Post 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
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
User avatar
Antonio Linares
Site Admin
Posts: 42749
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 110 times
Been thanked: 108 times
Contact:

Re: New FWH 16.03

Post by Antonio Linares »

Hakan,

> fwh (32) 16.03 + vs2013

You have to use Visual Studio Community 2015 (VSC2015)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Maurizio
Posts: 832
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: New FWH 16.03

Post 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
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: New FWH 16.03

Post 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 ) .

Image

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 :D
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.
Post Reply