接口对象的内存空间假设我们定义了如下两个接口 IIntfA 和 IIntfB,其中 ProcA 和 ProcB 将实现为静态方法,而 VirtA 和 VirtB 将以虚方法实现:[delphi]view plaincopyprint?IIntfA=interfaceprocedureProcA;pr... Read More
posted @ 2016-01-11 21:04 findumars Views(277) Comments(0) Diggs(0)
学习COM编程技术也快有半个月了,这期间看了很多资料和别人的程序源码,也尝试了用delphi、C++、C#编写COM程序,个人感觉Delphi是最好上手的。C++的模版生成的代码太过复杂繁琐,大量使用编译宏替代函数代码,让初学者知其然而不知其所以然;C#封装过度,COM编程注定是要与操作系统频... Read More
posted @ 2016-01-11 21:03 findumars Views(330) Comments(0) Diggs(0)
ddd Read More
posted @ 2016-01-11 21:01 findumars Views(1413) Comments(0) Diggs(0)