-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use in Windows by using Visual Studio #101
Comments
Did you try this resource on the wiki? |
Yes , cppkafka project is compiled successfully VS 2015 ,but it does not run successfully. |
cppkafka is not an executable, it's a library. You can import it into a project and use it but you can't just "run it". |
@umutozturk95 were you able to link with your project? Please help me if it got linked and working successfully, i need to integrate with my c++ application. Thanks in advance :) |
@umutozturk95 hi i am trying to build the code but getting lot of error . |
Hi,
Do you have a chance to explain step by step how to compile this api in VS for C++?
I got a lot of errors while compling this api and did not find enough resources . Do you have resources to provide?I tried Cmake to compile this api,but I think that compiling steps are not enough clear.
All the best,
The text was updated successfully, but these errors were encountered: