New FWH 21.06
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New FWH 21.06
Dear Antonio,
I got a errormessage from the new release.
with 21.04 no problem
![Image](http://www.service-fivewin.de/images/Error1.jpg)
best regards
Uwe![Question :?:](./images/smilies/icon_question.gif)
I got a errormessage from the new release.
with 21.04 no problem
![Image](http://www.service-fivewin.de/images/Error1.jpg)
best regards
Uwe
![Question :?:](./images/smilies/icon_question.gif)
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.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: New FWH 21.06
También a mi me sale
Saluditos![Wink :wink:](./images/smilies/icon_wink.gif)
![Shocked :shock:](./images/smilies/icon_eek.gif)
Code: Select all | Expand
Enlazando model.exe...
Error: Unresolved external '_HB_FUN_HB_MEMOREAD' referenced from C:\FWH\LIB\FIVEHX.LIB|OLDFUNC
Error: Unable to perform link
0 Files, 0 Warnings, 2 Errors
Tiempo de compilación: 0.00s Tiempo de enlazado: 0.79s Tiempo total: 0.89s
Saluditos
![Wink :wink:](./images/smilies/icon_wink.gif)
Que es mejor que programar? creo que nada ![Smile :)](./images/smilies/icon_smile.gif)
Atropellada pero aqui ando![Razz :P](./images/smilies/icon_razz.gif)
I love Fivewin
séʌǝɹ ןɐ ɐʇsǝ opunɯ ǝʇsǝ
![Smile :)](./images/smilies/icon_smile.gif)
Atropellada pero aqui ando
![Razz :P](./images/smilies/icon_razz.gif)
I love Fivewin
séʌǝɹ ןɐ ɐʇsǝ opunɯ ǝʇsǝ
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New FWH 21.06
If you are using xHarbour then please add this function to your main PRG:
function hb_MemoRead( cFileName )
return MemoRead( cFileName )
function hb_MemoRead( cFileName )
return MemoRead( cFileName )
- leandro
- Posts: 1744
- Joined: Wed Oct 26, 2005 2:49 pm
- Location: Colombia
- Has thanked: 34 times
- Been thanked: 10 times
- Contact:
Re: New FWH 21.06
Antonio buenos días gracias por responder,
Funciona en el momento de compilar la aplicación.
Pero al querer compilar los samples también sale ese error
Existe alguna otra solución, para no tener que colocar la función en todos los prg de ejemplo.
Funciona en el momento de compilar la aplicación.
Pero al querer compilar los samples también sale ese error
![Sad :(](./images/smilies/icon_sad.gif)
Existe alguna otra solución, para no tener que colocar la función en todos los prg de ejemplo.
Code: Select all | Expand
┌────────────────────────────────────────────────────────────────────────────┐
?FiveWin for xHarbour 21.06 - Jun. 2021 Harbour development power │▄
?(c) FiveTech 1993-2021 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 │█
└────────────────────────────────────────────────────────────────────────────┘?
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀?
Compiling...
xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212)
Copyright 1999-2020, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'testget.prg' and generating preprocessed output to 'testget.ppo'...
Generating C source output to 'testget.c'...
Done.
Lines 39, Functions/Procedures 2, pCodes 477
Embarcadero C++ 7.30 for Win32 Copyright (c) 1993-2017 Embarcadero Technologies, Inc.
testget.c:
Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_HB_MEMOREAD' referenced from C:\FWH2106\LIB\FIVEHX.LIB|OLDFUNC
Error: Unable to perform link
* Linking errors *
C:\fwh2106\samples>
Saludos
LEANDRO AREVALO
Bogotá (Colombia)
https://hymlyma.com
https://hymplus.com/
leandroalfonso111@gmail.com
leandroalfonso111@hotmail.com
[ Turbo Incremental Link64 6.98 Embarcadero 7.70 ] [ FiveWin 24.09 ] [ xHarbour 64 bits) ]
LEANDRO AREVALO
Bogotá (Colombia)
https://hymlyma.com
https://hymplus.com/
leandroalfonso111@gmail.com
leandroalfonso111@hotmail.com
[ Turbo Incremental Link64 6.98 Embarcadero 7.70 ] [ FiveWin 24.09 ] [ xHarbour 64 bits) ]
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New FWH 21.06
Solucionado en un nuevo build 2 recien publicado
Por favor descargad FWH 21.06 nuevamente, gracias!
Por favor descargad FWH 21.06 nuevamente, gracias!
- Otto
- Posts: 6403
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 22 times
- Been thanked: 2 times
- Contact:
Re: New FWH 21.06
Dear Antonio,
Thanks for your work.
Can you just download the designer EXE?
Best regards,
Otto
Thanks for your work.
Can you just download the designer EXE?
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New FWH 21.06
Dear Otto,
You have to build the designer yourself using FWH:
from FWH\samples\EasyReport run go.bat or goh32.bat
You have to build the designer yourself using FWH:
from FWH\samples\EasyReport run go.bat or goh32.bat
-
- Posts: 109
- Joined: Mon Apr 30, 2012 9:10 am
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New FWH 21.06
Jose Luis,
No se trata ahora de revisar el diseñador por si persiste este u otro fallo.
Ahora se trata de la integración de EasyReport en FWH. Lo único que tenemos que comprobar ahora
es que la integración se haya hecho correctamente.
A partir de ahí, conforme más se use y se detecten sus fallos, así se irá mejorando. El primer paso es que esté
al alcance de todos los usarios de FWH de una forma sencilla.
https://github.com/FiveTechSoft/FWH_tools/blob/master/FWEasyReport.zip
No se trata ahora de revisar el diseñador por si persiste este u otro fallo.
Ahora se trata de la integración de EasyReport en FWH. Lo único que tenemos que comprobar ahora
es que la integración se haya hecho correctamente.
A partir de ahí, conforme más se use y se detecten sus fallos, así se irá mejorando. El primer paso es que esté
al alcance de todos los usarios de FWH de una forma sencilla.
https://github.com/FiveTechSoft/FWH_tools/blob/master/FWEasyReport.zip
-
- Posts: 109
- Joined: Mon Apr 30, 2012 9:10 am
Re: New FWH 21.06
Gracias.
Lo he bajado, y al ir a abrir cualquier informe de samples, me da el error de que el archivo "is not a valid file".
Y se genera un erdsample.log con este contenido:
29.07.2021 17:30:29: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW16" "invalid resource" = "invalid resource"
29.07.2021 17:30:29: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW116" "invalid resource" = "invalid resource"
29.07.2021 17:31:16: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW16" "invalid resource" = "invalid resource"
29.07.2021 17:31:16: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW116" "invalid resource" = "invalid resource"
Lo he bajado, y al ir a abrir cualquier informe de samples, me da el error de que el archivo "is not a valid file".
Y se genera un erdsample.log con este contenido:
29.07.2021 17:30:29: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW16" "invalid resource" = "invalid resource"
29.07.2021 17:30:29: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW116" "invalid resource" = "invalid resource"
29.07.2021 17:31:16: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW16" "invalid resource" = "invalid resource"
29.07.2021 17:31:16: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW116" "invalid resource" = "invalid resource"
- Silvio.Falconi
- Posts: 7133
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: New FWH 21.06
Antonio,
I compiled Erdsample and I have this error
at line 113 of Vrc.rc I have this
![Image](https://i.postimg.cc/zBDtDFxz/vrd.png)
I compiled Erdsample and I have this error
Code: Select all | Expand
Progetto: erdsample, Ambiente: bcc7Harbor:
[1]:Harbour.Exe erdsample.prg /m /n0 /gc1 /w0 /es2 /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\fwh\samples\EASYRE~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\erdsample.c
Harbour 3.2.0dev (r1904111533)
Copyright (c) 1999-2019, https://harbour.github.io/
Compiling 'erdsample.prg'...
Lines 4985, Functions/Procedures 1
Generating C source output to 'Obj\erdsample.c'... Done.
[1]:Bcc32.Exe -M -c -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -IC:\Work\fwh\include -IC:\work\bcc7\Include\windows\sdk\;C:\work\HARBOUR\Include -nC:\Work\fwh\samples\EASYRE~1\Obj erdsample.c
Embarcadero C++ 7.30 for Win32 Copyright (c) 1993-2017 Embarcadero Technologies, Inc.
erdsample.c:
[1]:PORC.EXE erdsample.rc /I c:\work\pellesc\include /I c:\work\pellesc\include\win
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: checked
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: bitmap
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: "STRING"
PORC: C:\Work\fwh\samples\EasyReport\fileedit.rc(5): fatal error: Can't find include file .\resources\resource.h.
at line 113 of Vrc.rc I have this
![Image](https://i.postimg.cc/zBDtDFxz/vrd.png)
Last edited by Silvio.Falconi on Thu Jul 29, 2021 4:04 pm, edited 2 times in total.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New FWH 21.06
joseluispalma wrote:Gracias.
Lo he bajado, y al ir a abrir cualquier informe de samples, me da el error de que el archivo "is not a valid file".
Y se genera un erdsample.log con este contenido:
29.07.2021 17:30:29: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW16" "invalid resource" = "invalid resource"
29.07.2021 17:30:29: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW116" "invalid resource" = "invalid resource"
29.07.2021 17:31:16: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW16" "invalid resource" = "invalid resource"
29.07.2021 17:31:16: FW_READIMAGE( 1405 ) uBmp = "B_PREVIEW116" "invalid resource" = "invalid resource"
Jose Luis,
Vuelve a descargar el fichero:
https://github.com/FiveTechSoft/FWH_tools/blob/master/FWEasyReport.zip
- Antonio Linares
- Site Admin
- Posts: 42513
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: New FWH 21.06
Silvio.Falconi wrote:Antonio,
I compiled Erdsample and I have this errorCode: Select all | Expand
Progetto: erdsample, Ambiente: bcc7Harbor:
[1]:Harbour.Exe erdsample.prg /m /n0 /gc1 /w0 /es2 /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\fwh\samples\EASYRE~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include /oObj\erdsample.c
Harbour 3.2.0dev (r1904111533)
Copyright (c) 1999-2019, https://harbour.github.io/
Compiling 'erdsample.prg'...
Lines 4985, Functions/Procedures 1
Generating C source output to 'Obj\erdsample.c'... Done.
[1]:Bcc32.Exe -M -c -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -IC:\Work\fwh\include -IC:\work\bcc7\Include\windows\sdk\;C:\work\HARBOUR\Include -nC:\Work\fwh\samples\EASYRE~1\Obj erdsample.c
Embarcadero C++ 7.30 for Win32 Copyright (c) 1993-2017 Embarcadero Technologies, Inc.
erdsample.c:
[1]:PORC.EXE erdsample.rc /I c:\work\pellesc\include /I c:\work\pellesc\include\win
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: checked
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: bitmap
PORC: C:\Work\fwh\samples\EasyReport\vrd.rc(113): warning: Unrecognized or misplaced token: "STRING"
PORC: C:\Work\fwh\samples\EasyReport\fileedit.rc(5): fatal error: Can't find include file .\resources\resource.h.
at line 113 of Vrc.rc I have this
Silvio,
Please install FWH at c:\FWH and run c:\FWH\samples\EasyReport\go.bat
- Silvio.Falconi
- Posts: 7133
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
Re: New FWH 21.06
TRying the ER
![Image](https://i.postimg.cc/MpvjwM7C/gg.png)
then the errors that we have complained more times have not been corrected yet,
as you can see when I take a rectangle object (design) it is not placed in the same place where you draw it.
the report designer is unusable for this
I would like to use the C5report report designer which works better from a graphical point of view.
replace ER with C5Report as soon as possible, at least as regards the part of the graphic designer.
i.e. for each ER Area insert the C5REPORT () function
![Image](https://i.postimg.cc/MpvjwM7C/gg.png)
then the errors that we have complained more times have not been corrected yet,
as you can see when I take a rectangle object (design) it is not placed in the same place where you draw it.
the report designer is unusable for this
I would like to use the C5report report designer which works better from a graphical point of view.
replace ER with C5Report as soon as possible, at least as regards the part of the graphic designer.
i.e. for each ER Area insert the C5REPORT () function
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com