On 7 December 2014 at 15:08, Kirby Ross <[email protected]> wrote:

> ZeroMQ-2.20~miru1.0-win32
> czmq-2.2.0
> cppzmq-master
>
> When I bring up the czmq project in VS 2008 and try and build it. I
> continue to get this error:
> fatal error C1083: Cannot open include file: 'zmq.h': No such file or
> directory
>
>
The problem is that Visual Studio does not know where the ZeroMQ headers
and subsequently libraries are located, you will have to update the project
file to point to the installed locations.  The ZeroMQ library name in the
installer package also changes per version, compiler, and architecture.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to