You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.....
The text was updated successfully, but these errors were encountered:
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.....
The text was updated successfully, but these errors were encountered: