文件名称:com_server
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.1mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
这是一个非常简单的COM服务器,它不需要MFC和ATL的支持。
// 这个DLL COM服务器提供了一个接口:ImyInterface,其中有两个方法:Square 和 Cube。
// 它是使用纯粹C++编写的一个最简单的服务器,没有串转换、宏处理之类的东西。
// 它只包含让这个服务器运行的最简代码。所以看代码时只要记住两个字:那就是"简单"。
//
// 警告:这个程序没有经过全面测试,所以不敢保证它没有BUG,如果谁发现了,请通知-This is a very simple COM server, it does not need the support of MFC and ATL.// DLL COM server that provides an interface: ImyInterface, of which there are two ways: Square and Cube.// It is the use of pure C++, prepared by one of the most simple server, there is no string conversion, macro processing and so on.// It contains the server code running on the most simple. So remember to see the code as long as the word: it is " simple." //// Warning: this procedure has not been fully tested, so no guarantee it does not BUG, who if found, please notify the
// 这个DLL COM服务器提供了一个接口:ImyInterface,其中有两个方法:Square 和 Cube。
// 它是使用纯粹C++编写的一个最简单的服务器,没有串转换、宏处理之类的东西。
// 它只包含让这个服务器运行的最简代码。所以看代码时只要记住两个字:那就是"简单"。
//
// 警告:这个程序没有经过全面测试,所以不敢保证它没有BUG,如果谁发现了,请通知-This is a very simple COM server, it does not need the support of MFC and ATL.// DLL COM server that provides an interface: ImyInterface, of which there are two ways: Square and Cube.// It is the use of pure C++, prepared by one of the most simple server, there is no string conversion, macro processing and so on.// It contains the server code running on the most simple. So remember to see the code as long as the word: it is " simple." //// Warning: this procedure has not been fully tested, so no guarantee it does not BUG, who if found, please notify the
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myServ/ClassFactory.cpp
myServ/ClassFactory.h
myServ/ComBase.cpp
myServ/ComBase.h
myServ/myInterface.h
myServ/myInterface1.cpp
myServ/myInterface1.h
myServ/myServ.cpp
myServ/myServ.def
myServ/myServ.dsp
myServ/myServ.dsw
myServ/myServ.h
myServ/myServ.ncb
myServ/myServ.opt
myServ/myServ.plg
myServ/ReadMe.txt
myServ/Registrar.h
myServ/StdAfx.cpp
myServ/StdAfx.h
myServ/Debug/ClassFactory.obj
myServ/Debug/ClassFactory.sbr
myServ/Debug/ComBase.obj
myServ/Debug/ComBase.sbr
myServ/Debug/myInterface1.obj
myServ/Debug/myInterface1.sbr
myServ/Debug/myServ.bsc
myServ/Debug/myServ.dll
myServ/Debug/myServ.ilk
myServ/Debug/myServ.obj
myServ/Debug/myServ.sbr
myServ/Debug/StdAfx.obj
myServ/Debug/StdAfx.sbr
myServ/Debug/vc60.idb
myServ/Debug/vc60.pdb
myServ/Debug
myServ
testmyServ/StdAfx.cpp
testmyServ/StdAfx.h
testmyServ/testmyServ.cpp
testmyServ/testmyServ.dsp
testmyServ/testmyServ.dsw
testmyServ/testmyServ.ncb
testmyServ/testmyServ.opt
testmyServ/testmyServ.plg
testmyServ/Debug/StdAfx.obj
testmyServ/Debug/testmyServ.exe
testmyServ/Debug/testmyServ.ilk
testmyServ/Debug/testmyServ.obj
testmyServ/Debug/testmyServ.pdb
testmyServ/Debug/vc60.idb
testmyServ/Debug/vc60.pdb
testmyServ/Debug
testmyServ
myServ/ClassFactory.h
myServ/ComBase.cpp
myServ/ComBase.h
myServ/myInterface.h
myServ/myInterface1.cpp
myServ/myInterface1.h
myServ/myServ.cpp
myServ/myServ.def
myServ/myServ.dsp
myServ/myServ.dsw
myServ/myServ.h
myServ/myServ.ncb
myServ/myServ.opt
myServ/myServ.plg
myServ/ReadMe.txt
myServ/Registrar.h
myServ/StdAfx.cpp
myServ/StdAfx.h
myServ/Debug/ClassFactory.obj
myServ/Debug/ClassFactory.sbr
myServ/Debug/ComBase.obj
myServ/Debug/ComBase.sbr
myServ/Debug/myInterface1.obj
myServ/Debug/myInterface1.sbr
myServ/Debug/myServ.bsc
myServ/Debug/myServ.dll
myServ/Debug/myServ.ilk
myServ/Debug/myServ.obj
myServ/Debug/myServ.sbr
myServ/Debug/StdAfx.obj
myServ/Debug/StdAfx.sbr
myServ/Debug/vc60.idb
myServ/Debug/vc60.pdb
myServ/Debug
myServ
testmyServ/StdAfx.cpp
testmyServ/StdAfx.h
testmyServ/testmyServ.cpp
testmyServ/testmyServ.dsp
testmyServ/testmyServ.dsw
testmyServ/testmyServ.ncb
testmyServ/testmyServ.opt
testmyServ/testmyServ.plg
testmyServ/Debug/StdAfx.obj
testmyServ/Debug/testmyServ.exe
testmyServ/Debug/testmyServ.ilk
testmyServ/Debug/testmyServ.obj
testmyServ/Debug/testmyServ.pdb
testmyServ/Debug/vc60.idb
testmyServ/Debug/vc60.pdb
testmyServ/Debug
testmyServ
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.