<?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: Quick Update</title>
	<atom:link href="http://gamehaxe.com/2009/10/15/quick-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://gamehaxe.com/2009/10/15/quick-update/</link>
	<description>Experimenting with Web Game Development</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:14:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Fedor</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-412</link>
		<dc:creator>Fedor</dc:creator>
		<pubDate>Tue, 12 Jan 2010 15:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-412</guid>
		<description>Thanks, Hugh
Yes, haxe was 2.04. With 2.05 it runs ok.

Fedor</description>
		<content:encoded><![CDATA[<p>Thanks, Hugh<br />
Yes, haxe was 2.04. With 2.05 it runs ok.</p>
<p>Fedor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-411</link>
		<dc:creator>Huge</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-411</guid>
		<description>Hi Fedor,
That version of the file is definitely created by haxe 2.04, not 2.05.  So I suspect you have an old version of haxe in your executable path somewhere.  If you just run haxe on its own, what version does it say it is?  The only other thing I can think of is if the old file is not getting deleted because of UAC or something.</description>
		<content:encoded><![CDATA[<p>Hi Fedor,<br />
That version of the file is definitely created by haxe 2.04, not 2.05.  So I suspect you have an old version of haxe in your executable path somewhere.  If you just run haxe on its own, what version does it say it is?  The only other thing I can think of is if the old file is not getting deleted because of UAC or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedor</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-410</link>
		<dc:creator>Fedor</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-410</guid>
		<description>The first line of the Log.cpp

#include &lt;hxObject.h&gt;

The log of the compile:

cl.exe -Iinclude -nologo -O2 -MT -DHX_WINDOWS -GR -Zi -c -EHsc -IC:\Program Files\Motion-Twin\haxe\lib\hxcpp\2,05,1/include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Ychxcpp.h __pch.cpp /Fphxcpp.pch
__pch.cpp
cl.exe -I. -nologo -O2 -MT -DHX_WINDOWS -GR -Zi -c -EHsc -IC:\Program Files\Motion-Twin\haxe\lib\hxcpp\2,05,1/include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Iinclude -Yuhxcpp.h ./src/haxe/Log.cpp -Foobj/Release/src/haxe/Log.obj
Log.cpp
./src/haxe/Log.cpp(1) : warning C4627: &#039;#include &lt;hxObject.h&gt;&#039;: skipped when looking for precompiled header use
        Add directive to &#039;hxcpp.h&#039; or rebuild precompiled header
./src/haxe/Log.cpp(4) : warning C4627: &#039;#include &lt;haxe/Log.h&gt;&#039;: skipped when looking for precompiled header use
        Add directive to &#039;hxcpp.h&#039; or rebuild precompiled header
./src/haxe/Log.cpp(125) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add &#039;#include &quot;hxcpp.h&quot;&#039; to your source?</description>
		<content:encoded><![CDATA[<p>The first line of the Log.cpp</p>
<p>#include &lt;hxObject.h&gt;</p>
<p>The log of the compile:</p>
<p>cl.exe -Iinclude -nologo -O2 -MT -DHX_WINDOWS -GR -Zi -c -EHsc -IC:\Program Files\Motion-Twin\haxe\lib\hxcpp\2,05,1/include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Ychxcpp.h __pch.cpp /Fphxcpp.pch<br />
__pch.cpp<br />
cl.exe -I. -nologo -O2 -MT -DHX_WINDOWS -GR -Zi -c -EHsc -IC:\Program Files\Motion-Twin\haxe\lib\hxcpp\2,05,1/include -D_CRT_SECURE_NO_DEPRECATE -wd4996 -Iinclude -Yuhxcpp.h ./src/haxe/Log.cpp -Foobj/Release/src/haxe/Log.obj<br />
Log.cpp<br />
./src/haxe/Log.cpp(1) : warning C4627: &#8216;#include &lt;hxObject.h&gt;&#8217;: skipped when looking for precompiled header use<br />
        Add directive to &#8216;hxcpp.h&#8217; or rebuild precompiled header<br />
./src/haxe/Log.cpp(4) : warning C4627: &#8216;#include &lt;haxe/Log.h&gt;&#8217;: skipped when looking for precompiled header use<br />
        Add directive to &#8216;hxcpp.h&#8217; or rebuild precompiled header<br />
./src/haxe/Log.cpp(125) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add &#8216;#include &#8220;hxcpp.h&#8221;&#8216; to your source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedor</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-409</link>
		<dc:creator>Fedor</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-409</guid>
		<description>The first line of the Log.cpp

#include </description>
		<content:encoded><![CDATA[<p>The first line of the Log.cpp</p>
<p>#include</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-408</link>
		<dc:creator>Huge</dc:creator>
		<pubDate>Tue, 12 Jan 2010 13:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-408</guid>
		<description>Hmm odd, what about:
&gt;haxe
haXe Compiler 2.05 - (c)2005-2010 Motion-Twin

&gt;head -1 cpp/src/haxe/Log.cpp
#include &lt;hxcpp.h&gt;

?</description>
		<content:encoded><![CDATA[<p>Hmm odd, what about:<br />
>haxe<br />
haXe Compiler 2.05 &#8211; (c)2005-2010 Motion-Twin</p>
<p>>head -1 cpp/src/haxe/Log.cpp<br />
#include &lt;hxcpp.h&gt;</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedor</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-407</link>
		<dc:creator>Fedor</dc:creator>
		<pubDate>Tue, 12 Jan 2010 13:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-407</guid>
		<description>Hi, Hugh.

HXCPP is 
C:\Program Files\Motion-Twin\haxe\lib\hxcpp\2,05,1

haxelib list 
hxcpp: 1.0.7 2.05.0 [2.05.1]

Output folder deleted - the same error. Checked the path - it does not contain previous hxcpp pathes.

Fedor</description>
		<content:encoded><![CDATA[<p>Hi, Hugh.</p>
<p>HXCPP is<br />
C:\Program Files\Motion-Twin\haxe\lib\hxcpp\2,05,1</p>
<p>haxelib list<br />
hxcpp: 1.0.7 2.05.0 [2.05.1]</p>
<p>Output folder deleted &#8211; the same error. Checked the path &#8211; it does not contain previous hxcpp pathes.</p>
<p>Fedor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huge</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-406</link>
		<dc:creator>Huge</dc:creator>
		<pubDate>Tue, 12 Jan 2010 13:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-406</guid>
		<description>Hi Fedor,
Looks like you might be running a hybrid version.  Things that you could check: haxe version 2.05, haxelib list -&gt; 2.05.1, $HCPPP is empty, src/haxe/Log.cpp actually includes hxcpp.  Also, try deleting the output directory and running again.

Hugh</description>
		<content:encoded><![CDATA[<p>Hi Fedor,<br />
Looks like you might be running a hybrid version.  Things that you could check: haxe version 2.05, haxelib list -> 2.05.1, $HCPPP is empty, src/haxe/Log.cpp actually includes hxcpp.  Also, try deleting the output directory and running again.</p>
<p>Hugh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedor</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-405</link>
		<dc:creator>Fedor</dc:creator>
		<pubDate>Mon, 11 Jan 2010 19:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-405</guid>
		<description>I have downloaded 2.05.1 version and next error is generated (version 1.0.7 does not have that error):

./src/haxe/Log.cpp(125) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add &#039;#include &quot;hxcpp.h&quot;&#039; to your source?</description>
		<content:encoded><![CDATA[<p>I have downloaded 2.05.1 version and next error is generated (version 1.0.7 does not have that error):</p>
<p>./src/haxe/Log.cpp(125) : fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add &#8216;#include &#8220;hxcpp.h&#8221;&#8216; to your source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robo</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-339</link>
		<dc:creator>robo</dc:creator>
		<pubDate>Thu, 26 Nov 2009 14:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-339</guid>
		<description>I have a wish.ha 
I wish haxe can dirct to creat alchemy swc throught from haxe code by nme or neash.
could it ?</description>
		<content:encoded><![CDATA[<p>I have a wish.ha<br />
I wish haxe can dirct to creat alchemy swc throught from haxe code by nme or neash.<br />
could it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robo</title>
		<link>http://gamehaxe.com/2009/10/15/quick-update/comment-page-1/#comment-337</link>
		<dc:creator>robo</dc:creator>
		<pubDate>Sat, 14 Nov 2009 06:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://gamehaxe.com/?p=235#comment-337</guid>
		<description>thank you for your reply,
current neash version have a problem is that 
scarygirl example can&#039;t build ,
show some error about the movieclip can&#039;t be draw .would you check it?</description>
		<content:encoded><![CDATA[<p>thank you for your reply,<br />
current neash version have a problem is that<br />
scarygirl example can&#8217;t build ,<br />
show some error about the movieclip can&#8217;t be draw .would you check it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
