Page 1 of 3

Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Wed Jan 11, 2017 5:51 pm
by serge_girard
Hello,

It this of interest for us? :


https://github.com/FTrautwein/hblibxlsxwriter


Serge

mol

Posted: Thu Jan 12, 2017 4:37 pm
by mol
I wanted to test it, but still have no time...

Re: Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Fri Jan 13, 2017 12:44 pm
by bpd2000
Thank Serge for sharing link

Mol
I have tested and working fine
Setp:
1. create path for Harbour as usual
2. you need some .ch files [attached herewith] put all the files in example folder
3. to compile I used command "hmbk2 demo example.hbp
4. run the compiled file

Re: Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Fri Jan 13, 2017 1:30 pm
by serge_girard
Hi BPD,
Can you please share your test.PRG also?

Thx, Serge

Re: Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Fri Jan 13, 2017 1:36 pm
by bpd2000
serge_girard wrote: Fri Jan 13, 2017 1:30 pm Hi BPD,
Can you please share your test.PRG also?

Thx, Serge
Sir,
I had tested all .prg located at \hblibxlsxwriter-master\example, it is with you

Re: Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Fri Jan 13, 2017 1:47 pm
by mol
thanks for info!

Re: Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Fri Jan 13, 2017 2:52 pm
by serge_girard
oops...

Re: Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Fri Apr 10, 2020 10:43 am
by Tiger
bpd2000 wrote: Fri Jan 13, 2017 12:44 pm Thank Serge for sharing link

Mol
I have tested and working fine
Setp:
1. create path for Harbour as usual
2. you need some .ch files [attached herewith] put all the files in example folder
3. to compile I used command "hmbk2 demo example.hbp
4. run the compiled file
Hi BPD,
I am trying to complie the demo.prg according to your instruction, but it never come out the "exe" file. I don't know what's wrong. listed below is my example.hbp file, could you take a look to it? Thanks.

xhb.hbc
-lhblibxlsxwriter
-w2 -es2 -iD:\hblibxlsxwriter\include -lhblibxlsxwriter

And I used following commands to complie the demo.prg

PATH=D:\hmg.3.4.4\HARBOUR\bin;D:\hmg.3.4.4\MINGW\bin
hbmk2 demo.prg example.hbp

Re: Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Fri Apr 10, 2020 3:17 pm
by Tiger
Tiger wrote: Fri Apr 10, 2020 10:43 am
bpd2000 wrote: Fri Jan 13, 2017 12:44 pm Thank Serge for sharing link

Mol
I have tested and working fine
Setp:
1. create path for Harbour as usual
2. you need some .ch files [attached herewith] put all the files in example folder
3. to compile I used command "hmbk2 demo example.hbp
4. run the compiled file
Hi BPD,
I am trying to complie the demo.prg according to your instruction, but it never come out the "exe" file. I don't know what's wrong. listed below is my example.hbp file, could you take a look to it? Thanks.

xhb.hbc
-lhblibxlsxwriter
-w2 -es2 -iD:\hblibxlsxwriter\include -lhblibxlsxwriter

And I used following commands to complie the demo.prg

PATH=D:\hmg.3.4.4\HARBOUR\bin;D:\hmg.3.4.4\MINGW\bin
hbmk2 demo.prg example.hbp
Ha HA, I found what's wrong, I removed the " -lhblibxlsxwriter " from -w2 -es2 -iD:\hblibxlsxwriter\include -lhblibxlsxwriter and it is OK now.

Re: Wrapper for LIBXL libxlsxwriter.dll for Harbour

Posted: Sat Apr 11, 2020 8:27 am
by bpd2000
Attached working folder
Unzip in c drive
set required path for harbour and mingw compiler
go example and run test.cmd