EasyPreview compiling errors

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

EasyPreview compiling errors

Post by Silvio.Falconi »

I tried to compile EasyPreview and it make these errors. Any Help?

Code: Select all

Error E2209 wpdf.c 13: Unable to open include file 'wpdf.h'
Error E2303 wpdf.c 19: Type name expected
Error E2147 wpdf.c 24: 'WPDFEnviroment' cannot start a parameter declaration
Warning W8004 wpdf.c 40: 'bRet' is assigned a value that is never used in function wpdfcall_Message
Warning W8057 wpdf.c 40: Parameter 'PdfEnv' is never used in function wpdfcall_Message
Error E2451 wpdf.c 59: Undefined symbol 'WPDFEnviroment' in function HB_FUN_WPDFINITEX
Error E2379 wpdf.c 59: Statement missing ; in function HB_FUN_WPDFINITEX
Error E2451 wpdf.c 60: Undefined symbol 'WPDFInfoRecord' in function HB_FUN_WPDFINITEX
Error E2379 wpdf.c 60: Statement missing ; in function HB_FUN_WPDFINITEX
Error E2451 wpdf.c 62: Undefined symbol 'Info' in function HB_FUN_WPDFINITEX
Error E2109 wpdf.c 62: Not an allowed type in function HB_FUN_WPDFINITEX
Error E2451 wpdf.c 106: Undefined symbol 'pdf' in function HB_FUN_WPDFINITEX
Warning W8065 wpdf.c 106: Call to function 'wpdfInitializeEx' with no prototype in function HB_FUN_WPDFINITEX
Warning W8065 wpdf.c 114: Call to function 'wpdfFinalize' with no prototype in function HB_FUN_WPDFFINALIZE
Error E2451 wpdf.c 119: Undefined symbol 'wpdfInitialize' in function HB_FUN_WPDFFINALIZE
Error E2277 wpdf.c 120: Lvalue required in function HB_FUN_WPDFFINALIZE
Error E2451 wpdf.c 121: Undefined symbol 'wpdfFinalizeAll' in function HB_FUN_WPDFFINALIZE
Warning W8075 wpdf.c 128: Suspicious pointer conversion in function HB_FUN_WPDFDLLLOAD
Warning W8075 wpdf.c 129: Suspicious pointer conversion in function HB_FUN_WPDFDLLLOAD
Warning W8065 wpdf.c 133: Call to function 'LOAD_WPDF_ENGINE' with no prototype in function HB_FUN_WPDFDLLLOAD
Error E2451 wpdf.c 135: Undefined symbol 'wpdfSetLicenseKey' in function HB_FUN_WPDFDLLLOAD
Warning W8004 wpdf.c 143: 'PDF_LIC_CODE' is assigned a value that is never used in function HB_FUN_WPDFDLLLOAD
Warning W8065 wpdf.c 149: Call to function 'wpdfBeginDoc' with no prototype in function HB_FUN_WPDFBEGINDOC
Warning W8065 wpdf.c 155: Call to function 'wpdfEndDoc' with no prototype in function HB_FUN_WPDFENDDOC
Warning W8065 wpdf.c 165: Call to function 'wpdfStartPageEx' with no prototype in function HB_FUN_WPDFSTARTPAGEEX
Warning W8065 wpdf.c 171: Call to function 'wpdfStartPage' with no prototype in function HB_FUN_WPDFSTARTPAGE
Warning W8065 wpdf.c 177: Call to function 'wpdfEndPage' with no prototype in function HB_FUN_WPDFENDPAGE
Warning W8065 wpdf.c 185: Call to function 'wpdfDC' with no prototype in function HB_FUN_WPDFDC
Warning W8069 wpdf.c 185: Nonportable pointer conversion in function HB_FUN_WPDFDC
Warning W8065 wpdf.c 192: Call to function 'wpdfDrawMetafile' with no prototype in function HB_FUN_WPDFDRAWMETAFILE
Warning W8065 wpdf.c 198: Call to function 'wpdfSetSProp' with no prototype in function HB_FUN_WPDFSETSPROP
Warning W8065 wpdf.c 204: Call to function 'wpdfSetIProp' with no prototype in function HB_FUN_WPDFSETIPROP
*** 14 errors in Compile ***
 
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: EasyPreview compiling errors

Post by cnavarro »

C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
mgsoft
Posts: 398
Joined: Mon Aug 17, 2009 12:18 pm
Location: España

Re: EasyPreview compiling errors

Post by mgsoft »

You need wpdf.h

Anyway the priority is Easyreport. In fact current Fwh preview has already EasyPreview features.
Saludos,

Eduardo
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: EasyPreview compiling errors

Post by Silvio.Falconi »

where I found it ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
mastintin
Posts: 1502
Joined: Thu May 27, 2010 2:06 pm

Re: EasyPreview compiling errors

Post by mastintin »

Silvio.Falconi wrote:where I found it ?
https://bitbucket.org/fivetech/easyrepo ... ?at=master
Post Reply