Notifications
Clear all

[Closed] LZO decompress/compress data

well done ! why you use “::” ?

i tried this info : http://www.catalyst.com/kb/100354 but nothing, always the (Exception from HRESULT: 0x8007000B)… is a problem of lzo.dll ???

1 Reply
(@panayot)
Joined: 11 months ago

Posts: 0

still learning but thanks (:

Double-colon :: was added in Max 8 to can explicitly call some variable as global. It’s not urgent in above code, just my habit to be sure I not access incidentally same named local variable.

As for lzo.dll, yes, its not compatible with x64.
If the speed is the purpose to use LZO then may take a look at QuickLZ.

thanks, infact there are more legible source code than lzo… but i must use lzo for decompress some internals byte of files used by game, because i’m using maxscript to do some tool for modding.

I will try to compile the lzo library for x64 found here:
http://www.oberhumer.com/opensource/lzo/download/

aha, i see.
build console app in c sounds good
but you know better what you need.

Page 3 / 3