array_readme.txt

来自「ESOAP是一款专注于嵌入式web service开发的工具 压缩包里提供了基」· 文本 代码 · 共 32 行

TXT
32
字号
Readme for the Array 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 array.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 + =
减小字号Ctrl + -
显示快捷键?