testZeroMQ

所属分类:Windows编程
开发工具:Visual C++
文件大小:4349KB
下载次数:24
上传日期:2014-02-19 08:43:26
上 传 者liuyuananfang
说明:  内含简单项目代码及ZeroMQ使用教程,资源适合初学者,可以满足快速入门要求 下载ZeroMQ 下载网址:http://zeromq.org/intro:get-the-software 点击“Windows sources”下载zeromq-4.0.3.zip文件 编译ZeroMQ库文件 解压zeromq-4.0.3.zip文件,进入builds\msvc目录,用VS打开*.sln工程文件,编译生成解决方案。编译完成后,会在lib目录下生成dll和lib文件 编写简单的测试工程 1.用VS新建2个项目,一个是server端,一个是client端 2.将ZeroMQ源码项目的include目录下的两个文件“zmq.h”,“zmq_utils.h”拷贝至自己新建的工程 3.将ZeroMQ源码项目的lib目录下的两个文件“libzmq.dll”,“libzmq.lib”拷贝至自己新建的工程 4.将文件“zmq.h”,“zmq_utils.h”和“libzmq.lib”添加进自己新建的项目。
(ZeroMQ simple project containing the code and tutorials, resources for beginners, to meet the requirements of the Quick Start Download ZeroMQ Download URL: http://zeromq.org/intro:get-the-software Click " Windows sources" download zeromq-4.0. 3.zip ZeroMQ library files compiled zeromq-4.0.3.zip unzip the file, enter builds \ msvc directory, with VS open*. sln project file, the compiler generates solutions. After the compilation is complete, it will generate dll and lib files in the lib directory to write a simple test project. Using VS New two projects, one is server-side, is a client-side two would both include directories ZeroMQ source project under File " zmq.h" , " zmq_utils.h" copy to their new project 3 would be two files ZeroMQ source project lib directory under " libzmq.dll" , " libzmq.lib" copy to their new project 4 would file " zmq.h" , " zmq_utils.h" and " libzmq.lib" added to their new projects.)

文件列表:
testZeroMQ\include\zmq.h (14084, 2013-11-25)
testZeroMQ\include\zmq_utils.h (3588, 2013-10-08)
testZeroMQ\libzmq.dll (188416, 2013-12-25)
testZeroMQ\libzmq.lib (9908, 2013-12-25)
testZeroMQ\testZeroMQ\stdafx.cpp (215, 2014-02-18)
testZeroMQ\testZeroMQ\stdafx.h (233, 2014-02-18)
testZeroMQ\testZeroMQ\targetver.h (498, 2014-02-18)
testZeroMQ\testZeroMQ\testZeroMQ.cpp (977, 2014-02-18)
testZeroMQ\testZeroMQ\testZeroMQ.vcproj (4751, 2014-02-18)
testZeroMQ\testZeroMQ\testZeroMQ.vcproj.RJ01010553.lya.user (1417, 2014-02-18)
testZeroMQ\testZeroMQ\zeroMQ\libzmq.dll (188416, 2013-12-26)
testZeroMQ\testZeroMQ\zeroMQ\libzmq.lib (9908, 2013-12-26)
testZeroMQ\testZeroMQ\zeroMQ\zmq.h (12898, 2013-12-26)
testZeroMQ\testZeroMQ\zeroMQ\zmq_utils.h (2134, 2013-12-26)
testZeroMQ\testZeroMQ.ncb (15641600, 2014-02-18)
testZeroMQ\testZeroMQ.sln (1376, 2014-02-18)
testZeroMQ\testZeroMQ.suo (18432, 2014-02-18)
testZeroMQ\ZeroMQServer\stdafx.cpp (217, 2014-02-18)
testZeroMQ\ZeroMQServer\stdafx.h (233, 2014-02-18)
testZeroMQ\ZeroMQServer\targetver.h (498, 2014-02-18)
testZeroMQ\ZeroMQServer\zeroMQ\libzmq.dll (188416, 2013-12-26)
testZeroMQ\ZeroMQServer\zeroMQ\libzmq.lib (9908, 2013-12-26)
testZeroMQ\ZeroMQServer\zeroMQ\zmq.h (12898, 2013-12-26)
testZeroMQ\ZeroMQServer\zeroMQ\zmq_utils.h (2134, 2013-12-26)
testZeroMQ\ZeroMQServer\ZeroMQServer.cpp (721, 2014-02-18)
testZeroMQ\ZeroMQServer\ZeroMQServer.vcproj (4712, 2014-02-18)
testZeroMQ\ZeroMQServer\ZeroMQServer.vcproj.RJ01010553.lya.user (1417, 2014-02-18)
testZeroMQ\工程说明.txt (44, 2014-02-18)
testZeroMQ\testZeroMQ\zeroMQ (0, 2014-02-18)
testZeroMQ\ZeroMQServer\zeroMQ (0, 2014-02-18)
testZeroMQ\include (0, 2014-02-18)
testZeroMQ\testZeroMQ (0, 2014-02-18)
testZeroMQ\ZeroMQServer (0, 2014-02-18)
testZeroMQ (0, 2014-02-18)
Windows下VS2008使用ZeroMQ说明.doc (1655296, 2014-02-18)

======================================================================== 控制台应用程序:testZeroMQ 项目概述 ======================================================================== 应用程序向导已为您创建了此 testZeroMQ 应用程序。 本文件概要介绍组成 testZeroMQ 应用程序的 的每个文件的内容。 testZeroMQ.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 testZeroMQ.cpp 这是主应用程序源文件。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 testZeroMQ.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者