for use with lzo-net ( http://lzo-net.sourceforge.net/ ) I am looking for a new version of the lzo.dll file. Mine is from 2004.
The newest file should be 2.0.6 ( http://www.oberhumer.com/opensource/lzo/download/ )
But I only have visual studio and compiling is not working. I run
lzo-2.05\B\win32>vc_dll.bat
But I only get error messages.
Where can I download the newsest x86 version of lzo.dll?
I compared compression speed with very much other tools (SharpZipLip, DotNetZip, ManagedQLZ, QuickLZSharp, MiniLZO, Deflate, SevenZip), but lzo is the fastest for my application.
So it would be the best to use the newest version available I think. Maybe there are other improovements and bug fixes that help.
I get the followign errors:
D:\lzo-2.05\lzo-2.05\B\win32>vc_dll.bat
// Copyright (C) 1996-2011 Markus F.X.J. Oberhumer
//
// Windows 32-bit
// Microsoft Visual C/C++ (DLL)
//
The system cannot find the path specified.
D:\lzo-2.05\lzo-2.05\B\win32>set CC=cl -nologo -MD
D:\lzo-2.05\lzo-2.05\B\win32>set CF=-O2 -GF -W3
D:\lzo-2.05\lzo-2.05\B\win32>set LF=
D:\lzo-2.05\lzo-2.05\B\win32>cl -nologo -MD -O2 -GF -W3 -D__LZO_EXPO
RT1#__declspec(dllexport) -c @b\src.rsp
The command "cl" is either misspelled or could not be found