Hi
Valteçom Uberaba,thanks for your big characters, my eyes liked.
These errors may be related to recent save implementations
in pdf from Hbprinter, miniprint and Miniprint2 in Minigui Extended.
So referring to version 22.5 (update2) I must therefore ask you a question:
If you compile C:\MiniGui\SAMPLES\BASIC\HBPrinter demo using its compile.bat
the compilation is successful?
If yes, I suggest you take a look at File c:\Minigui\batch\compile.bat
you will see that the only references to the libraries that are needed for pdfs are:
hbvpdf.lib, hbhpdf.lib,libhpdf.lib.
of these three hbvpdf.lib + to be excluded because it does not contain the prefix _hb_fun_hpdf_
The libraries contained in \Minigui\harbour\lib which contain the _hb_fun_hpdf_ entry
there are 3:
Pdfprinter.lib, but to be excluded, does not invoke _hb_fun_useutfencoding and other references
hmg_pdf.lib, hbhpdf.lib instead yes.
I don't know BrMake, but I recommend you check how BrMake acts as the libraries
I also suggested previously MUST solve your problem, as they are the
only two interested in providing the missing functions.
I understand the discomfort,
I hope I have been more complete in solving your problem.
Rds
--
Pierpaolo Martinello [ Minigui Extended Team