Searched full:visual (Results 1 – 25 of 29) sorted by relevance
12
8 - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015)9 - `VS2017` - Visual Studio 2017 project12 #### How to compile lz4 with Visual Studio14 1. Install Visual Studio e.g. VS 2015 Community Edition (it's free).18 5. Visual Studio will ask about converting VS2010 project to VS2015 and you should agree.26 The Visual Studio solution file `lz4.sln` contains many projects that will be compiled to the41 #### Using LZ4 DLL with Microsoft Visual C++ project45 compile a project using Visual C++.48 …be found in Project Properties of Visual Studio IDE in the `C/C++` Property Pages on the `General`…
1 # Visual C++
8 - COMPILER: "visual"11 - COMPILER: "visual"14 - COMPILER: "visual"17 - COMPILER: "visual"33 …86)\Microsoft Visual Studio 10.0\VC\lib\amd64;C:\Program Files (x86)\Microsoft Visual Studio 10.0\…85 - if [%COMPILER%]==[visual] (87 ECHO *** Building Visual Studio 2010 %PLATFORM%\%CONFIGURATION% &&91 ECHO *** Building Visual Studio 2012 %PLATFORM%\%CONFIGURATION% &&95 ECHO *** Building Visual Studio 2013 %PLATFORM%\%CONFIGURATION% &&99 ECHO *** Building Visual Studio 2015 %PLATFORM%\%CONFIGURATION% &&
12 # Visual Studio
3 perf: faster speed with Visual Studio, thanks to @wolfpld and @remittor17 build: visual/* moved to build/163 Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka182 Added : Visual project directory
8 - `dll\liblz4.lib` : The import library of LZ4 library for Visual C++49 #### The example of usage of static and dynamic LZ4 libraries with Visual C++52 dynamic LZ4 library from the `dll` directory. The solution works with Visual C++53 2010 or newer. When one will open the solution with Visual C++ newer than 201057 #### Using LZ4 DLL with Visual C++60 are required to compile a project using Visual C++.
1 Microsoft Visual Studio Solution File, Format Version 12.002 # Visual Studio Express 2012 for Windows Desktop
33 # define _CRT_SECURE_NO_WARNINGS /* Disable Visual Studio warning messages for fopen, strncpy, …34 # if (_MSC_VER <= 1800) /* (1800 = Visual Studio 2013) */36 # define snprintf sprintf_s /* snprintf unsupported by Visual <= 2013 */
30 #ifdef _MSC_VER /* Visual Studio */
1 // Microsoft Visual C++ generated resource script.
68 or `_CRT_SECURE_NO_WARNINGS` for Visual Studio.108 The import library is only required with Visual C++.
123 #ifdef _MSC_VER /* Visual Studio */198 #if defined(_MSC_VER) /* Visual Studio */627 #if defined(_MSC_VER) /* Visual Studio */
90 #if defined(_MSC_VER) && defined(_WIN32_WCE) /* Visual Studio for WinCE doesn't support Hardware …124 #if defined(_MSC_VER) && (_MSC_VER >= 1400) /* Visual Studio 2005+ */130 # ifdef _MSC_VER /* Visual Studio */
674 * or _CRT_SECURE_NO_WARNINGS in Visual.
1 Microsoft Visual Studio Solution File, Format Version 12.002 # Visual Studio 15
5 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
8 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
3 #if defined(_MSC_VER) && (_MSC_VER <= 1800) /* Visual Studio <= 2013 */
532 or _CRT_SECURE_NO_WARNINGS in Visual.