效果:
<!--StartFragment -->
文件说明:
1、客户端 :
CLIENT.cpp: main方法
Contain.exe :编译后的执行程序
GUIDS.CPP: GUID相关定义
IFACE.H:接口定义
2、组件:
CMPNT1.cpp: 外部组件
CMPNT1.def: 接口定义
Cmpnt1.dll:编译后的DLL
CMPNT2.cpp 内部组件
CMPNT2.def
Cmpnt2.dll
MAKEFILE :通过 nmake -f makefile 指令,将组件编译为DLL,并注册进入注册表
REGISTRY 相关文档
来源:CSDN
作者:jason5563
链接:https://blog.csdn.net/Jason5563/article/details/83611476