User contributions
- 02:55, 27 September 2015 diff hist +7 Using the ADE Server/zh Created page with "这些脚本语言支持ActiveX自动化脚本,但是不支持COM接口。通过使用自动化接口,ADE能够在这些语言中使用,通常不需要其他工具,只..."
- 02:55, 27 September 2015 diff hist +214 N Translations:Using the ADE Server/51/zh Created page with "这些脚本语言支持ActiveX自动化脚本,但是不支持COM接口。通过使用自动化接口,ADE能够在这些语言中使用,通常不需要其他工具,只..." current
- 02:52, 27 September 2015 diff hist +170 Using the ADE Server/zh
- 02:52, 27 September 2015 diff hist +170 Translations:Using the ADE Server/50/zh current
- 09:30, 25 September 2015 diff hist -136 Using the ADE Server/zh Created page with "==使用ADE自动化接口== VBScript是一个脚本语言示例,可以在Windows脚本主机(<tt>CScript.exe</tt>或 <tt>WScript.exe</tt>)、动态服务器页面pre-.N..."
- 09:30, 25 September 2015 diff hist +225 N Translations:Using the ADE Server/50/zh Created page with "==使用ADE自动化接口== VBScript是一个脚本语言示例,可以在Windows脚本主机(<tt>CScript.exe</tt>或 <tt>WScript.exe</tt>)、动态服务器页面pre-.N..."
- 09:11, 25 September 2015 diff hist +6 Using the ADE Server/zh Created page with "然后只在一个文件中(比如所stdafx.cpp)包含以下代码:<nowiki>#</nowiki>import "ADE.exe" implementation_only</tt>"
- 09:11, 25 September 2015 diff hist +132 N Translations:Using the ADE Server/49/zh Created page with "然后只在一个文件中(比如所stdafx.cpp)包含以下代码:<nowiki>#</nowiki>import "ADE.exe" implementation_only</tt>" current
- 09:10, 25 September 2015 diff hist -20 Using the ADE Server/zh Created page with "如果你的项目跨越多个代码文件,在你的每个源文件中使用以下代码:<tt> :<nowiki>#</nowiki>import "ADE.exe" no_implementation </tt>"
- 09:10, 25 September 2015 diff hist +157 N Translations:Using the ADE Server/48/zh Created page with "如果你的项目跨越多个代码文件,在你的每个源文件中使用以下代码:<tt> :<nowiki>#</nowiki>import "ADE.exe" no_implementation </tt>" current
- 09:09, 25 September 2015 diff hist -1 Using the ADE Server/zh Created page with "'''CoInitialize()'''是一个Windows系统调用,在COM系统能够使用之前必须调用。"
- 09:09, 25 September 2015 diff hist +96 N Translations:Using the ADE Server/47/zh Created page with "'''CoInitialize()'''是一个Windows系统调用,在COM系统能够使用之前必须调用。" current
- 09:06, 25 September 2015 diff hist +1 Using the ADE Server/zh Created page with "接下来,使用下面的代码获取第一个ADE引擎实例:<tt> :CoInitialize(NULL); :CAEnginePtr pAde(__uuidof(_CAEngine)); :. :. :. :CoUninitialize(); </tt>"
- 09:06, 25 September 2015 diff hist +170 N Translations:Using the ADE Server/46/zh Created page with "接下来,使用下面的代码获取第一个ADE引擎实例:<tt> :CoInitialize(NULL); :CAEnginePtr pAde(__uuidof(_CAEngine)); :. :. :. :CoUninitialize(); </tt>" current
- 09:04, 25 September 2015 diff hist -26 Using the ADE Server/zh Created page with "你必须将ADE根目录包含到项目设置中的包含路径中,或者在<tt>#import</tt>声明中清楚说明完整路径。"
- 09:04, 25 September 2015 diff hist +130 N Translations:Using the ADE Server/45/zh Created page with "你必须将ADE根目录包含到项目设置中的包含路径中,或者在<tt>#import</tt>声明中清楚说明完整路径。" current
- 07:35, 25 September 2015 diff hist +28 Using the ADE Server/zh Created page with "或者如果你想使用进程内服务器时,可以使用下面的语句:<tt> :<nowiki>#</nowiki>import "Adew.dll" using namespace ADEW; </tt>"
- 07:35, 25 September 2015 diff hist +148 N Translations:Using the ADE Server/44/zh Created page with "或者如果你想使用进程内服务器时,可以使用下面的语句:<tt> :<nowiki>#</nowiki>import "Adew.dll" using namespace ADEW; </tt>" current
- 05:32, 25 September 2015 diff hist +163 Using the ADE Server/zh
- 05:32, 25 September 2015 diff hist +163 Translations:Using the ADE Server/43/zh current
- 04:58, 25 September 2015 diff hist 0 Translations:Using the ADE Server/Page display title/zh current
- 04:56, 25 September 2015 diff hist +1 The ADE Tutorial/zh
- 04:56, 25 September 2015 diff hist +1 Translations:The ADE Tutorial/53/zh
- 04:54, 25 September 2015 diff hist -1 The ADE Tutorial/zh
- 04:54, 25 September 2015 diff hist -1 Translations:The ADE Tutorial/54/zh
- 11:17, 18 September 2015 diff hist +9 Using the ADE Server/zh
- 11:17, 18 September 2015 diff hist +9 Translations:Using the ADE Server/65/zh
- 11:16, 18 September 2015 diff hist -2 Using the ADE Server/zh
- 11:16, 18 September 2015 diff hist -2 Translations:Using the ADE Server/66/zh
- 11:13, 18 September 2015 diff hist +83 N Translations:Using the ADE Server/61/zh Created page with ":Module Module1 :Sub Main() ::Dim Result,ErrT As String ::Dim ErrCode as Integer" current
- 11:12, 18 September 2015 diff hist +4 Using the ADE Server/zh Created page with "===在Visual Basic中=== <tt> :Imports ADE"
- 11:12, 18 September 2015 diff hist +43 N Translations:Using the ADE Server/60/zh Created page with "===在Visual Basic中=== <tt> :Imports ADE" current
- 11:12, 18 September 2015 diff hist +52 Using the ADE Server/zh Created page with ":dim ADE as CAEngine = new CAEngineClass ::ADE.Command = "news" ’any typescript command ::dim SendCode as Boolean = ADE.CAEngine..."
- 11:12, 18 September 2015 diff hist +441 N Translations:Using the ADE Server/62/zh Created page with ":dim ADE as CAEngine = new CAEngineClass ::ADE.Command = "news" ’any typescript command ::dim SendCode as Boolean = ADE.CAEngine..."
- 11:11, 18 September 2015 diff hist +18 Using the ADE Server/zh Created page with "===在VBScript中=== <tt> :set ADE = CreateObject("ADE4.CAEngine") :ADE.Command = “news” :If ADE.Send = False Then ::ErrCode = ADE.CAEngine::ErrorCode/zh | ErrorCode..."
- 11:11, 18 September 2015 diff hist +311 N Translations:Using the ADE Server/63/zh Created page with "===在VBScript中=== <tt> :set ADE = CreateObject("ADE4.CAEngine") :ADE.Command = “news” :If ADE.Send = False Then ::ErrCode = ADE.CAEngine::ErrorCode/zh | ErrorCode..."
- 11:09, 18 September 2015 diff hist +72 Using the ADE Server/zh Created page with "===在C#中=== <tt> :using System; :using ADE; :namespace ADE_from_Csharp :{ ::class Program ::{ :::static void Main() :::{ ::::String errT, result; ::::int errCode;..."
- 11:09, 18 September 2015 diff hist +592 N Translations:Using the ADE Server/64/zh Created page with "===在C#中=== <tt> :using System; :using ADE; :namespace ADE_from_Csharp :{ ::class Program ::{ :::static void Main() :::{ ::::String errT, result; ::::int errCode;..."
- 11:06, 18 September 2015 diff hist +73 Using the ADE Server/zh Created page with "===在C++/CLR中=== <tt> :using namespace System; :using namespace ADE; :void main( ) :{ ::String ^result, ^errT; ::int errCode; :: CAEngine^ ADE = gcne..."
- 11:06, 18 September 2015 diff hist +538 N Translations:Using the ADE Server/66/zh Created page with "===在C++/CLR中=== <tt> :using namespace System; :using namespace ADE; :void main( ) :{ ::String ^result, ^errT; ::int errCode; :: CAEngine^ ADE = gcne..."
- 11:04, 18 September 2015 diff hist +44 Using the ADE Server/zh Created page with "===在J#中=== <tt> :import ADE.*; :public class Program :{ ::public static void main( ) ::{ :::String errT, result; :::int errCode; :::ADE. CAEngine..."
- 11:04, 18 September 2015 diff hist +575 N Translations:Using the ADE Server/65/zh Created page with "===在J#中=== <tt> :import ADE.*; :public class Program :{ ::public static void main( ) ::{ :::String errT, result; :::int errCode; :::ADE. CAEngine..."
- 11:03, 18 September 2015 diff hist +95 Using the ADE Server/zh Created page with "==另请参考== {| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5 |- style="text-align: center" | The ADE Tutorial/zh | ADE 入..."
- 11:03, 18 September 2015 diff hist +346 N Translations:Using the ADE Server/70/zh Created page with "==另请参考== {| style="margin: 1em auto 1em auto;width: 100%;border:0;table-layout: fixed;" cellpadding=5 |- style="text-align: center" | The ADE Tutorial/zh | ADE 入..."
- 11:00, 18 September 2015 diff hist +36 Using the ADE Server/zh Created page with "===在VC++中 (不带 .NET)=== <tt> :<nowiki>#</nowiki>import "ADE.exe" :using namespace ADE; :void main( ) :{ ::CoInitialize(NULL); ::_bstr_t errT, result; ::int er..."
- 11:00, 18 September 2015 diff hist +544 N Translations:Using the ADE Server/67/zh Created page with "===在VC++中 (不带 .NET)=== <tt> :<nowiki>#</nowiki>import "ADE.exe" :using namespace ADE; :void main( ) :{ ::CoInitialize(NULL); ::_bstr_t errT, result; ::int er..."
- 10:58, 18 September 2015 diff hist +378 Using the ADE Server/zh
- 10:58, 18 September 2015 diff hist +378 Translations:Using the ADE Server/38/zh current
- 10:47, 18 September 2015 diff hist +518 Using the ADE Server/zh
- 10:47, 18 September 2015 diff hist +518 Translations:Using the ADE Server/19/zh current