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
I was trying to link my windows c++ program with librdkafka, but getting an error saying "the code execution cannot proceed because rdkafka.dll was not found". Please help me fixing this issue.
The steps I have followed.
downloaded the latest librdkakfa (1.91), compiled and generated "rdkafka.lib"
Created a sample C++ program using CMake and linked the "rdkafka.lib" library using "target_link_libraries"
Code compilation has been success, but error while running the program
snap shot of the error is attached, please help me fixing this issue
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to link my windows c++ program with librdkafka, but getting an error saying "the code execution cannot proceed because rdkafka.dll was not found". Please help me fixing this issue.
The steps I have followed.
Beta Was this translation helpful? Give feedback.
All reactions