Re: [zeromq-dev] CZMQ Visual Studio

2013-10-07 Thread KIU Shueng Chuan
Hi, I just tried creating an x86 MSVC import lib for a libzmq.dll generated by MINGW32 on 32-bit Windows. I did get it to work. I imagine cross-compiled, 64-bit versions and libczmq.dll would work too. There's no C++ name mangling issue since libzmq exports a C interface. The errors you encounter

Re: [zeromq-dev] CZMQ Visual Studio

2013-10-07 Thread Laurent Alebarde
When I was trying to build libzmq and libczmq under windows with MinGW, some suggested me on stackoverflow that it would be easier to do it under the QT environment. I didn't try because I wanted to stay minimal. But if your main project is already under QT, you should try to rebuild libzmq und

[zeromq-dev] CZMQ Visual Studio

2013-10-07 Thread HG Choi
To Developers, Even though I do not enjoy dealing with Windows, I must do so at this point in time. I have successfully cross-compiled libzmq, libczmq, and libfmq for x86_64 Windows using Mingw under Linux. All three were tested using the built selftests.exe. So now I know it is possible to use al