gloox1.0 test

http://camaya.net/gloox/

 

下载http://camaya.net/download/gloox-1.0.tar.bz2

或者svn co svn://svn.camaya.net/gloox/branches/1.0 gloox-1.0 下载

 

注:下载的gloox-1.0.tar.bz2在VS2008 Express下编译缺少一个文件,打包问题还是下载问题?用svn check出来的代码编译OK

编译后得到gloox 1.0.dll

 

在src\examples下有很多例子, 需要自定义以下变量才能编译过

const std::string gloox::GLOOX_VERSION = "";
const std::string gloox::EmptyString = "";

......等等

 

测试例子:

roster_example

message_example

 

 

 

 

 

 

 

你可能感兴趣的:(.net,SVN)