📄 echo_readme.txt
字号:
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.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -