Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jimk72

    Lzo compression?

    I tried but it kept giving me an access violation error. In c++ you would do BYTE *texture = new BYTE[datasize+headersize]; BYTE *unpackedtexture = new BYTE[unpackeddatasize+unpackedheadersize]; texture is then loaded from the file and sent to be uncompressed. lzo1x_decompress(texture...
  2. jimk72

    Lzo compression?

    Yea thats the only thing I found that was helpfull, It seems he hasn't built a delphi version yet. Oh well I will just give up. I spent to much time already translating the original app to delphi, I cant translate another library just to get the app to work. Thanks so much for your replys! jimk
  3. jimk72

    Lzo compression?

    Thanks for the reply! I checked and they have alot of compression types but not Lzo type. Thanks anyway for your time.
  4. jimk72

    Lzo compression?

    I have been looking all over for any info on using this with delphi. I am translating a c++ app to delphi and they use lzo compression to load and save textures and I can't seem to find a delphi version anywhere? I have found minilzo.obj but has NO information or examples on how to use it, and...

Part and Inventory Search

Back
Top