English by Google
**************
Hi:
Joined a new application Advanced Report.
Compiler said to me:
"Undefined reference to HB_FUN_PDFINIT"
"Undefined reference to HB_FUN_PDFOPEN"
"Undefined reference to HB_FUN...
...
File (h_rptgen.c ):h_rptgen.c
Obviously I'm missing something
What is it? (PDF Functions)
TIA
jouhmg
New Report Advanced
Moderator: Rathinagiri
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: New Report Advanced
Which version of HMG are you using? Can you post the sample.prg?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: New Report Advanced
English by Google
*************
Hi:
Using HMG 2.9.3
Examples of Advanced Report function well.
Now, when incorporated into an application I get the error as if the missing file h_rptgen.c
The test is:
#include "minigui.ch"
Procedure Report
Use Test
LOAD REPORT Test
EXECUTE REPORT Test PREVIEW SELECTPRINTER
Use
Return
Regards
jouhmg
*************
Hi:
Using HMG 2.9.3
Examples of Advanced Report function well.
Now, when incorporated into an application I get the error as if the missing file h_rptgen.c
The test is:
#include "minigui.ch"
Procedure Report
Use Test
LOAD REPORT Test
EXECUTE REPORT Test PREVIEW SELECTPRINTER
Use
Return
Regards
jouhmg
Re: New Report Advanced
Hello jouhmg,
I just tested Demo2.prg within C:\HMG\samples\REPORT.ADVANCED folder.
It runs Ok.
If possible, please rename your HMG folder to another folder (eg, HMG_Old) and Re install HMG. Then try to compile.
With best regards.
Sudip
I just tested Demo2.prg within C:\HMG\samples\REPORT.ADVANCED folder.
It runs Ok.
If possible, please rename your HMG folder to another folder (eg, HMG_Old) and Re install HMG. Then try to compile.
With best regards.
Sudip
With best regards,
Sudip
Sudip
Re: New Report Advanced
English by Google
*************
Hello sudip:
I did as recommended but still the error.
It may be that the package of HMG h_rptgen.c file is missing?
In the folder C:\HMG\Source file is h_rptgen.prg but not the file h_rptgen.c
This is correct?
Regards
jouhmg
*************
Hello sudip:
I did as recommended but still the error.
It may be that the package of HMG h_rptgen.c file is missing?
In the folder C:\HMG\Source file is h_rptgen.prg but not the file h_rptgen.c
This is correct?
Regards
jouhmg
Re: New Report Advanced
Hi,jouhmg wrote:English by Google
*************
Hi:
Using HMG 2.9.3
Examples of Advanced Report function well.
Now, when incorporated into an application I get the error as if the missing file h_rptgen.c
...
Try to add the library hbvpdf to your link script by command:
-lhbvpdf
I hope that helps.
Kind Regards,
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
Re: New Report Advanced
English by Google
*************
Hello Grigory:
That was the solution.
QAC use version 4.11.16 and possibly this is not contemplating
the introduction of this library, which made me understand a
little more how this tool.
I confirmed with the author of QAC if so.
Thank you very much.
Regards
jouhmg
*************
Hello Grigory:
That was the solution.
QAC use version 4.11.16 and possibly this is not contemplating
the introduction of this library, which made me understand a
little more how this tool.
I confirmed with the author of QAC if so.
Thank you very much.
Regards
jouhmg