jonnydee/nzmqt

not able to use nzmq for QT windows msvc compiler

amol1994 opened this issue · 2 comments

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

#19 (comment)

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??

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