Lines Matching +full:fullbench +full:- +full:dll
7 - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)
17 6. Change `Debug` to `Release` and if you have 64-bit Windows change also `Win32` to `x64`.
29 - `lz4` : Command Line Utility, supporting gzip-like arguments
30 - `datagen` : Synthetic and parametrable data generator, for tests
31 - `frametest` : Test tool that checks lz4frame integrity on target platform
32 - `fullbench` : Precisely measure speed for each lz4 inner functions
33 - `fuzzer` : Test tool, to check lz4 integrity on target platform
34 - `liblz4` : A static LZ4 library compiled to `liblz4_static.lib`
35 - `liblz4-dll` : A dynamic LZ4 library (DLL) compiled to `liblz4.dll` with the import library `libl…
36 - `fullbench-dll` : The fullbench program compiled with the import library; the executable requires…
39 #### Using LZ4 DLL with Microsoft Visual C++ project
52 The compiled executable will require LZ4 DLL which is available at
53 `visual\VS2010\bin\$(Platform)_$(Configuration)\liblz4.dll`.