[zeromq-dev] SEHException when calling zmq_init from clrzmq
Dimiter 'malkia' Stanev
malkia at gmail.com
Mon Jun 18 19:19:32 CEST 2012
As other pointed out, your -win64.exe version of zmq won't be helped by
the redist package (x86). You should install the redist package for
(x64) - e.g. -win64.exe
The dependancy walker might help you finding such problems. There is
32-bit and 64-bit version of the app.
http://www.dependencywalker.com/
I maintain as part of luajit ffi libs, dozen of open source libs,
compiled with MSVCRT.DLL (not newer ones). They might help you too, but
I haven't recompiled zmq recently:
32-bit http://github.com/malkia/ufo/tree/master/bin/Windows/x86
<https://github.com/malkia/ufo/tree/master/bin/Windows/x86>
64-bit http://github.com/malkia/ufo/tree/master/bin/Windows/x64
<https://github.com/malkia/ufo/tree/master/bin/Windows/x86>
my versions were from month ago. Look for zmq.dll, zmq.pdb, zmq.lib
(import lib if you need to compile later).
On 6/18/2012 9:15 AM, Tom Robinson wrote:
>> Which configuration of zeromq did you build on your dev machine: x86 (32-bit) or x64 ? In the former case, you need to install the x86 version of Microsoft Visual C++ 2010 SP1 Redistributable Package; x64 will not help at all for 32-bit app.
> I didn't build it myself, I took the libzmq-v100-mt.dll file from the Windows installer:
> http://miru.hk/archive/ZeroMQ-3.2.0rc1~miru1.0-win64.exe
>
> I renamed it to libzmq.dll however, as this is what clrzmq expects it to be called, and placed it in C:\Windows\System32
>
> I've tried installing "Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)" too but it didn't help unfortunately.
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120618/d4dc9a99/attachment.htm>
More information about the zeromq-dev
mailing list