文件名称:testZeroMQ
-
所属分类:
- 标签属性:
- 上传时间:2014-02-19
-
文件大小:4.25mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
内含简单项目代码及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.
下载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
testZeroMQ/include/zmq_utils.h
testZeroMQ/libzmq.dll
testZeroMQ/libzmq.lib
testZeroMQ/testZeroMQ/ReadMe.txt
testZeroMQ/testZeroMQ/stdafx.cpp
testZeroMQ/testZeroMQ/stdafx.h
testZeroMQ/testZeroMQ/targetver.h
testZeroMQ/testZeroMQ/testZeroMQ.cpp
testZeroMQ/testZeroMQ/testZeroMQ.vcproj
testZeroMQ/testZeroMQ/testZeroMQ.vcproj.RJ01010553.lya.user
testZeroMQ/testZeroMQ/zeroMQ/libzmq.dll
testZeroMQ/testZeroMQ/zeroMQ/libzmq.lib
testZeroMQ/testZeroMQ/zeroMQ/zmq.h
testZeroMQ/testZeroMQ/zeroMQ/zmq_utils.h
testZeroMQ/testZeroMQ.ncb
testZeroMQ/testZeroMQ.sln
testZeroMQ/testZeroMQ.suo
testZeroMQ/ZeroMQServer/ReadMe.txt
testZeroMQ/ZeroMQServer/stdafx.cpp
testZeroMQ/ZeroMQServer/stdafx.h
testZeroMQ/ZeroMQServer/targetver.h
testZeroMQ/ZeroMQServer/zeroMQ/libzmq.dll
testZeroMQ/ZeroMQServer/zeroMQ/libzmq.lib
testZeroMQ/ZeroMQServer/zeroMQ/zmq.h
testZeroMQ/ZeroMQServer/zeroMQ/zmq_utils.h
testZeroMQ/ZeroMQServer/ZeroMQServer.cpp
testZeroMQ/ZeroMQServer/ZeroMQServer.vcproj
testZeroMQ/ZeroMQServer/ZeroMQServer.vcproj.RJ01010553.lya.user
testZeroMQ/工程说明.txt
testZeroMQ/testZeroMQ/zeroMQ
testZeroMQ/ZeroMQServer/zeroMQ
testZeroMQ/include
testZeroMQ/testZeroMQ
testZeroMQ/ZeroMQServer
testZeroMQ
Windows下VS2008使用ZeroMQ说明.doc
testZeroMQ/include/zmq_utils.h
testZeroMQ/libzmq.dll
testZeroMQ/libzmq.lib
testZeroMQ/testZeroMQ/ReadMe.txt
testZeroMQ/testZeroMQ/stdafx.cpp
testZeroMQ/testZeroMQ/stdafx.h
testZeroMQ/testZeroMQ/targetver.h
testZeroMQ/testZeroMQ/testZeroMQ.cpp
testZeroMQ/testZeroMQ/testZeroMQ.vcproj
testZeroMQ/testZeroMQ/testZeroMQ.vcproj.RJ01010553.lya.user
testZeroMQ/testZeroMQ/zeroMQ/libzmq.dll
testZeroMQ/testZeroMQ/zeroMQ/libzmq.lib
testZeroMQ/testZeroMQ/zeroMQ/zmq.h
testZeroMQ/testZeroMQ/zeroMQ/zmq_utils.h
testZeroMQ/testZeroMQ.ncb
testZeroMQ/testZeroMQ.sln
testZeroMQ/testZeroMQ.suo
testZeroMQ/ZeroMQServer/ReadMe.txt
testZeroMQ/ZeroMQServer/stdafx.cpp
testZeroMQ/ZeroMQServer/stdafx.h
testZeroMQ/ZeroMQServer/targetver.h
testZeroMQ/ZeroMQServer/zeroMQ/libzmq.dll
testZeroMQ/ZeroMQServer/zeroMQ/libzmq.lib
testZeroMQ/ZeroMQServer/zeroMQ/zmq.h
testZeroMQ/ZeroMQServer/zeroMQ/zmq_utils.h
testZeroMQ/ZeroMQServer/ZeroMQServer.cpp
testZeroMQ/ZeroMQServer/ZeroMQServer.vcproj
testZeroMQ/ZeroMQServer/ZeroMQServer.vcproj.RJ01010553.lya.user
testZeroMQ/工程说明.txt
testZeroMQ/testZeroMQ/zeroMQ
testZeroMQ/ZeroMQServer/zeroMQ
testZeroMQ/include
testZeroMQ/testZeroMQ
testZeroMQ/ZeroMQServer
testZeroMQ
Windows下VS2008使用ZeroMQ说明.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.