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