Welcome![Sign In][Sign Up]
Location:
Search - COM Server

Search list

[ActiveX/DCOM/ATL用MFC写COM

Description: 本文首先描述创建一个COM服务器的步骤和核心代码.然后说明客户程序关键代码。-This paper first describes the creation of a COM server steps and core code. It then describes the key client code.
Platform: | Size: 3250 | Author: 躺用 | Hits:

[ActiveX/DCOM/ATLVC下利用COM传递不定长结构数组(非Variant)

Description: Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减了最后一个(没有减去相对应的),这个Bug不妨碍大局,因此存留,虽然Server支持DCOM,但是Client需要在本地运行,如果想Remote,稍微修改一下既可。
Platform: | Size: 358855 | Author: seaskyfox | Hits:

[ActiveX/DCOM/ATLCOM_ATL_Tutorial_Source

Description: 使用ATL建立Com Server程序的例子 -The example of using ATL to setup up com server
Platform: | Size: 15360 | Author: 站长 | Hits:

[ActiveX/DCOM/ATLreg

Description: Register/Unregister com server
Platform: | Size: 2048 | Author: 站长 | Hits:

[ActiveX/DCOM/ATLCOMIntro2_src

Description: 本文为刚刚接触COM的程序员提供编程指南,解释COM服务器内幕以及如何用C++编写自己的接口。 继上一篇COM编程入门之后,本文将讨论有关COM服务器的内容,解释编写自己的COM接口和COM服务器所需要的步骤和知识,以及详细讨论当COM库对COM服务器进行调用时,COM服务器运行的内部机制。- This article for the programmer which just contacts COM provides the programming guide, explained how the COM server inside story as well as does use C to compile own connection. After continues the previous COM programming crosses the threshold, this article will discuss the related COM server the content, explained compiles step and knowledge which own COM connection and the COM server needs, as well as detailed discussion when the COM storehouse carries on the transfer to the COM server, COM server movement internal mechanism. ......
Platform: | Size: 25600 | Author: 张清风 | Hits:

[ActiveX/DCOM/ATL用MFC写COM

Description: 本文首先描述创建一个COM服务器的步骤和核心代码.然后说明客户程序关键代码。-This paper first describes the creation of a COM server steps and core code. It then describes the key client code.
Platform: | Size: 3072 | Author: 躺用 | Hits:

[Communication如何开发OPC Server

Description: 本文件是一个如何开发OPC Server的Word说明文档。比较详细的介绍了使用COM技术进行开发OPC Server的过程。-this document is how to develop an OPC Server Word documentation. A more detailed introduction to the use of COM technology for the development of OPC Server process.
Platform: | Size: 8192 | Author: 黄学通 | Hits:

[Delphi VCLFbgSMS

Description: 基于SMS COM server的短信群发程序-COM server based on the SMS Short Message procedures
Platform: | Size: 570368 | Author: zzz | Hits:

[Email Clientpophandler_src

Description: a simple COM server v.1.1 that is able to receive a mail messages and extract attached files. Base64 encoding is supported only. Look at the Eucalyptus sources for more encoding. -a simple COM server v.1.1 that is able to rec eive a mail messages and attached files extract . Base64 encoding is supported only. Look at the Eucalyptus sources for more encoding.
Platform: | Size: 55296 | Author: zy | Hits:

[TCP/IP stackVC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM

Description: 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发木马的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-Very cattle code, using VC files directly through HTTP to spread to WEB server, you can in the development of horse friends will be used. Using MFC in a class, HTTP, analysis SOCKET agreement. Mimic HTTP upload files. From the adoption of 80-port, which can effectively avoid the firewall.
Platform: | Size: 116736 | Author: 李茜 | Hits:

[Windows CE13

Description: EVC com试用于EVC4.0模拟 具体见原代码 包括com的服务器、客户端的编写-EVC com tested in simulated concrete EVC4.0 see the original code, including com server, client preparation
Platform: | Size: 2870272 | Author: Lee | Hits:

[Internet-NetworkMicrosoft.DNS.Server.Exploit

Description: 微软DNS服务器远程溢出漏洞测试代码 Microsoft DNS Server Remote Code execution Exploit and analysis Advisory: http://www.microsoft.com/technet/security/advisory/935964.mspx This remote exploit works against port 445 (also Microsoft RPC api used) * Mario Ballano ( mballano~gmail.com ) * Andres Tarasco ( atarasco~gmail.com )-Microsoft DNS Server Remote Code Overflow Vulnerability testing Microsoft DNS Server Remote Code execution Exploit and analysisAdvisory: http://www.microsoft.com/technet/security/advisory/935964.mspxThis remote exploit works against port 445 (also Microsoft RPC api used)* Mario Ballano (mballano ~ gmail.com)* Andres Tarasco (atarasco ~ gmail.com)
Platform: | Size: 43008 | Author: 杨勇 | Hits:

[Software EngineeringModbus-OPC-Server-v2-7-489

Description: 三菱软件 OPC主要适用于过程控制和制造自动化等应用领域。 OPC是以OLE/COM机制作为应用程序的通讯标准。OLE/COM是一种客户/服务器模式,具有语言无关性、代码重用性、易于集成性等优点-Mitsubishi OPC software is mainly applied to process control and manufacturing automation applications. OPC is based on OLE/COM application mechanism as a communication standard. OLE/COM is a client/server model, has nothing to do with language, and code reusability, ease of integration, etc.
Platform: | Size: 436224 | Author: 卢仕波 | Hits:

[ActiveX/DCOM/ATLcom-server

Description: 这是一个关于串口服务器的源代码,希望对做这方面工作的有所帮助!-This is a study on serial server source code, hope to do work in this area help!
Platform: | Size: 568320 | Author: xuxj | Hits:

[ActiveX/DCOM/ATLCom_Server_client

Description: COM server and client test program
Platform: | Size: 19456 | Author: koby | Hits:

[ActiveX/DCOM/ATLCOMObject

Description: COM server with shared memory
Platform: | Size: 6781952 | Author: Dimych1986 | Hits:

[JSP/Javashoppingbook_xue163[1].com

Description: 图书购买的网站设计,基于Jsp和 sql server 的技术对与网上商城的开发 -book
Platform: | Size: 1798144 | Author: 王艳 | Hits:

[source in ebookVC_advanced_program_development

Description: 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project source code, related to process and thread communication, file operations, dll and COM programming, socket programming, database programming code examples. In addition, there is an application framework with the COM server and client communications, interface design, project code Material Information Management project code, the use of ATL general query and print module design code for all to learn.
Platform: | Size: 5685248 | Author: wut | Hits:

[Internet-NetworkASP-COM-

Description: 实现了在网页中点用visual c++所写的COM组件 并当用户点击网页时 自动向服务器发送SOCKET数据-Achieve the midpoint of the page written with visual c++ COM component and when the user clicks on a Web page data automatically sent to the server SOCKET
Platform: | Size: 2785280 | Author: 杨海 | Hits:

[JSP/JavaICOMServerApplication

Description: ejb project for connecting with Database run on Jboss5.1 application server
Platform: | Size: 1086464 | Author: shaik shahul | Hits:
« 12 3 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net