esoap-examples-1.2

所属分类:嵌入式/单片机/硬件编程
开发工具:Visual C++
文件大小:92KB
下载次数:7
上传日期:2007-09-26 22:56:37
上 传 者xia_1029
说明:  ESOAP是一款专注于嵌入式web service开发的工具 压缩包里提供了基本的例子
(ESOAP is a focus on embedded development tools for web service provides the basic compression bag examples)

文件列表:
esoap_examples\add_two\add_client.cpp (1434, 2001-09-18)
esoap_examples\add_two\add_client.dsp (4343, 2001-09-17)
esoap_examples\add_two\add_server.cpp (1630, 2001-09-18)
esoap_examples\add_two\add_server.dsp (4421, 2001-09-17)
esoap_examples\add_two\add_two.dsw (738, 2001-09-17)
esoap_examples\add_two\add_two.esd (3376, 2001-09-18)
esoap_examples\add_two\auto_gen\AddTwo_impl.h (1055, 2001-09-17)
esoap_examples\add_two\auto_gen\AddTwo_impl_cb.cpp (2901, 2001-09-17)
esoap_examples\add_two\auto_gen\AddTwo_proxy.cpp (2125, 2001-09-17)
esoap_examples\add_two\auto_gen\AddTwo_proxy.h (1022, 2001-09-17)
esoap_examples\add_two\auto_gen\i_AddTwo.h (743, 2001-09-17)
esoap_examples\array\array.dsw (746, 2001-09-08)
esoap_examples\array\array.esd (3679, 2001-09-08)
esoap_examples\array\array_client.cpp (2160, 2001-09-11)
esoap_examples\array\array_client.dsp (4445, 2001-09-08)
esoap_examples\array\array_server.cpp (2073, 2001-09-11)
esoap_examples\array\array_server.dsp (4363, 2001-09-08)
esoap_examples\array\auto_gen\Echo_impl.h (1043, 2001-09-09)
esoap_examples\array\auto_gen\Echo_impl_cb.cpp (3356, 2001-09-09)
esoap_examples\array\auto_gen\Echo_proxy.cpp (2728, 2001-09-09)
esoap_examples\array\auto_gen\Echo_proxy.h (1009, 2001-09-09)
esoap_examples\array\auto_gen\i_Echo.h (734, 2001-09-09)
esoap_examples\binary\auto_gen\Echo_impl.h (990, 2001-09-09)
esoap_examples\binary\auto_gen\Echo_impl_cb.cpp (2358, 2001-09-09)
esoap_examples\binary\auto_gen\Echo_proxy.cpp (2012, 2001-09-09)
esoap_examples\binary\auto_gen\Echo_proxy.h (954, 2001-09-09)
esoap_examples\binary\auto_gen\i_Echo.h (679, 2001-09-09)
esoap_examples\binary\binary.dsw (750, 2001-09-08)
esoap_examples\binary\binary.esd (3066, 2001-09-08)
esoap_examples\binary\binary_client.cpp (1927, 2001-09-11)
esoap_examples\binary\binary_client.dsp (4370, 2001-09-08)
esoap_examples\binary\binary_server.cpp (2027, 2001-09-08)
esoap_examples\binary\binary_server.dsp (4460, 2001-09-08)
esoap_examples\binary\my_quaker.gif (4288, 2001-09-08)
esoap_examples\callback\auto_gen\EchoCallback_impl.cpp (360, 2001-09-11)
esoap_examples\callback\auto_gen\EchoCallback_impl.h (790, 2001-09-11)
esoap_examples\callback\auto_gen\EchoCallback_impl_cb.cpp (2477, 2001-09-11)
esoap_examples\callback\auto_gen\EchoCallback_proxy.cpp (1421, 2001-09-11)
esoap_examples\callback\auto_gen\EchoCallback_proxy.h (752, 2001-09-11)
... ...

Readme for the echo example. ---------------------------- Steps to create this example --- Visual C++ 6.0 1. You need to have the esoap runtime installed, and the DLL esoapvc6.dll in the path your system. This example assumes esoap runtime installed at: c:\esoap 2. esoapcg.exe can be used to generate the files in the "auto_gen" directory. To make things easier, these files are available. You could generate them using the command line utility esoapcg, with the options below: esoapcg -s -d auto_gen echo.esd 3. Your must select "multithreded DLL" options for each configuration of this project, add the includes c:\esoap\include;auto_gen and the link to the esoap DLL stub( c:\esoap\lib\esoapvc6.lib ). 4. eSoap release is released as "Release" configuration, and the examples should be compiled as such. To be able to compile everything in debug mode, you must have access to the eSoap source code, and compile the run-time in debug mode.

近期下载者

相关文件


收藏者