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

Unresolved external when linking into DLL on Windows #83

Closed
EvilBeaver opened this issue Jun 9, 2018 · 1 comment
Closed

Unresolved external when linking into DLL on Windows #83

EvilBeaver opened this issue Jun 9, 2018 · 1 comment

Comments

@EvilBeaver
Copy link
Contributor

EvilBeaver commented Jun 9, 2018

Sucessfully built both rdkafka and cppkafka. Both *.lib are specified in linker input

LNK2019	unresolved external symbol __imp__rd_kafka_conf_new referenced in function 
"public: __thiscall cppkafka::Configuration::Configuration(void)" (??0Configuration@cppkafka@@QAE@XZ) 
d:\project-path\cppkafka.lib(configuration.obj)

and many similar errors

It seems, that linker can't find librdkafka functions, which are used in cppkafka
Any ideas why this happens?

image

dmpas added a commit to dmpas/cppkafka that referenced this issue Jul 3, 2018
dmpas added a commit to dmpas/cppkafka that referenced this issue Jul 3, 2018
@EvilBeaver
Copy link
Contributor Author

Thanks, guys! 👍

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