<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>delphigames at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/delphigames/</link>
    <description>Discussion of game programming in the Delphi development environment.</description>

    <item>
      <title>Re: Problems with Delphi trying to talk to a WCF service</title>
      <pubDate>Tue, 23 Jun 2009 09:26:50 GMT</pubDate>
      <dc:creator>Ian Munro</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7611</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7611</guid>
      <description>Hello, Just in case anyone else is going through the pain of Delphi to .net WCF service then you may be interested in how I fixed my problem. The unit that is</description>
    </item>
    <item>
      <title>Re: Problems with Delphi trying to talk to a WCF service</title>
      <pubDate>Mon, 22 Jun 2009 22:14:08 GMT</pubDate>
      <dc:creator>rbaprog</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7610</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7610</guid>
      <description>... The problem is that SOAP uses a different encapsulation in each version, there seems to be a difference even in the way Delphi Pro/Enterprise handles this</description>
    </item>
    <item>
      <title>Problems with Delphi trying to talk to a WCF service</title>
      <pubDate>Mon, 22 Jun 2009 15:08:22 GMT</pubDate>
      <dc:creator>Ian Munro</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7609</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7609</guid>
      <description>Hello, Anyone have experience writing a Delphi app that connects to a .net WCF service ? I&#39;m an having no fun with this at all. I&#39;ve imported the WSDL file but</description>
    </item>
    <item>
      <title>Re: DXTimer Problem</title>
      <pubDate>Thu, 04 Jun 2009 08:05:58 GMT</pubDate>
      <dc:creator>ericmort19</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7608</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7608</guid>
      <description>Thanks Ian I will give that a try but I don&#39;t hold much hope for a solution.  2 very good computer shops I have used before have had a go at my machine and</description>
    </item>
    <item>
      <title>Re: DXTimer Problem</title>
      <pubDate>Thu, 04 Jun 2009 07:30:47 GMT</pubDate>
      <dc:creator>Ian Munro</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7607</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7607</guid>
      <description>Hello, This forum is a bit quiet these days (as are most Delphi forums). You may want to try the forum on the Pascal Game Development website. They have a</description>
    </item>
    <item>
      <title>Re: DXTimer Problem</title>
      <pubDate>Tue, 26 May 2009 22:15:21 GMT</pubDate>
      <dc:creator>ericmort19</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7606</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7606</guid>
      <description>Thanks Igor but that would result in a very jerky movement. The sprites need to move in small increments at frequent intervals to get smooth movement. It&#39;s</description>
    </item>
    <item>
      <title>Re: DXTimer Problem</title>
      <pubDate>Tue, 26 May 2009 14:40:36 GMT</pubDate>
      <dc:creator>Igor Stojkovic</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7605</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7605</guid>
      <description>Maybe this wont be so helpful but... I would keep the running on max fps, and update game state at different speed. For example: instead of moving a sprite by</description>
    </item>
    <item>
      <title>DXTimer Problem</title>
      <pubDate>Tue, 26 May 2009 01:56:09 GMT</pubDate>
      <dc:creator>ericmort19</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7604</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7604</guid>
      <description>I am developing a game using UNDelphiX with Delphi 7 and have a problem with the DXTimer.  The game has 10 game levels and 3 levels of difficulty. The game</description>
    </item>
    <item>
      <title>Re: Casting an object to an interface</title>
      <pubDate>Wed, 11 Feb 2009 16:33:27 GMT</pubDate>
      <dc:creator>Igor Stojkovic</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7603</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7603</guid>
      <description>Can&#39;t you define something like type PMyItem = ^TMyItem; TMyItem = record item: IJanusDataSourceItem; end; function PMyItem MyItem(i: IJanusDataSourceItem) var</description>
    </item>
    <item>
      <title>Re: Casting an object to an interface</title>
      <pubDate>Wed, 11 Feb 2009 12:07:38 GMT</pubDate>
      <dc:creator>Grubb, Thomas G. (GSFC-583.0)</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7602</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7602</guid>
      <description>Hi Ian, You are welcome.  I like to monitor the group to keep my programming skills sharp (either learning something or being able to contribute).  Good luck, </description>
    </item>
    <item>
      <title>Re: Casting an object to an interface</title>
      <pubDate>Wed, 11 Feb 2009 08:57:26 GMT</pubDate>
      <dc:creator>Ian Munro</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7601</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7601</guid>
      <description>Hello, Thanks for your help in this matter. I&#39;ve been speaking to the programmer of the DLL and he thinks that he may be able to sort the ref count in his</description>
    </item>
    <item>
      <title>Re: Casting an object to an interface</title>
      <pubDate>Tue, 10 Feb 2009 19:40:12 GMT</pubDate>
      <dc:creator>Grubb, Thomas G. (GSFC-583.0)</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7600</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7600</guid>
      <description>Hi Ian, Then you need to use _AddRef and _Release.  This works great but you need to make sure that you call _Release *before* the listview deletes its items.</description>
    </item>
    <item>
      <title>Re: Casting an object to an interface</title>
      <pubDate>Tue, 10 Feb 2009 15:26:09 GMT</pubDate>
      <dc:creator>Ian Munro</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7599</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7599</guid>
      <description>Hello, I should probably explain my problem in greater detail as using an interface list will not work for me. I need to populate a visible list of data (a</description>
    </item>
    <item>
      <title>Re: Casting an object to an interface</title>
      <pubDate>Tue, 10 Feb 2009 15:17:06 GMT</pubDate>
      <dc:creator>Grubb, Thomas G. (GSFC-583.0)</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7598</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7598</guid>
      <description>BTW, the problem you were having below is that when you shoved the interface into the Tlist,  the reference count was not incremented.  So, at some point, the</description>
    </item>
    <item>
      <title>Re: Casting an object to an interface</title>
      <pubDate>Tue, 10 Feb 2009 15:09:01 GMT</pubDate>
      <dc:creator>Grubb, Thomas G. (GSFC-583.0)</dc:creator>
      <link>http://tech.groups.yahoo.com/group/delphigames/message/7597</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/delphigames/message/7597</guid>
      <description>Hi Ian Munro, Use a TInterfaceList.  That is a TList for interfaces. Regards, Tom ... From: delphigames@yahoogroups.com [mailto:delphigames@yahoogroups.com] On</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Tue Nov 10 02:11:30 PST 2009 -->
