Skip to content

Ready to Start and Explore

Highlights

Prebuilt libraries and required header files packaged in archives.

  • For several modern Visual Studio Compilers:
  • Visual Studio 2022 - MSVC 143
  • Visual Studio 2019 - MSVC 142
  • Visual Studio 2017 - MSVC 141 - until v1.45.2
  • Visual Studio 2015 - MSVC 140 - until v1.45.2
  • For both 32- and 64-Bit architectures
  • Convenient with all three build configurations Release, RelWithDebInfo, Debug

What is code without examples - harder to understand, less practical to get stated with, and so on.

  • Several easy starter examples from the official gRPC project
  • For Visual Studio 2022, Visual Studio 2019
  • For older versions of Visual Studio e.g. Visual Studio 2017 and Visual Studio 2015 until version 1.45.2
  • Pre-configured - Can be used in seconds.
  • Debuggable - RelWithDebInfo and Debug include symbols

Requirements

One of the compilers:

  • Visual Studio 2022 - MSVC 143
  • Visual Studio 2019 - MSVC 142

For a better experience use one of the IDEs with one the upper mentioned compilers.

Back to top