Home > Back-end >  How to use third-party control ZlibEX delphi2005?
How to use third-party control ZlibEX delphi2005?

Time:09-17

How to use third-party control delphi2005?
There is only one.
PAS filesAccording to the online tutorial made it this far, but there is something wrong with how to use it, behind USES ZlibEX reference has not passed, when prompt the file not found: 'ZlibEX. Dcuil download controls the bag also have no the file,,,
If the. Pas files added to the project is submitted to the error: the unsafe pointer only allowed if the compiling with {$unsafecode on} and undeclared identifier: 'pbyte' similar mistakes, such as,

The first step is to open the Delphi2005, select File - & gt; New - & gt; Package - Delphi for Win32 menu, create a BPL project and maintain (be sure to remember to save first),
The second step, choose Project - & gt; Add to the project, Add PAS files now Bpl package,
The third step, choose Project - & gt; Build, or press shift + F9 key directly, produce BPL package,
Finally the synthetic Component - & gt; The Install Packages installed

CodePudding user response:

Mainly is to use Gzip decompression string, see online say Delphi built-in Zlib, but USES Zlib is an error, don't understand what's going on,

CodePudding user response:

Or have other Gzip decompression strings delphi2005 solution can also, thank you
  • Related