Skip to content
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

Procedure entry point rd_kafka_message_status could not be located #266

Open
LenoCode opened this issue Oct 6, 2020 · 0 comments
Open

Comments

@LenoCode
Copy link

LenoCode commented Oct 6, 2020

In my project that is also built as dynamic library I have added cppkafka dll. I followed the tutorial and built it successfully.
Project that I've built is being used by some other application, like power-bi,excel and tableau. Everything works ok except on Tableau. When I start to use my dll, message box pop up saying that "The procedure entry point rd_kafka_message_status could not be located in the dynamic link library"

I added defintion cppkafka_EXPORTS.

EDIT

I also tried to build this project as static lib. I managed to build this project, but once I included into my project, error occurs on compiling with message unresolved external symbol cppkafka::MemberAssignmentInformation::MemberAssignmentInformation.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant