Dear Luca and All,

Got the info. i removed cppzmq but still i cann't solve the problem of 
compiling simple program on Windows 10 /Visual Studio. 

>>https://stackoverflow.com/questions/10367678/linking-to-a-static-0mq-library-in-vs?lq=1

Followed the as mentioned here,  i.e download the .zip file from website build 
using VS 2017. and give .h and .lib file path on my program settings. Still see 
many error like
>>>>https://stackoverflow.com/questions/10367678/linking-to-a-static-0mq-library-in-vs?lq=1

Seems, i making some beginner mistake :(. Thanks a lot. 

With kindest regards,
Chandra

On Tue, Apr 10, 2018, at 02:54, Luca Boccassi wrote:
> On Tue, 2018-04-10 at 00:46 +0800, Chandra wrote:
> > Dear All, 
> > 
> > Greetings! I am new to ZMQ. Trying to install ZMQ C++ bindings and
> > run
> > sample program - "Hello World Client  C++" in Windows 10 (x64)
> > /Visual
> > Studio 2017 community version.
> > 1. At first, Install the  stable release 4.0.4 using Windows
> > installer
> >    from http://zeromq.org/distro:microsoft-windows2. Lately learn the
> > C++ header files not part of ZMQ core installation.    Download the
> > C++ bindings /header files (*zmq.hpp*)  from
> >     https://github.com/zeromq/cppzmq     
> > 3. Unzip cppzmq folder and copy *inside the ZeroMQ 4.0.4 folder* (
> >    C:\Program Files\ZeroMQ 4.0.4\cppzmq-master)4. In visual studio -
> > C++ -  add additional Include folder -
> >    *C:\Program Files\ZeroMQ 4.0.4\cppzmq-master;*    
> >    Getting many errors - including Can not open zmq.h file.  (Please
> >    refer the attached file)   
> > Questions: 
> > a) Is it right way to do  or have to build from sources zeromq-
> > 4.2.3.zip
> >    and use  *C:\libzmq\builds\msvc** *folder* *as stated here* - *
> > https://stackoverflow.com/questions/25967933/zmq-setup-for-vs2010-c
> 
> Build from sources - windows binaries are not provided anymore
> https://github.com/zeromq/libzmq/archive/v4.2.5.zip
> 
> > b) what is difference between cppzmq and libzmq? Am i missing
> >    somethings?
> > Any thoughts helpful , can not solve this last few days. Many
> > thanks. 
> > 
> > With kindest regards,
> > Chandra
> 
> cppzmq is a header with c++ wrappers, you don't need it to get started,
> you can use just libzmq
> 
> -- 
> Kind regards,
> Luca Boccassi
> Email had 1 attachment:
> + signature.asc
>   1k (application/pgp-signature)
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to