FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 21.06
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 21.06
Posted: Tue Jul 27, 2021 04:48 PM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: New FWH 21.06
Posted: Tue Jul 27, 2021 05:56 PM
Dear Antonio,

I got a errormessage from the new release.
with 21.04 no problem



best 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: 880
Joined: Fri Jan 12, 2007 08:35 PM
Re: New FWH 21.06
Posted: Wed Jul 28, 2021 02:15 AM
TambiΓ©n a mi me sale :-)

Code (fw): Select all Collapse
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 :-)
Que es mejor que programar? creo que nada :)
Atropellada pero aqui ando :P

I love Fivewin

séʌǝɹ ןɐ ɐʇsǝ opunΙ― ǝʇsǝ
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 21.06
Posted: Wed Jul 28, 2021 08:07 AM

If you are using xHarbour then please add this function to your main PRG:

function hb_MemoRead( cFileName )

return MemoRead( cFileName )

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1816
Joined: Wed Oct 26, 2005 02:49 PM
Re: New FWH 21.06
Posted: Wed Jul 28, 2021 02:49 PM
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.

Code (fw): Select all Collapse
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
?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 <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m -->
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 25.01 ] [ xHarbour 64 bits) ]
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 21.06
Posted: Wed Jul 28, 2021 05:25 PM

Solucionado en un nuevo build 2 recien publicado

Por favor descargad FWH 21.06 nuevamente, gracias!

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: New FWH 21.06
Posted: Wed Jul 28, 2021 07:25 PM

Dear Antonio,
Thanks for your work.
Can you just download the designer EXE?
Best regards,
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 21.06
Posted: Thu Jul 29, 2021 05:42 AM

Dear Otto,

You have to build the designer yourself using FWH:

from FWH\samples\EasyReport run go.bat or goh32.bat

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 109
Joined: Mon Apr 30, 2012 09:10 AM
Re: New FWH 21.06
Posted: Thu Jul 29, 2021 07:46 AM

Can you please share the exe of the designer?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 21.06
Posted: Thu Jul 29, 2021 03:15 PM
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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 109
Joined: Mon Apr 30, 2012 09:10 AM
Re: New FWH 21.06
Posted: Thu Jul 29, 2021 03:32 PM

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"

Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: New FWH 21.06
Posted: Thu Jul 29, 2021 03:50 PM
Antonio,
I compiled Erdsample and I have this error


Code (fw): Select all Collapse
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

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 21.06
Posted: Thu Jul 29, 2021 03:57 PM
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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 21.06
Posted: Thu Jul 29, 2021 03:58 PM
Silvio.Falconi wrote:Antonio,
I compiled Erdsample and I have this error


Code (fw): Select all Collapse
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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: New FWH 21.06
Posted: Thu Jul 29, 2021 04:04 PM
TRying the ER



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 March-April 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