peri
New Member
Posts: 3
|
Post by peri on Feb 7, 2007 15:52:57 GMT -5
Hi,
Compiling a prg using VCLZip pro 3.0.6 b1,
I have this error message:
[C++ Error] VCLUnZip.hpp(885): E2091 Functions cannot return arrays or functions
on the vclunzip.hpp file on line:
DecryptHeaderType __fastcall GetDecryptHeader(int Index);
I try to reinstall th vclzip but the error was always.
Someone kknow this strange error ?
Many thanks,
Andrea.
|
|
|
Post by Kevin on Feb 7, 2007 17:46:39 GMT -5
Try adding this conditional block to KPDEFS.INC and recompiling the package: {$IFDEF VER180} { BDS 2006} {$DEFINE DELPHI_BCB_3} {$DEFINE HAS_64_BIT_INT} {$WARN SYMBOL_PLATFORM OFF} {$WARN UNIT_PLATFORM OFF} {$DEFINE INT64STREAMS} {$DEFINE ISBCB} {$DEFINE ISCLX} {$ObjExportAll On} {$ENDIF}
Then let me know what happens. Kevin
|
|
peri
New Member
Posts: 3
|
Post by peri on Feb 8, 2007 14:34:25 GMT -5
Hi Kevin, It work very well Thx, Andrea.
|
|