<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>StreamCAD</title>
	<atom:link href="http://streamcad.streamspace.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://streamcad.streamspace.com/wordpress</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 07 Jun 2010 16:57:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Finally!</title>
		<link>http://streamcad.streamspace.com/wordpress/?p=31</link>
		<comments>http://streamcad.streamspace.com/wordpress/?p=31#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:57:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://streamcad.streamspace.com/wordpress/?p=31</guid>
		<description><![CDATA[It&#8217;s been too long, but we&#8217;re finally here: StreamCAD is running beautifully on both Windows and Mac! Today is the day for the release candidate!
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been too long, but we&#8217;re finally here: StreamCAD is running beautifully on both Windows and Mac! Today is the day for the release candidate!</p>
]]></content:encoded>
			<wfw:commentRss>http://streamcad.streamspace.com/wordpress/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s happening?</title>
		<link>http://streamcad.streamspace.com/wordpress/?p=26</link>
		<comments>http://streamcad.streamspace.com/wordpress/?p=26#comments</comments>
		<pubDate>Tue, 24 Mar 2009 16:14:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://streamcad.streamspace.com/wordpress/?p=26</guid>
		<description><![CDATA[I&#8217;ve run into a small problem with my threading model. Under certain conditions, inputs wouldn&#8217;t work. The latest build fixed that, so you can expect a new beta soon.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve run into a small problem with my threading model. Under certain conditions, inputs wouldn&#8217;t work. The latest build fixed that, so you can expect a new beta soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://streamcad.streamspace.com/wordpress/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Window selection performance on MS Windows</title>
		<link>http://streamcad.streamspace.com/wordpress/?p=24</link>
		<comments>http://streamcad.streamspace.com/wordpress/?p=24#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:11:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://streamcad.streamspace.com/wordpress/?p=24</guid>
		<description><![CDATA[As this software started out as a Windows program it used to draw the rectangle the &#8220;windows way&#8221; (using a device context). This didn&#8217;t work on macs and probably not on future linux version either. The remedy was to use OpenGL methods instead. Performance on my first generation Mac Mini was excellent so I didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>As this software started out as a Windows program it used to draw the rectangle the &#8220;windows way&#8221; (using a device context). This didn&#8217;t work on macs and probably not on future linux version either. The remedy was to use OpenGL methods instead. Performance on my first generation Mac Mini was excellent so I didn&#8217;t think more about it. It turns out that some ms windows drivers are way pickier and on some PC&#8217;s, performance was terrible. I&#8217;ve restored the old method to the windows platform, this will be fixed in the next beta release.</p>
]]></content:encoded>
			<wfw:commentRss>http://streamcad.streamspace.com/wordpress/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>DWG Compatibility</title>
		<link>http://streamcad.streamspace.com/wordpress/?p=16</link>
		<comments>http://streamcad.streamspace.com/wordpress/?p=16#comments</comments>
		<pubDate>Thu, 09 Oct 2008 08:15:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://streamcad.streamspace.com/wordpress/?p=16</guid>
		<description><![CDATA[DWG is probably the most common format for drawing transfers. StreamCAD will never be a success if it doesn&#8217;t reliably handle DWG files. But does that mean that it have to be native?
I think of DWG as a very hostile format. Over the last couple of releases, Autodesk has been encrypting the format. A &#8220;trusted [...]]]></description>
			<content:encoded><![CDATA[<p>DWG is probably the most common format for drawing transfers. StreamCAD will never be a success if it doesn&#8217;t reliably handle DWG files. But does that mean that it have to be native?</p>
<p>I think of DWG as a very hostile format. Over the last couple of releases, Autodesk has been encrypting the format. A &#8220;trusted DWG&#8221; is identified by the string &#8220;Autodesk&#8221; inside the file. Marking it such might be a trademark violation for anyone by Autodesk.</p>
<p>Many design decisions inside DWG was made in the 1980&#8217;s. Some things really need to be changed, e.g. the weak link between title block attributes and their definitions. </p>
<p>There&#8217;s a number of problems with managing DWG natively. The most important is that it&#8217;s tied into a programming interface called ARX. ARX is a powerful API, but it&#8217;s more than twelve years old and the goal is to create something better. ARX applications are heavily tied to Microsoft Windows, which would basically mean that most applications would never run on Mac OS X or Linux.</p>
<p>My goal is to do the following:</p>
<ol>
<li>If possible, use translation.</li>
<li>Otherwise, go to dual mode. In dual mode, I have a native drawing that acts as a front for the DWG. </li>
</ol>
<p>In dual mode, objects that StreamCAD doesn&#8217;t understand are drawn directly from the DWG. All data is stored into the DWG.</p>
]]></content:encoded>
			<wfw:commentRss>http://streamcad.streamspace.com/wordpress/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>Bug report</title>
		<link>http://streamcad.streamspace.com/wordpress/?p=7</link>
		<comments>http://streamcad.streamspace.com/wordpress/?p=7#comments</comments>
		<pubDate>Wed, 08 Oct 2008 09:06:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://streamcad.streamspace.com/wordpress/?p=7</guid>
		<description><![CDATA[When you find a bug, you&#8217;re welcome to report it as a comment to this entry. I&#8217;ll then post it as a separate post. Let me know if you want to be anonymous or to get credit for finding the bug.
Thanks!
Henrik
]]></description>
			<content:encoded><![CDATA[<p>When you find a bug, you&#8217;re welcome to report it as a comment to this entry. I&#8217;ll then post it as a separate post. Let me know if you want to be anonymous or to get credit for finding the bug.</p>
<p>Thanks!</p>
<p>Henrik</p>
]]></content:encoded>
			<wfw:commentRss>http://streamcad.streamspace.com/wordpress/?feed=rss2&amp;p=7</wfw:commentRss>
		</item>
		<item>
		<title>Bugs fixed in beta2</title>
		<link>http://streamcad.streamspace.com/wordpress/?p=5</link>
		<comments>http://streamcad.streamspace.com/wordpress/?p=5#comments</comments>
		<pubDate>Wed, 08 Oct 2008 09:02:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bugs]]></category>

		<guid isPermaLink="false">http://streamcad.streamspace.com/wordpress/?p=5</guid>
		<description><![CDATA[After closing the last document, you’re unable to create new ones or close the application.
Cause: StreamCAD is multithread application, with “message post boxes” that handle requests to a drawing. Originally, there was a single postbox that managed all documents but this was replaced by a per document postbox. The only problem: closing the last document [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><strong><span>After closing the last document, you’re unable to create new ones or close the application.</span></strong></p>
<p class="MsoNormal"><strong><span><span style="font-weight: normal;">Cause: StreamCAD is multithread application, with “message post boxes” that handle requests to a drawing. Originally, there was a single postbox that managed all documents but this was replaced by a per document postbox. The only problem: closing the last document means no more postboxes … </span></span></strong></p>
<p class="MsoNormal"><strong><span>The text command isn’t directly user friendly</span></strong><span></span></p>
<p class="MsoNormal"><span>I can’t believe that a set of users has used this command for four years without a single complaint. It’s awful.<strong> </strong></span></p>
<p class="MsoNormal"><strong><span>The property window fails to clean up old entries.</span></strong><span></span></p>
<p class="MsoNormal">When deselecting an object, the edit windows where still there, though hidden by the fact that the property window shrunk.</p>
]]></content:encoded>
			<wfw:commentRss>http://streamcad.streamspace.com/wordpress/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Hello StreamCAD!</title>
		<link>http://streamcad.streamspace.com/wordpress/?p=1</link>
		<comments>http://streamcad.streamspace.com/wordpress/?p=1#comments</comments>
		<pubDate>Mon, 18 Aug 2008 06:31:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[StreamCAD]]></category>

		<guid isPermaLink="false">http://streamcad.streamspace.com//wordpress/?p=1</guid>
		<description><![CDATA[The purpose of this blog is to have an open forum where StreamCAD can be discussed. I&#8217;ll post questions about future directions and lists of bugs.
]]></description>
			<content:encoded><![CDATA[<p>The purpose of this blog is to have an open forum where StreamCAD can be discussed. I&#8217;ll post questions about future directions and lists of bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://streamcad.streamspace.com/wordpress/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
	</channel>
</rss>
