DCOM里的可连接对象问题(100分)

  • 主题发起人 主题发起人 余六
  • 开始时间 开始时间

余六

Unregistered / Unconfirmed
GUEST, unregistred user!
最近有些发晕
关于可连接对象以前做过VC的例程,是自己实现的接口,很麻烦。
最近发现DELPHI提供了支持,封装在TConnectionPoint和TConnectionPoints
类里,翻了一下帮助,感觉象没写一样
而且帮助里的
”Exposing an application properties, methods, and events“的一节中有这样一段代码:
procedure TMyAutoObject.Initialize;
begin
inherited Initialize;
FConnectionPoints:= TConnectionPoints.Create(Self);
if AutoFactory.EventTypeInfo <> nil then
FConnectionPoints.CreateConnectionPoint (AUtoFactory.EventIID,
ckSingle, EventConnect);
OnEvent = EventHandler;{ Assign an event to the event handler }
//上面是=????就算换成:=依然不对,迷惑
end;
哪位大虾有这方面的DELPHI例子?(李维的那个老早的例子我运行后报错)
最好是创建Automation Server时候带了"Generate Event Support Code"选项的。
E-Mail;fish_dong@sina.com
谢谢
 
有例程的我另有500分相送~
 
我可〞妹儿〞我写的公司用的小系统,看过就了解如何连。有一些技巧可在AP Server 移植时不需要重新编译过,用 .ini的方法。
 
To::Motar Liu
甚谢!恭候你的MAIL^_^
 
请把你的Email Address给我。
 
E-Mail;fish_dong@sina.com
 
To::Motar Liu
你寄了吗?我还没有收到:(
 
能否也发一份给我:dana@shd.com.cn
 
还有这里!tearless_jun@china.com
 
3x
liuguantoxxiinn@163.com
 
余六兄:最近至国外出差拖至目前才妹儿给你了,很抱歉。
 
To::Motar Liu
抱歉啊,我没收到,可能邮箱有问题,请Motar Liu兄再发份到:
fish_dong@163.net
甚谢!
 
哪里老大,可以给小弟一个用midas 下的socket connection作三层数据结构的例子,
(BCB的最好了!或者 是DELPHI的或者是VC++)
或者告诉我如何用SOCKET CONNECTION出可以(但服务程序如何做。。。)
我会用DCOM CONNECTION?????
多多指教了!!!!!!!!!!!!!!!!!!!!!!1!
中秋可以请大家喝茶。。。。。。。q我的MAIL:
along@e-pic.com
 
后退
顶部