readme.txt

来自「symbian os c/c++ 手机客户端使用HTTP通信例子」· 文本 代码 · 共 44 行

TXT
44
字号
========
OVERVIEW
========

ExampleClient demonstrates simple HTTP GET and POST transactions using HTTP 
Client API. Basic HTTP authentication is also supported.

ExampleClientEngine.cpp/.h contains the implementation of HTTP Client API usage.
Other source files form the typical AvKon GUI application.


=============
COMPATIBILITY
=============

Series 60, version 2.0
Tested on Nokia 6600


===========
COMPILATION
===========

Build from .\group:
>> bldmake bldfiles
>> abld build wins udeb
for wins build.

.\sis contains package file (ExampleClient.pkg) for the project. It is assumed
that the SDK is installed in the default location ("C:\Symbian\7.0s"). 
If not, you must change the paths for ExampleClient.app and ExampleClient.rsc in
the ExampleClient.pkg file. 

Also ready made installation file is provided, ExampleClient.sis, compiled and 
created with Series 60 v2.0 SDK.


=====
NOTES
=====
* Running the application in emulator requires correctly configured networking.
* Running the application in device requires correctly configured internet 
  access point.

⌨️ 快捷键说明

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