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
xlsxClass together with modharbour ?
-
- Mensajes: 43
- Registered for: 4 years
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.
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