New FWH 16.03

New FWH 16.03

Postby Antonio Linares » Wed Mar 30, 2016 8:15 am

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 16.03

Postby driessen » Wed Mar 30, 2016 9: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. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1396
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 16.03

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 16.03

Postby Maurizio » Wed Mar 30, 2016 12:43 pm

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
Maurizio
 
Posts: 796
Joined: Mon Oct 10, 2005 1:29 pm

Re: New FWH 16.03

Postby Antonio Linares » Wed Mar 30, 2016 1: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 16.03

Postby HunterEC » Wed Mar 30, 2016 3:34 pm

Antonio:

Can you email me a link to download the 7.1 version ? Thank you very much !
HunterEC
 
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: New FWH 16.03

Postby Antonio Linares » Wed Mar 30, 2016 9:35 pm

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 16.03

Postby Horizon » Thu Mar 31, 2016 10:29 am

Antonio,

fwh (32) 16.03 + vs2013

Code: Select all  Expand view
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
Horizon
 
Posts: 1288
Joined: Fri May 23, 2008 1:33 pm

Re: New FWH 16.03

Postby Antonio Linares » Thu Mar 31, 2016 3:13 pm

Hakan,

> fwh (32) 16.03 + vs2013

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: New FWH 16.03

Postby Maurizio » 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
User avatar
Maurizio
 
Posts: 796
Joined: Mon Oct 10, 2005 1:29 pm

Re: New FWH 16.03

Postby ukoenig » Fri Apr 01, 2016 2: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 ) .

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


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 69 guests