FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Possible, a function to return the Version-No. of FWH ?
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Possible, a function to return the Version-No. of FWH ?
Posted: Thu May 01, 2008 03:51 PM
Hello from Germany,

i'm often busy with tool-programming.

Is it possible, to have a function which returns
the Version-No. of FWH ?
( maybe it is included allready )

As a sample :
In the visual-tools, i included the option to show animated gif's.
That works up from Version 8.04.

Before i call the function i could do :

IF val(FWH_version) < 8.04
    MsgAlert( "This option is only possible " + CRLF + ;
                  "for FWH-Version >= 8.04", "Function-Test")
    RETURN( NIL )
ENDIF


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.
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Possible, a function to return the Version-No. of FWH ?
Posted: Thu May 01, 2008 04:23 PM

FWVERSION, that is a #define in Fivewin.ch.

EMG

Posts: 1144
Joined: Mon Feb 05, 2007 07:15 PM
Possible, a function to return the Version-No. of FWH ?
Posted: Thu May 01, 2008 05:36 PM

MsgInfo( FWVERSION )

Cesar Cortes Cruz

SysCtrl Software

Mexico



' Sin +- FWH es mejor "
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Version-Message of FW-functions.
Posted: Thu May 01, 2008 05:46 PM

With the tools, i can write the source for the selected colors,
brushes, backgrounds ....
Maybe a better solution might be, to include a message in
the source, when i use a new function like : "Only for Version >= 8.04".

Regards

Uwe :lol:

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