xlsxClass together with modharbour ?

Responder
fred2088
Mensajes: 8
Registered for: 9 months
Hong Kong

xlsxClass together with modharbour ?

Mensaje por fred2088 »

Dear Sirs,

just try the xlsxclass with harbour, compile & run without any problem on the sample program that output sample.xlsx

how to make it work under modharbour ? it seems required the following library
xhb.hbc
hbcups.hbc
hbziparc.hbc

#require "hbmzip"
#include "simpleio.ch"
#INCLUDE "hbclass.ch"
#include "hbxml.ch"

how to include necessary lib into modharbour ?

TIA

diegof
Mensajes: 42
Registered for: 3 years
Argentina

Mensaje por diegof »

If your project requires any extra lib, you must include it in your modharbour.v2 build and then add all the functions( .hbx in contrib ) that these libs require to https://github.com/mod-harbour/mod_harb ... xterns.hbx and adapt the https://github.com/mod-harbour/mod_harb ... apache.hbp too.

Diego.
fred2088 escribió: Mié Sep 13, 2023 6:34 am Dear Sirs,

just try the xlsxclass with harbour, compile & run without any problem on the sample program that output sample.xlsx

how to make it work under modharbour ? it seems required the following library
xhb.hbc
hbcups.hbc
hbziparc.hbc

#require "hbmzip"
#include "simpleio.ch"
#INCLUDE "hbclass.ch"
#include "hbxml.ch"

how to include necessary lib into modharbour ?

TIA

Responder