Xlsxlibhb_ver2

Re: Xlsxlibhb_ver2

Postby nageswaragunupudi » Wed Nov 22, 2023 6: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
User avatar
nageswaragunupudi
 
Posts: 10248
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Xlsxlibhb_ver2

Postby Enrico Maria Giordano » Wed Nov 22, 2023 7: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
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Xlsxlibhb_ver2

Postby Enrico Maria Giordano » Wed Nov 22, 2023 7: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.
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Xlsxlibhb_ver2

Postby karinha » Wed Nov 22, 2023 7:45 pm

Enrico Maria Giordano wrote:
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


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
User avatar
karinha
 
Posts: 7214
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Xlsxlibhb_ver2

Postby karinha » Wed Nov 22, 2023 7: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
User avatar
karinha
 
Posts: 7214
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Xlsxlibhb_ver2

Postby karinha » Wed Nov 22, 2023 8: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

Image

Can you understand?

Gracias, thanks.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7214
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Xlsxlibhb_ver2

Postby Enrico Maria Giordano » Wed Nov 22, 2023 8: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.
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Xlsxlibhb_ver2

Postby Enrico Maria Giordano » 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: Select all  Expand view
echo -L%bcdir%\lib;%bcdir%\lib\psdk + > b32.bc
echo c0w32.obj + >> b32.bc
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Xlsxlibhb_ver2

Postby Enrico Maria Giordano » Thu Nov 23, 2023 4: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.
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Xlsxlibhb_ver2

Postby karinha » Sat Nov 25, 2023 3: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: Select all  Expand view

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
User avatar
karinha
 
Posts: 7214
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Xlsxlibhb_ver2

Postby Enrico Maria Giordano » Sat Nov 25, 2023 3: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.
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Xlsxlibhb_ver2

Postby karinha » Sat Nov 25, 2023 4: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: Select all  Expand view

 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
User avatar
karinha
 
Posts: 7214
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Xlsxlibhb_ver2

Postby Enrico Maria Giordano » Sat Nov 25, 2023 4:08 pm

As you prefer.. I do not insist.
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 80 guests