Announcement

Collapse
No announcement yet.

Zip Funtions - zLib

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Zip Funtions - zLib

    I find myself needing to unzip files from my code but would like to do it without 3rd party Dll's (or if I must use a DLL would like to stick with zLib.dll if I could find a wrapper that matches the functions in the dll)

    So far the examples I have found have functions that do not exist in the dlls that I have found. So I wondered if anyone had a matching pair or functions to zip and unzip without extra dll's???
    Engineer's Motto: If it aint broke take it apart and fix it

    "If at 1st you don't succeed... call it version 1.0"

    "Half of Programming is coding"....."The other 90% is DEBUGGING"

    "Document my code????" .... "WHYYY??? do you think they call it CODE? "

  • #2
    Found it

    It was dubiously hidden via google for "zLib"

    Engineer's Motto: If it aint broke take it apart and fix it

    "If at 1st you don't succeed... call it version 1.0"

    "Half of Programming is coding"....."The other 90% is DEBUGGING"

    "Document my code????" .... "WHYYY??? do you think they call it CODE? "

    Comment


    • #3
      Hello Cliff

      I use zlib.dll for years; it works very well with PB.

      Personaly, I use version 1.1.4 with header pbzlib.inc made by Peter Lameijn.
      More informations here :

      PowerBASIC and related source code. Please do not post questions or discussions, just source code.


      More informations regarding zlib.dll :




      Jean-Pierre
      Jean-Pierre LEROY

      Comment

      Working...
      X