基本信息
源码名称:用vc++实现的DCOM的例子
源码大小:4.36M
文件格式:.rar
开发语言:C/C++
更新时间:2023-11-09
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
用vc 实现的DCOM的例子,希望大家提出贵意见!

.
├── DComImpl
│   ├── DComClient
│   │   ├── DComClient.aps
│   │   ├── DComClient.clw
│   │   ├── DComClient.cpp
│   │   ├── DComClient.dsp
│   │   ├── DComClient.h
│   │   ├── DComClient.plg
│   │   ├── DComClient.rc
│   │   ├── DComClientDlg.cpp
│   │   ├── DComClientDlg.h
│   │   ├── Debug
│   │   │   ├── DComClient.bsc
│   │   │   ├── DComClient.exe
│   │   │   ├── DComClient.ilk
│   │   │   ├── DComClient.obj
│   │   │   ├── DComClient.pch
│   │   │   ├── DComClient.pdb
│   │   │   ├── DComClient.res
│   │   │   ├── DComClient.sbr
│   │   │   ├── DComClientDlg.obj
│   │   │   ├── DComClientDlg.sbr
│   │   │   ├── StdAfx.obj
│   │   │   ├── StdAfx.sbr
│   │   │   ├── vc60.idb
│   │   │   └── vc60.pdb
│   │   ├── ReadMe.txt
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── res
│   │   │   ├── DComClient.ico
│   │   │   └── DComClient.rc2
│   │   └── resource.h
│   ├── DComImpl.dsw
│   ├── DComImpl.ncb
│   ├── DComImpl.opt
│   ├── DComServer
│   │   ├── DComServer.aps
│   │   ├── DComServer.cpp
│   │   ├── DComServer.dsp
│   │   ├── DComServer.h
│   │   ├── DComServer.idl
│   │   ├── DComServer.plg
│   │   ├── DComServer.rc
│   │   ├── DComServer.rgs
│   │   ├── DComServer.tlb
│   │   ├── DComServer_i.c
│   │   ├── DComServer_i.obj
│   │   ├── DComServer_p.c
│   │   ├── DComServer_p.obj
│   │   ├── DComServerps.def
│   │   ├── DComServerps.dll
│   │   ├── DComServerps.exp
│   │   ├── DComServerps.lib
│   │   ├── DComServerps.mk
│   │   ├── Debug
│   │   │   ├── DComServer.exe
│   │   │   ├── DComServer.obj
│   │   │   ├── DComServer.pdb
│   │   │   ├── DComServer.res
│   │   │   ├── DComServer.sbr
│   │   │   ├── Server.obj
│   │   │   ├── Server.sbr
│   │   │   ├── StdAfx.obj
│   │   │   ├── StdAfx.sbr
│   │   │   ├── regsvr32.trg
│   │   │   └── vc60.pdb
│   │   ├── Resource.h
│   │   ├── Server.cpp
│   │   ├── Server.h
│   │   ├── Server.rgs
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── dlldata.c
│   │   └── dlldata.obj
│   └── Exe
│       ├── DComClient.exe
│       ├── DComServer.exe
│       ├── DComServerps.dll
│       ├── regClient.bat
│       ├── regServer.bat
│       └── 说明.txt
└── 用vc 实现的DCOM的例子_DComImpl.rar

7 directories, 76 files