Announcement

Collapse
No announcement yet.

Need zip code

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

  • Need zip code

    I'm working a project and I need some lightning quick compression code.
    I don't care whta kind but it has to be FAST...

    Will pay for it if necessary, no DLL's as it has to be inside of ONE EXe..


    Thanks

    Scott

    ------------------
    Scott
    mailto:[email protected][email protected]</A>
    Scott Turchin
    MCSE, MCP+I
    http://www.tngbbs.com
    ----------------------
    True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

  • #2
    On my site i have the cabinet code.
    Requires 2 dll's but i succesfully added them in a project of mine using PEBundle.

    I can help you out if you need.
    Don't know if this is fast code for you.
    I don't have problems with it.
    Only the DLL's are very 'fragile' with errors.

    If you take a look into the cab sdk, there's also a way to use memory instead.

    If you need the dll's, wich are NOT on my site, email me..


    ------------------
    [email protected]
    hellobasic

    Comment


    • #3
      I"ll keep that in mind, I do appreciate it but I would like to just get one function where I can say:

      Buffer = Compress(Buffer) and be done with it....

      Thanks, will check it out if I cna't come up with some source...

      How do the files get added in anyway? I'm not familiar with PEBundle



      ------------------
      Scott
      mailto:[email protected][email protected]</A>
      Scott Turchin
      MCSE, MCP+I
      http://www.tngbbs.com
      ----------------------
      True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

      Comment


      • #4
        Scott,

        Is it "text" data or binary data?

        --Dave


        ------------------
        Home of the BASIC Gurus
        www.basicguru.com
        Home of the BASIC Gurus
        www.basicguru.com

        Comment


        • #5
          Binary, basically crunching files together, assume binary since that's the most difficult..





          Scott

          ------------------
          Scott
          mailto:[email protected][email protected]</A>
          Scott Turchin
          MCSE, MCP+I
          http://www.tngbbs.com
          ----------------------
          True Karate-do is this: that in daily life, one's mind and body be trained and developed in a spirit of humility; and that in critical times, one be devoted utterly to the cause of justice. -Gichin Funakoshi

          Comment


          • #6
            Scott,
            I use aPLib. http://apack.cjb.net/

            James




            ------------------

            Comment


            • #7
              Scott,
              Re: PEBundle -> www.collakesoftware.com

              I use PEBundle to embed the aPLib dll into my exe.

              One note; the emphasis with aPLib is extremely fast decompression.
              I have not done any testing but this is where I needed the speed not
              in the compression of the data.

              James


              ------------------

              Comment

              Working...
              X