Hi Tony,

Many thanks again for prompt reply and help, as recommended I removed the 
libzmq.dll (2.2.0) from SysWOW64 ( was recommended for a metatrader 
application), placed it instead in its own library folder - the app worked 
just as well there.

In any case, the test worked this time (reported using ZMQ 4.0.5) and my 
small app is also running.

Your prompt help is very much appreciated!

Keith



On Thursday, 5 February 2015 22:30:51 UTC-8, Tony Kelman wrote:
>
> > which I installed in SysWOW64
>
> Generally it's not a good idea to manually put things in system folders. 
> Depending on the path ordering, Julia might be picking this copy up before 
> the version that's installed by Julia. Remove the libzmq dll from SysWOW64 
> unless you have some really good non-Julia reason for putting it there.
>
> > Also tried WinRPM.install("ZMQ"),but ZMQ was not found..
>
> The package name on WinRPM isn't ZMQ, you'd need to do 
> WinRPM.install("zeromq"). Though when you do Pkg.build("ZMQ") that should 
> get run automatically.
>

Reply via email to