-
-
ServerScript.rar
ATL寫的DCOM程式,在服務上執行ServerScript.exe /regserver
在客戶機上的VB程式只需要set scr=Createbject("ServerScript.Server.1", "你的服務器名稱")
scr.CreateScrip("VBScript")
scr.AddCode "dim x : x=100"
msgbox scr.eval("x")
可以看出Script完全在Server上被執行.
-
-
MyAtl.rar
ActiveX/DCOM/ATL最大100M,不要分割文件,名字不能太长
-
C++_COM.rar
这是根据”Dr. GUI and ATL” 的文章自己做的例子程序,主要是在原有接口上继承新的接口,这样在保留原接口的基础上可以扩展新的功能
-
-
-
-
-
RedirectSource.rar
... of a console-application to your program. It s even possible to redirect MS-DOS commands to your application. I ve written this project in Visual C++ 6.0 with ATL 3.0, because you can t use multithreading in Visual Basic.
Properties of the Application
-
-