Search found 71 matches: fwversion

Return to advanced search

Re: PARA ANTONIO LINARES MISMA VERSION

... #define _FIVEWIN_CH #define FWCOPYRIGHT "(c) FiveTech Software, 1993-2009" #ifdef __HARBOUR__ #ifdef __XHARBOUR__ #ifndef __64__ #define FWVERSION "FWHX 9.06" #define FWDESCRIPTION "FiveWin for xHarbour" #else #define FWVERSION "FWHX64 9.06" #define FWDESCRIPTION ...
by JOSEMAR
Tue Jul 21, 2009 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA ANTONIO LINARES MISMA VERSION
Replies: 8
Views: 2358

Re: PARA ANTONIO LINARES MISMA VERSION

Jose,

Revisa que tengas esto dentro de FiveWin.ch:

#define FWVERSION "FWH 9.06"

Tal vez estes usando un FiveWin.ch antiguo
by Antonio Linares
Sat Jul 18, 2009 5:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA ANTONIO LINARES MISMA VERSION
Replies: 8
Views: 2358

Re: version de FWH

Rolando:

Existe FWVERSION

Ejemplo:

MsgInfo(FWVERSION)

Saludos
by Armando
Sun Mar 01, 2009 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: version de FWH
Replies: 2
Views: 439

Re: New FWH 9.01

Sorry,

I have downloaded again. and there is no problem with FWVERSION.
by Horizon
Mon Jan 26, 2009 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.01
Replies: 24
Views: 3759

Re: New FWH 9.01

Hakan,

We have just checked FiveWin.ch and it properly includes:

#define FWVERSION "FWH 9.01"

Please run fwh.exe and see what version is shown:
Image
by Antonio Linares
Mon Jan 26, 2009 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.01
Replies: 24
Views: 3759

Re: New FWH 9.01

Antonio,

I have downloaded the 9.01. But I think you have forgetten the change of FWVERSION. Fivewin.ch still has 8.12.

Is it true or have I downloaded the wrong version? (Downloaded page says FTDN January / Enero 2009)
by Horizon
Mon Jan 26, 2009 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.01
Replies: 24
Views: 3759

Hola

MsgInfo( FWVERSION )

Esta se encuentra en fivewin.ch
by Patricio Avalos Aguirre
Mon Dec 22, 2008 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como puedo Obtener la Versión de fw
Replies: 3
Views: 377

Angel:

A ver si esto es lo que buscas.

MsgInfo(FwVersion)

Saludos
by Armando
Mon Dec 22, 2008 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como puedo Obtener la Versión de fw
Replies: 3
Views: 377

Antonio Linares wrote:#include "FiveWin.ch"

...

MsgInfo( FWVERSION )


Thanks Antonio!
by JC
Mon Sep 01, 2008 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The fivewin version!?
Replies: 2
Views: 394

#include "FiveWin.ch"

...

MsgInfo( FWVERSION )
by Antonio Linares
Mon Sep 01, 2008 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The fivewin version!?
Replies: 2
Views: 394

... testdll to tutor01 program. I modified the source of the programmes to the following: TUTOR01.PRG: // Typical Welcome message, from Windows! // FWVERSION, FWCOPYRIGHT and FWDESCRIPTION are just // some defines placed at FiveWin.ch to support four versions: // Clipper, Xbase++, Harbour/xHarbour ...
by angelo.c
Wed Jun 25, 2008 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 32-bit DLLs with Harbour Code - Any More Progress
Replies: 14
Views: 5895

can not open preview window

... 3D Look DEFINE FONT oFont NAME "ARIAL CE" SIZE 0, -12 DEFINE WINDOW oWnd TITLE "Test" ; MENU BuildMenu(); MENUINFO 3 SET MESSAGE OF oWnd TO FWVERSION + FWCOPYRIGHT CLOCK DATE ACTIVATE WINDOW oWnd on INIT oWnd:Center() //ON INIT (iif(password(),'',oWnd:end()) ) return nil //----------------------------------------------------------------------------// ...
by kajot
Sat Jun 07, 2008 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can not open preview window
Replies: 3
Views: 795

Sensative Say ( ssay class )

... oWIND ; FROM 50,50 to 370, 550 PIXEL /* suggestion by antonio .. but no transparency @ 150,2 SAY oSay PROMPT "Revision Date "+dtoc( dEXE )+; " "+FWVERSION+" "+VERSION() PIXEL of oDLG oSay:lWantClick = .T. oSay:bLClicked = { || MsgInfo( "click" ) } */ @ 150,2 SENSITIVE SAY "Revision Date "+dtoc( ...
by Rick Lipkin
Tue May 27, 2008 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sensative Say ( ssay class )
Replies: 2
Views: 810

Antonio...Codigo que no funciona

... DEFINE WINDOW oWnd FROM 0, 0 TO MAXROW(), MAXCOL() ; TITLE "ANALISIS MODULAR DE PROCESOS OPERATIVOS" ; MENU BuildMenu() SET MESSAGE OF oWnd ; TO FWVERSION + ", " + "AMPO By SisGEm" CENTERED KEYBOARD ACTIVATE WINDOW oWnd ON PAINT ; ( SayTexto(oWnd,"Análisis Modular de Procesos Organizacionales",oFont2,,,3 ...
by Armando Picon
Sun May 25, 2008 2:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio...Codigo que no funciona
Replies: 6
Views: 1583

MsgInfo( FWVERSION )
by sysctrl2
Thu May 01, 2008 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible, a function to return the Version-No. of FWH ?
Replies: 3
Views: 894
PreviousNext

Return to advanced search