<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Which version of pywin32 works with Ecco Pro DDE?</title>
	<atom:link href="http://blog.dataunbound.com/2008/12/31/which-version-of-pywin32-works-with-ecco-pro-dde/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dataunbound.com/2008/12/31/which-version-of-pywin32-works-with-ecco-pro-dde/</link>
	<description>Helping organizations access and share data effectively.  Special focus on web APIs for data integration.</description>
	<lastBuildDate>Fri, 18 Mar 2011 13:35:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Raymond Yee</title>
		<link>http://blog.dataunbound.com/2008/12/31/which-version-of-pywin32-works-with-ecco-pro-dde/comment-page-1/#comment-81</link>
		<dc:creator>Raymond Yee</dc:creator>
		<pubDate>Wed, 08 Apr 2009 22:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dataunbound.com/?p=203#comment-81</guid>
		<description><![CDATA[Thanks, Jon, for this clarification!]]></description>
		<content:encoded><![CDATA[<p>Thanks, Jon, for this clarification!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon-nicoll.myopenid.com/</title>
		<link>http://blog.dataunbound.com/2008/12/31/which-version-of-pywin32-works-with-ecco-pro-dde/comment-page-1/#comment-79</link>
		<dc:creator>jon-nicoll.myopenid.com/</dc:creator>
		<pubDate>Fri, 27 Mar 2009 22:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dataunbound.com/?p=203#comment-79</guid>
		<description><![CDATA[Hi there - I also saw the same problem and searched a little deeper, via the pywin32 sourceforge project. What I learned is this:

- support for multiple DDE servers was removed; this was apparently &quot;implemented via some low-level hacks that were incompatible with DEP prevention and 64-bit&quot;.

- Because of this, I think the canonical usage:

&gt;&gt;&gt; import dde
&gt;&gt;&gt; server = dde.CreateServer()
&gt;&gt;&gt; server.Create(&#039;TestClient&#039;)

does not work (because this implies the ability to create multiple Servers?) (*)

- The following usage (is win32ui needed her? not checked)

&gt;&gt;&gt; import win32ui, dde
&gt;&gt;&gt; dde.CreateServer().Create(&#039;TestClient&#039;)

Should work. HOWEVER: if you try it from eg. within PythonWin, it will fail. This is because PythonWin uses the one available server. so you will get different results if you try this from within pythonwin, and at the python prompt.

- you can disable pythonwin&#039;s use of DDE by starting it up with &#039;/nodde&#039;

(*) I haven&#039;t checked this at the command line - it might fail because I was trying it within pythonwin.

    HTH
    Jon N]]></description>
		<content:encoded><![CDATA[<p>Hi there &#8211; I also saw the same problem and searched a little deeper, via the pywin32 sourceforge project. What I learned is this:</p>
<p>- support for multiple DDE servers was removed; this was apparently &#034;implemented via some low-level hacks that were incompatible with DEP prevention and 64-bit&#034;.</p>
<p>- Because of this, I think the canonical usage:</p>
<p>&gt;&gt;&gt; import dde<br />
&gt;&gt;&gt; server = dde.CreateServer()<br />
&gt;&gt;&gt; server.Create(&#039;TestClient&#039;)</p>
<p>does not work (because this implies the ability to create multiple Servers?) (*)</p>
<p>- The following usage (is win32ui needed her? not checked)</p>
<p>&gt;&gt;&gt; import win32ui, dde<br />
&gt;&gt;&gt; dde.CreateServer().Create(&#039;TestClient&#039;)</p>
<p>Should work. HOWEVER: if you try it from eg. within PythonWin, it will fail. This is because PythonWin uses the one available server. so you will get different results if you try this from within pythonwin, and at the python prompt.</p>
<p>- you can disable pythonwin&#039;s use of DDE by starting it up with &#039;/nodde&#039;</p>
<p>(*) I haven&#039;t checked this at the command line &#8211; it might fail because I was trying it within pythonwin.</p>
<p>    HTH<br />
    Jon N</p>
]]></content:encoded>
	</item>
</channel>
</rss>
