Page 1 of 1

Unresolved External

PostPosted: Tue Feb 13, 2024 5:43 pm
by Eroni
Hi everyone, I am trying to build my exe with Harbour 320 and MSVC 2022 and Dr Xlsx.lib from Charles Kwon, but I have unresolved external error. Someone know what is missing?

DrXlsx32.lib(packager.obj) : error LNK2019: external simbol not resolved, _fill_win32_filefunc64W, referenced in the function __open_zipfile_win32


Harbour 3.2.0
MSVC 2022 (v143)
FWH 2203.

Re: Unresolved External

PostPosted: Tue Feb 13, 2024 5:52 pm
by Enrico Maria Giordano
Try linking xlsxlibhbmsvc.lib too.

Re: Unresolved External

PostPosted: Wed Feb 14, 2024 1:33 pm
by Eroni
Enrico Maria Giordano wrote:Try linking xlsxlibhbmsvc.lib too.


Enrico, thank you, works fine!