Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to use Cap'n Proto library for serialization in my Visual Studio 2013 Project,but I couldnt find any site to download either the binary or source zip.

Kindly provide the site to download the same.

What I have tried:

I tried using cmake to build visual studio 2013 solution but it is throwing errors,probably compatibility issues.

Site I visited:
Cap'n Proto: Installation[^]
Posted
Updated 4-Aug-23 2:12am

Quote:
Kindly provide the site to download the same.
The link for downloading is provided on the site that you linked to in your question.

Quote:
I tried using cmake to build visual studio 2013 solution but it is throwing errors,probably compatibility issues.
Since we cannot see any of your code, and you have not expalined what the errors are, or where they occur, it is impossible to make any useful suggestions.
 
Share this answer
 
Comments
Member 15872449 4-Aug-23 7:50am    
After extracting the zip from the above link ,got the below error ,on using cmake to build VS2013 sln

CMake Error at src/kj/CMakeLists.txt:82 (target_compile_features):
target_compile_features The compiler feature "cxx_generic_lambdas" is not
known to CXX compiler
Richard MacCutchan 4-Aug-23 8:38am    
The error message is clear, your compiler is not at a level that can handle the code you are trying to build. You should upgrade to Visual Studio 2022, the Community Edition is free from Microsoft.
Quote:
CMake Error at src/kj/CMakeLists.txt:82 (target_compile_features):
target_compile_features The compiler feature "cxx_generic_lambdas" is not
known to CXX compiler

We can only guess, but a good possibility is that you are using a different version of the compiler to the original author: go back to the site you got it from, and ask him what version he uses, then compare that and the release notes for it with yours.

Sorry, but we can't do any of that for you!
 
Share this answer
 
Comments
Member 15872449 7-Aug-23 0:41am    
Thank you for the response

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900