由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Question about COM
相关主题
小白问题:COM/ATL的CoCreateInstance怎么定位dll的?Interface segregation principle似乎没啥意义啊
COM里CoCreateInstance为什么要用类厂?这次Go丢人有点大呀
为什么我的visual C++ 找不到 "Stdafx.h" ?java 的interface是相当于ruby的module吗?
COM本质论调用DLL里面构造函数的一点不解问一个JAVA Interface Design的问题
qeustion about separation of interface and implementation in javalinux的二进制兼容性这么差,影响易用性啊
有懂obj-c 的吗?how to resolve this problem?
static polymorphism一问c++设计一问:如何动态地调用不同的算法的dll ?
问个弱问题,C++为什么把interface和implementation分开?How does YAHOO calculate RSI? (转载)
相关话题的讨论汇总
话题: dll话题: ia话题: implement话题: interface话题: class
进入Programming版参与讨论
1 (共1页)
k*o
发帖数: 46
1
Conditions:
* Implement a class A inherits from IUnknown and Interface IA in a DLL.
* Implement a console application.
Questions:
* Any requirement about that DLL? Must be an MFC DLL?
* Should I register the DLL? I guess yes.
* If want to use this class, what should I do? Can I just include the he
ader file and use CoCreateInstance with interface A's id to create get a
pointer to the instance of class IA?
1 (共1页)
进入Programming版参与讨论
相关主题
How does YAHOO calculate RSI? (转载)qeustion about separation of interface and implementation in java
请教template和factory有啥区别?有懂obj-c 的吗?
map是用什么data structure来implement的?static polymorphism一问
再来讨论一直算法课的作业吧问个弱问题,C++为什么把interface和implementation分开?
小白问题:COM/ATL的CoCreateInstance怎么定位dll的?Interface segregation principle似乎没啥意义啊
COM里CoCreateInstance为什么要用类厂?这次Go丢人有点大呀
为什么我的visual C++ 找不到 "Stdafx.h" ?java 的interface是相当于ruby的module吗?
COM本质论调用DLL里面构造函数的一点不解问一个JAVA Interface Design的问题
相关话题的讨论汇总
话题: dll话题: ia话题: implement话题: interface话题: class