jonnydee / nzmqt

nzmqt - A lightweight C++ Qt binding for ZeroMQ
Other
199 stars 72 forks source link

not able to use nzmq for QT windows msvc compiler #57

Closed amol1994 closed 4 years ago

amol1994 commented 4 years ago

Hi, I have used nzmq for android and linux qt project in that it is working perfectly. but same project when I compiled in QT for windows msvc 17 it is not able to use zmq.h file. I added library support for windows still not working can someone help me with this.... I need library for qt windows mscv 2017

amol1994 commented 4 years ago

https://github.com/jonnydee/nzmqt/issues/19#issuecomment-115292581

I have checked this link as per comment it creates .dll file but QT supports .lib and .a So how can we have .lib and .a file and Include path for zeromq libraries which will built QT app successfully

@machinekoder can you suggest something??

amol1994 commented 4 years ago

Hey I have resolved the issue it is coz of corrupted .dll file after build. Thank you all.