文件名称:com_server
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个非常简单的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
......\ClassFactory.h
......\ComBase.cpp
......\ComBase.h
......\Debug
......\.....\ClassFactory.obj
......\.....\ClassFactory.sbr
......\.....\ComBase.obj
......\.....\ComBase.sbr
......\.....\myInterface1.obj
......\.....\myInterface1.sbr
......\.....\myServ.bsc
......\.....\myServ.dll
......\.....\myServ.ilk
......\.....\myServ.obj
......\.....\myServ.sbr
......\.....\StdAfx.obj
......\.....\StdAfx.sbr
......\.....\vc60.idb
......\.....\vc60.pdb
......\myInterface.h
......\myInterface1.cpp
......\myInterface1.h
......\myServ.cpp
......\myServ.def
......\myServ.dsp
......\myServ.dsw
......\myServ.h
......\myServ.ncb
......\myServ.opt
......\myServ.plg
......\ReadMe.txt
......\Registrar.h
......\StdAfx.cpp
......\StdAfx.h
testmyServ
..........\Debug
..........\.....\StdAfx.obj
..........\.....\testmyServ.exe
..........\.....\testmyServ.ilk
..........\.....\testmyServ.obj
..........\.....\testmyServ.pdb
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\StdAfx.cpp
..........\StdAfx.h
..........\testmyServ.cpp
..........\testmyServ.dsp
..........\testmyServ.dsw
..........\testmyServ.ncb
..........\testmyServ.opt
..........\testmyServ.plg
......\ClassFactory.cpp
......\ClassFactory.h
......\ComBase.cpp
......\ComBase.h
......\Debug
......\.....\ClassFactory.obj
......\.....\ClassFactory.sbr
......\.....\ComBase.obj
......\.....\ComBase.sbr
......\.....\myInterface1.obj
......\.....\myInterface1.sbr
......\.....\myServ.bsc
......\.....\myServ.dll
......\.....\myServ.ilk
......\.....\myServ.obj
......\.....\myServ.sbr
......\.....\StdAfx.obj
......\.....\StdAfx.sbr
......\.....\vc60.idb
......\.....\vc60.pdb
......\myInterface.h
......\myInterface1.cpp
......\myInterface1.h
......\myServ.cpp
......\myServ.def
......\myServ.dsp
......\myServ.dsw
......\myServ.h
......\myServ.ncb
......\myServ.opt
......\myServ.plg
......\ReadMe.txt
......\Registrar.h
......\StdAfx.cpp
......\StdAfx.h
testmyServ
..........\Debug
..........\.....\StdAfx.obj
..........\.....\testmyServ.exe
..........\.....\testmyServ.ilk
..........\.....\testmyServ.obj
..........\.....\testmyServ.pdb
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\StdAfx.cpp
..........\StdAfx.h
..........\testmyServ.cpp
..........\testmyServ.dsp
..........\testmyServ.dsw
..........\testmyServ.ncb
..........\testmyServ.opt
..........\testmyServ.plg