FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Xlsxlibhb_ver2
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Xlsxlibhb_ver2
Posted: Wed Nov 22, 2023 06:56 PM

Mr. João

Thanks.

For now, I prefer to use bcc & xHarbour versions used by FWH for building FWH libraries.

I wait till Mr. Antonio takes a decision to use the new versions.

Regards



G. N. Rao.

Hyderabad, India
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Xlsxlibhb_ver2
Posted: Wed Nov 22, 2023 07:33 PM
karinha wrote:Mister Rao:

Downloads:

BCC77:

https://mega.nz/file/gIskAIjL#vB-TuQAnxKE40wNroXxTfP_n-F6amVzjuoIeJSEVIVk

XHBBCC77:

https://mega.nz/file/MIcQ0ZyQ#crdlVE-I0HXlOLkx1W74jL0RR4QiyzI1fGtw3jj4lys

Mira los *.CFGs

Gracias, thanks.

Regards, saludos.
Please don't upload xHarbour builds to non-official websites. Always provide the official link:

http://xharbour.org/index.asp?page=download/windows/binaries_win
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Xlsxlibhb_ver2
Posted: Wed Nov 22, 2023 07:41 PM
nageswaragunupudi wrote:Mr. João

Thanks.
For now, I prefer to use bcc & xHarbour versions used by FWH for building FWH libraries.
I wait till Mr. Antonio takes a decision to use the new versions.
I agree. In the meantime, I'm experimenting. Please note that I always used FWH with any versions of BCC without problems. I found a problem in your compile batch and I'm trying to understand it.
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Xlsxlibhb_ver2
Posted: Wed Nov 22, 2023 07:45 PM
Enrico Maria Giordano wrote:
Mister Rao:

Downloads:

BCC77:

https://mega.nz/file/gIskAIjL#vB-TuQAnxKE40wNroXxTfP_n-F6amVzjuoIeJSEVIVk

XHBBCC77:

https://mega.nz/file/MIcQ0ZyQ#crdlVE-I0HXlOLkx1W74jL0RR4QiyzI1fGtw3jj4lys

Mira los *.CFGs

Gracias, thanks.

Regards, saludos.
Please don't upload xHarbour builds to non-official websites. Always provide the official link:

http://xharbour.org/index.asp?page=download/windows/binaries_win
Enrico, these are my backup copies; It's my file cloud. I took it from where you indicated and modified it to work perfectly.

Enrico, estas son mis copias de seguridad; Es mi nube de archivos. Lo tomé de donde indicaste y lo modifiqué para que funcione perfectamente.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Xlsxlibhb_ver2
Posted: Wed Nov 22, 2023 07:52 PM
nageswaragunupudi wrote:Mr. João

Thanks.
For now, I prefer to use bcc & xHarbour versions used by FWH for building FWH libraries.
I wait till Mr. Antonio takes a decision to use the new versions.
No hay problema, Maestro Nages. El Maestro Antonio definitivamente lo usará. A menos que prefiera quedarse congelado en el tiempo. Lo correcto es siempre modernizarse. ¿o no?

No problem, Master Nages. Master Antonio will definitely use it. Unless he prefers to remain frozen in time. The right thing to do is always to modernize. or not?

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Xlsxlibhb_ver2
Posted: Wed Nov 22, 2023 08:25 PM
Enrico: see what it looks like in my file cloud:

Enrico: mira cómo se ve en mi nube de archivos:

https://imgur.com/1PHnjFD



Can you understand?

Gracias, thanks.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Xlsxlibhb_ver2
Posted: Wed Nov 22, 2023 08:39 PM
karinha wrote:Enrico, these are my backup copies; It's my file cloud. I took it from where you indicated and modified it to work perfectly.
What are your modifications? Can you share them? Anyway, the current xHarbour builds don't need any modifications. They work fine as they are now.
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Xlsxlibhb_ver2
Posted: Wed Nov 22, 2023 10:14 PM
Enrico Maria Giordano wrote:I agree. In the meantime, I'm experimenting. Please note that I always used FWH with any versions of BCC without problems. I found a problem in your compile batch and I'm trying to understand it.
I found the problem! Please, try this change in the compile batch (buildx.bat):
Code (fw): Select all Collapse
echo -L%bcdir%\lib;%bcdir%\lib\psdk + > b32.bc
echo c0w32.obj + >> b32.bc
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Xlsxlibhb_ver2
Posted: Thu Nov 23, 2023 04:12 PM

Joao, I reviewed your ilink32.cfg. It is not good because you have to modify it every time you want to move BCC to another folder. That's why I prefet to put the lib paths in the compile batch so it manages them automatically.

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Xlsxlibhb_ver2
Posted: Sat Nov 25, 2023 03:29 PM
Enrico Maria Giordano wrote:Joao, I reviewed your ilink32.cfg. It is not good because you have to modify it every time you want to move BCC to another folder. That's why I prefet to put the lib paths in the compile batch so it manages them automatically.
Enrico, I've always done it this way. I prefer it this way, because I know it works perfectly.

Enrico, siempre lo he hecho así. Lo prefiero así porque sé que funciona perfectamente.
Code (fw): Select all Collapse
L 1     C 1    Ins Indent        c:\bcc77\bin\ilink32.cfg

-Gn
-Lc:\bcc77\lib;c:\bcc77\lib\psdk
-aa
-x
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Xlsxlibhb_ver2
Posted: Sat Nov 25, 2023 03:37 PM

Try to move BCC in a different directory. You will have to change the paths in the compile batch AND in the CFG file. Otherwise, if you put -L switch in the compile batch you have to change the paths only there and you can forget the CFG.

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Xlsxlibhb_ver2
Posted: Sat Nov 25, 2023 04:03 PM
Enrico Maria Giordano wrote:Try to move BCC in a different directory. You will have to change the paths in the compile batch AND in the CFG file. Otherwise, if you put -L switch in the compile batch you have to change the paths only there and you can forget the CFG.
Enrico:

mis directorios siempre están fijos:

my directories are always fixed:
Code (fw): Select all Collapse
 Pasta de c:\

03/04/2023  15:21    <DIR>          BCC55
21/08/2023  12:10    <DIR>          BCC551
16/06/2023  17:19    <DIR>          BCC551_OLD
16/06/2023  17:20    <DIR>          BCC582
26/05/2012  11:44    <DIR>          BCC582_old
31/12/2006  23:06    <DIR>          BCC68
31/12/2006  23:09    <DIR>          bcc69
20/05/2017  10:56    <DIR>          bcc7
27/04/2023  09:45    <DIR>          bcc72
15/09/2023  16:57    <DIR>          BCC74
16/11/2023  09:41    <DIR>          BCC76
22/11/2023  12:13    <DIR>          BCC77
Gracias, thanks.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Xlsxlibhb_ver2
Posted: Sat Nov 25, 2023 04:08 PM

As you prefer.. I do not insist.

Continue the discussion