releasenote.txt

来自「stun的一个客户端例子」· 文本 代码 · 共 32 行

TXT
32
字号
[History]
2006/03/20	BUILD_VER = 10	First release

[Description]
This folder contains all files for XSTUNT client library and a test Sample.

[Main Files]
Client.cpp				main implementation file for this library
Client.h				private header file
ClientMacro.h				macro definition file
ClientAPI.h				public header file
Sample.cpp				sample application (Echo server/client)
Makefile				linux make file
ReleaseNote.txt				this file
<Visual Studo 7 Project files>

[Make Procedure]
For Win32, just open the vc7 project and do what you want.
For Linux, the following command will make a Sample application.
>>make Sample

[Usuage Example]
Sample usuages are described in "Sample.cpp"

[Notice]
This library must cooperate with XSTUNT server.

[License]
GPL

[Creator]
Kuanyu Chou @ xDreaming Tech. Co., Ltd.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?