﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Writing COM Automation Events]]></description>
    <title><![CDATA[Comments for Writing COM Automation Events]]></title>
    <link>http://dn.codegear.com/article/27126</link>
    <!-- source: http://dn.codegear.com/article/27126/feed-->
    <dc:date>2008-11-21T14:12:23-08:00</dc:date>
    <item>
      <description><![CDATA[Writing COM Automation Events]]></description>
      <title><![CDATA[Writing COM Automation Events]]></title>
      <managingEditor>
	 (sachin jegaonkar)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=40765</guid>
      <dc:date>2008-01-02T05:55:56-08:00</dc:date>
      <pubDate>2008-01-02T05:55:56-08:00</pubDate>
      <source url="http://dn.codegear.com/article/27126/feed">Comments for Writing COM Automation Events</source>
    </item>
    <item>
      <description><![CDATA[When creating Automation Object if I don't check the option "Generate Event support code" then can I add Events later. I am using Builder 6.0.Also if this cannot be done then what does the option "new dispinterface" in Type Library do ?]]></description>
      <title><![CDATA[Writing COM Automation Events]]></title>
      <managingEditor>
	 (Anandhi Sarangan)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33262</guid>
      <dc:date>2002-10-03T09:08:14-07:00</dc:date>
      <pubDate>2002-10-03T09:08:14-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27126/feed">Comments for Writing COM Automation Events</source>
    </item>
    <item>
      <description><![CDATA[Hello,I wrote OLE Automation Server and Client including event fireing.the event fireing works fine as long as I using 1 or less parameters in the OnEvent. when I use 2 or more parameters the Evets fails in the client. when I looked for the problem in the client i found that the server sends the parameters in Left-To-Right order and the Client expects Right-To-Left order. I saw that in the TBL.pas file in the "Invoke" function. I have checked in C++ COM and I understand that the standart is Right-To-Left order.SO, why the server Flips parameters order? can it be a BUG?]]></description>
      <title><![CDATA[Writing COM Automation Events, Parameters passing problem.]]></title>
      <managingEditor>
	 (Edo Reshef)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=29897</guid>
      <dc:date>2001-09-13T04:05:37-07:00</dc:date>
      <pubDate>2001-09-13T04:05:37-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27126/feed">Comments for Writing COM Automation Events</source>
    </item>
    <item>
      <description><![CDATA[This example works fine when client and server are in the same machine. In differents machines the server starts and the client can use the methods implemented in the server but the events part don't work. As I can see in the implementation of TEventSink.QueryInterface the param IID never is equal to ISimpleEventServerEvents. Someone knows what to do?jmcanals@amper.es]]></description>
      <title><![CDATA[Writing COM Automation Events]]></title>
      <managingEditor>
	 (Josemaria Canals)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=29896</guid>
      <dc:date>2001-09-13T02:27:56-07:00</dc:date>
      <pubDate>2001-09-13T02:27:56-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27126/feed">Comments for Writing COM Automation Events</source>
    </item>
    <item>
      <description><![CDATA[I have written a server that returns events.  It functions fine when the client and server are on the same machine.  If put the server and client of different machines, the call to the server works fine, but the events to not get returned to the client.  I am using a Windows 2000 machine as the server and an NT 4.0 machine as the client.  Do you have any ideas what needs to be fixed to make this work correctly?]]></description>
      <title><![CDATA[Writing COM Automation Events]]></title>
      <managingEditor>
	 (Jim Reynolds)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=28642</guid>
      <dc:date>2001-04-16T11:10:44-07:00</dc:date>
      <pubDate>2001-04-16T11:10:44-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27126/feed">Comments for Writing COM Automation Events</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>