Search found 69 matches: fwversion

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

I placed "Request FWHARU" at the top of my program, then I get many link errors that start with "_HB_FUN_HPDF_".
Do I need a newer version of FiveWin?
Do I need a change in my mak file?

#define FWVERSION "FWH 23.07"
#define FW_VersionNo 23070

Thanks,
by byron.hopp
Tue Feb 13, 2024 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 986

Re: Browse Json

Mr. Rao, Which version do I need:

#define FWVERSION "FWH 23.07"
#define FW_VersionNo 23070

is what I have.

Thanks,
by byron.hopp
Thu Jan 11, 2024 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 806

Re: Graphics Lib for Mod_Harbour

Is TWebView available in this version?

#define FWVERSION "FWH 21.11"
#define FW_VersionNo 21110

Or do I need a newer version. Is there a Chart.prg available in FW for Harbour to show how to use Google Charts from WinForms?

Thanks
by byron.hopp
Thu Jul 20, 2023 10:27 pm
 
Forum: mod_harbour
Topic: Graphics Lib for Mod_Harbour
Replies: 7
Views: 642

Re: does FiveWin have a Constant like __XPP__

hi Antonio, If you review FiveWin.ch you will see that we declare some constants that you can use: _FIVEWIN_CH FWCOPYRIGHT FWVERSION FW_VersionNo FWDESCRIPTION Ok, i will use "_FIVEWIN_CH" to use FiveWin Code, Thx btw. i saw a lot of __XPP__ does it mean i can use FiveWin ...
by Jimmy
Tue Jul 19, 2022 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does FiveWin have a Constant like __XPP__
Replies: 3
Views: 307

Re: does FiveWin have a Constant like __XPP__

Dear Jimmy,

If you review FiveWin.ch you will see that we declare some constants that you can use:

_FIVEWIN_CH
FWCOPYRIGHT
FWVERSION
FW_VersionNo
FWDESCRIPTION
by Antonio Linares
Tue Jul 19, 2022 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: does FiveWin have a Constant like __XPP__
Replies: 3
Views: 307

Re: cantidad de items en un TREE

... secs Error occurred at: 04/22/22, 07:55:45 Error description: Error BASE/1004 No exported method: COUNT Args: [ 1] = U tengo esta version: #define FWVERSION "FWH 21.11" #define FW_VersionNo 21110
by goosfancito
Fri Apr 22, 2022 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: cantidad de items en un TREE
Replies: 14
Views: 1034

Re: HARU PDF

... the FiveWin.ch: #define FWCOPYRIGHT "(c) FiveTech Software, 1993-2015" #ifdef __HARBOUR__ #ifdef __XHARBOUR__ #ifndef __64__ #define FWVERSION "FWHX 15.10" #define FWDESCRIPTION "FiveWin for xHarbour" #else #define FWVERSION "FWHX64 15.10" #define FWDESCRIPTION ...
by byron.hopp
Mon Mar 28, 2022 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HARU PDF
Replies: 8
Views: 603

Re: Fivewin.ch still says version FWH 20.08

... #ifndef _FIVEWIN_CH #define _FIVEWIN_CH #define FWCOPYRIGHT "(c) FiveTech Software, 1993-2019" // :?: 2021 maybe to be adjusted #define FWVERSION "FWH 21.02" :!: #define FW_VersionNo 21020 :!: ... ... regards Uwe :D
by ukoenig
Sat Apr 03, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin.ch still says version FWH 20.08
Replies: 3
Views: 594

Re: xbrowser does not appears after window

... DEFINE FONT oFontLarge NAME "Arial" SIZE 0, -24 BOLD ITALIC DEFINE DIALOG oDlg SIZE 300, 300 PIXEL TRUEPIXEL TITLE "Test " + FWVERSION @ 50, 50 SAY oSay PROMPT "Dialog called from window" SIZE 250, 35 OF oDlg FONT oFontLarge PIXEL oSay:SetColor( 255, ) oSay:lTransparent ...
by ukoenig
Tue Oct 22, 2019 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowser does not appears after window
Replies: 12
Views: 1152

Re: XBrowse edit only one column

Silvio.Falconi wrote:there is an error on FWVERSION
18.05 -------------->19.05

What is the error?
I built this sample with FWH1805, because I saw that Mr. James Bott is using FWH1805.
by nageswaragunupudi
Tue Jun 18, 2019 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2921

Re: XBrowse edit only one column

there is an error on FWVERSION
18.05 -------------->19.05
by Silvio.Falconi
Tue Jun 18, 2019 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2921

Re: Ribbon Bar Sample ?

Tim, After looking at it, I think it has to be MDI to run. DEFINE WINDOW oWnd TITLE "RibbonBar Test " + FWVERSION from 1,1 to 600,600 pixel MDI MENU oMenu brush oBrush1 It errors out on this line because it expects the MDI window to exist. DEFINE DIALOG oDlgRB[1] FROM ...
by James Bott
Thu Oct 25, 2018 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2667

Re: tree in a dialog with multiples dialogs

... on maindialog INIT using sample < testtre4.prg > replace DEFINE WINDOW oWnd FROM 3, 6 TO 20, 70 ; TITLE "Welcome to " + FWVERSION COLOR "N/W" with DEFINE DIALOG oDlgMain FROM 10, 10 TO 360, 450 PIXEL TRUEPIXEL ; FONT oFont TITLE "MULTIPLE DIALOGS with tree" ...
by ukoenig
Fri Nov 17, 2017 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tree in a dialog with multiples dialogs
Replies: 8
Views: 1973

Re: release of bcc

Silvio,

DEFINE WINDOW oWnd FROM 0, 0 TO 700, 900 PIXEL ;
TITLE FWVERSION + " Harbour : " + hb_compiler()

regards
Uwe :D
by ukoenig
Mon Oct 30, 2017 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: release of bcc
Replies: 15
Views: 3127

Re: Mostrar version BCC en Error.log

hola alert(hb_compiler()) in: FWH\source\function\errsysw.prg search for: FWVERSION cErrorLog += " Compiler version: " + Version() + CRLF cErrorLog += " FiveWin Version: " + FWVERSION + CRLF add cErrorLog += " bcc version: " + hb_compiler() ...
by Sistem
Sat Dec 24, 2016 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar version BCC en Error.log
Replies: 3
Views: 783
Next

Return to advanced search