<?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: Structure Synth 1.0 (&#8220;Potemkin&#8221;) Released</title>
	<atom:link href="http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/</link>
	<description>Generative Art, 3D Fractals, Creative Computing</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:07:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Lina</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/comment-page-1/#comment-934</link>
		<dc:creator>Lina</dc:creator>
		<pubDate>Sat, 29 Aug 2009 16:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/#comment-934</guid>
		<description>Thanks! I did the release build and ended up with the same error (..encountered a problem and needs to close) than with the release .exe 

BUT I managed to get it running after that in debug - now that i had all the necessary moc-files from release-build.</description>
		<content:encoded><![CDATA[<p>Thanks! I did the release build and ended up with the same error (..encountered a problem and needs to close) than with the release .exe </p>
<p>BUT I managed to get it running after that in debug &#8211; now that i had all the necessary moc-files from release-build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Christensen</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/comment-page-1/#comment-933</link>
		<dc:creator>Mikael Christensen</dc:creator>
		<pubDate>Sat, 29 Aug 2009 12:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/#comment-933</guid>
		<description>Ah. I think the Qt-&quot;moc&quot; files are only built in &#039;Release&#039; mode. 

Try changing to &#039;Release&#039; configuration in Visual Studio the first time you compile and see if that works.</description>
		<content:encoded><![CDATA[<p>Ah. I think the Qt-&#8221;moc&#8221; files are only built in &#8216;Release&#8217; mode. </p>
<p>Try changing to &#8216;Release&#8217; configuration in Visual Studio the first time you compile and see if that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lina</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/comment-page-1/#comment-932</link>
		<dc:creator>Lina</dc:creator>
		<pubDate>Sat, 29 Aug 2009 11:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/#comment-932</guid>
		<description>Thanks for the quick reply!

Sadly the windows executable didn&#039;t work and caused the &quot;StructureSynth.exe has encountered a problem and needs to close&quot; -error. 

- QT4DIR environment variable is set
- checkout from svn

I open the solution -&gt; F5 -&gt; &quot;This project is out of date: StructureSynth - Debug Win32. Would you like to build it?&quot; -&gt; Yes -&gt; 1 Error:

Compiling...
moc_TemplateExportDialog.cpp
c1xx : fatal error C1083: Cannot open source file: &#039;.\tmp\moc\moc_TemplateExportDialog.cpp&#039;: No such file or directory


Do you have any other clues? :)</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply!</p>
<p>Sadly the windows executable didn&#8217;t work and caused the &#8220;StructureSynth.exe has encountered a problem and needs to close&#8221; -error. </p>
<p>- QT4DIR environment variable is set<br />
- checkout from svn</p>
<p>I open the solution -&gt; F5 -&gt; &#8220;This project is out of date: StructureSynth &#8211; Debug Win32. Would you like to build it?&#8221; -&gt; Yes -&gt; 1 Error:</p>
<p>Compiling&#8230;<br />
moc_TemplateExportDialog.cpp<br />
c1xx : fatal error C1083: Cannot open source file: &#8216;.\tmp\moc\moc_TemplateExportDialog.cpp&#8217;: No such file or directory</p>
<p>Do you have any other clues? <img src='http://blog.hvidtfeldts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Christensen</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/comment-page-1/#comment-928</link>
		<dc:creator>Mikael Christensen</dc:creator>
		<pubDate>Fri, 28 Aug 2009 19:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/#comment-928</guid>
		<description>I&#039;m a bit unsure about what you mean by &quot;do I need to build structure synth&quot;.

If you just want to try out Structure Synth, you can just download the windows executable and run it. It should work out of the box.

If you want to compile Structure Synth yourself, it seems like you have done it the right way - Compiled Qt4.5 and installed the Windows SDK. 

Now you of course need to download the source and compile Structure Synth - open the StructureSynth.sln solution file in Visual Studio and press F5 to run it with debugging enabled. If it crashes Visual Studio should catch an Exception somewhere. You do not need to Build/Packaging scripts - these are only for deployment.

Things to try:
- the QT4DIR environment variable must be set (but otherwise you shouldn&#039;t be able to compile)

- Try running Structure Synth (inside Visual Studio) in both the &#039;debug&#039; and &#039;release&#039; targets (look for a drop-down in the GUI where you can change this).

- Structure Synth might link to the Qt wrong libraries at run-time (there might be several installed). Try copying the following files from your Qt build into the folder with the Structure Synth executable: QtXml4.dll, QtScript4.dll, QtOpenGL4.dll, QtGui4.dll, QtCore4.dll. If you are making a &#039;debug&#039; build you will ned the version with an extra &#039;d&#039;, e.g. QtXml4d.dll, etc...

Best regards, Mikael.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit unsure about what you mean by &#8220;do I need to build structure synth&#8221;.</p>
<p>If you just want to try out Structure Synth, you can just download the windows executable and run it. It should work out of the box.</p>
<p>If you want to compile Structure Synth yourself, it seems like you have done it the right way &#8211; Compiled Qt4.5 and installed the Windows SDK. </p>
<p>Now you of course need to download the source and compile Structure Synth &#8211; open the StructureSynth.sln solution file in Visual Studio and press F5 to run it with debugging enabled. If it crashes Visual Studio should catch an Exception somewhere. You do not need to Build/Packaging scripts &#8211; these are only for deployment.</p>
<p>Things to try:<br />
- the QT4DIR environment variable must be set (but otherwise you shouldn&#8217;t be able to compile)</p>
<p>- Try running Structure Synth (inside Visual Studio) in both the &#8216;debug&#8217; and &#8216;release&#8217; targets (look for a drop-down in the GUI where you can change this).</p>
<p>- Structure Synth might link to the Qt wrong libraries at run-time (there might be several installed). Try copying the following files from your Qt build into the folder with the Structure Synth executable: QtXml4.dll, QtScript4.dll, QtOpenGL4.dll, QtGui4.dll, QtCore4.dll. If you are making a &#8216;debug&#8217; build you will ned the version with an extra &#8216;d&#8217;, e.g. QtXml4d.dll, etc&#8230;</p>
<p>Best regards, Mikael.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lina</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/comment-page-1/#comment-927</link>
		<dc:creator>Lina</dc:creator>
		<pubDate>Fri, 28 Aug 2009 18:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/07/structure-synth-10-potemkin-released/#comment-927</guid>
		<description>I have big problems getting this work on my windows xp.. I installed Visual Studio Express C++ 2008, Windows SDK for Windows Server 2003, compiled Qt 4.5 (with nmake). Every time i try to start structuresynth.exe I get loading image(logo/picture) and right after that error message that &quot;StructureSynth.exe has encountered a problem and needs to close&quot;

Does it matter where the structure synth -folder is located and do i also need to build structure synth?</description>
		<content:encoded><![CDATA[<p>I have big problems getting this work on my windows xp.. I installed Visual Studio Express C++ 2008, Windows SDK for Windows Server 2003, compiled Qt 4.5 (with nmake). Every time i try to start structuresynth.exe I get loading image(logo/picture) and right after that error message that &#8220;StructureSynth.exe has encountered a problem and needs to close&#8221;</p>
<p>Does it matter where the structure synth -folder is located and do i also need to build structure synth?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

