mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
587 stars 207 forks source link

Windows compiling problem #269

Open w58296 opened 3 years ago

w58296 commented 3 years ago

I was using the VS2017 to compile the project,the error ”can not open the file RdKafka::rdkafka-NOTFOUND.obj “ occur. Anyone can solve this problem ? I would appreciate it .

w58296 commented 3 years ago

Solve the obj problem.But dllimport problem still exist.

TheSharpOwl commented 3 years ago

How did you solve the obj problem ?