<?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 for FlasCC</title>
	<atom:link href="http://blogs.adobe.com/flascc/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.adobe.com/flascc</link>
	<description>Using Adobe Flash C++ Compiler</description>
	<lastBuildDate>Mon, 06 May 2013 13:57:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Using multiple FlasCC SWCs in a Flash project by mika</title>
		<link>http://blogs.adobe.com/flascc/2012/11/06/using-multiple-flascc-swcs-in-a-flash-project/#comment-655</link>
		<dc:creator>mika</dc:creator>
		<pubDate>Mon, 06 May 2013 13:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=14#comment-655</guid>
		<description><![CDATA[Ran into the same issue on Lion 10.7.5 - java version &quot;1.6.0_37&quot;
g++ as3api.cpp bob.cpp main.cpp -emit-swc=com.heh.flascc -o out.swc]]></description>
		<content:encoded><![CDATA[<p>Ran into the same issue on Lion 10.7.5 &#8211; java version &#8220;1.6.0_37&#8243;<br />
g++ as3api.cpp bob.cpp main.cpp -emit-swc=com.heh.flascc -o out.swc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample C++ libraries running in the browser via Flash Player by HotFix</title>
		<link>http://blogs.adobe.com/flascc/2013/01/04/sample-c-libraries-running-in-the-browser-via-flash-player/#comment-583</link>
		<dc:creator>HotFix</dc:creator>
		<pubDate>Tue, 09 Apr 2013 19:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=367#comment-583</guid>
		<description><![CDATA[box2d example is great, but how can i use b2ContactListener? Normally, in C++ I can create custom listener which extends b2ContactListener and pass pointer to b2Word but using flascc it won&#039;t work]]></description>
		<content:encoded><![CDATA[<p>box2d example is great, but how can i use b2ContactListener? Normally, in C++ I can create custom listener which extends b2ContactListener and pass pointer to b2Word but using flascc it won&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sample C++ libraries running in the browser via Flash Player by AJ</title>
		<link>http://blogs.adobe.com/flascc/2013/01/04/sample-c-libraries-running-in-the-browser-via-flash-player/#comment-554</link>
		<dc:creator>AJ</dc:creator>
		<pubDate>Thu, 04 Apr 2013 20:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=367#comment-554</guid>
		<description><![CDATA[This is Impressive, But i still didn&#039;t figer out how to do such stuff with flash cc.]]></description>
		<content:encoded><![CDATA[<p>This is Impressive, But i still didn&#8217;t figer out how to do such stuff with flash cc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlasCC and Link Time Optimization by speterse</title>
		<link>http://blogs.adobe.com/flascc/2013/03/18/flascc-and-link-time-optimization/#comment-526</link>
		<dc:creator>speterse</dc:creator>
		<pubDate>Tue, 26 Mar 2013 15:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=450#comment-526</guid>
		<description><![CDATA[The original labs Alchemy had a sample port of OpenSSL. There isn&#039;t an equivalent sample in FlasCC, but with the powerful new SWIG features, it should be a pretty straightforward job!]]></description>
		<content:encoded><![CDATA[<p>The original labs Alchemy had a sample port of OpenSSL. There isn&#8217;t an equivalent sample in FlasCC, but with the powerful new SWIG features, it should be a pretty straightforward job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlasCC and Link Time Optimization by speterse</title>
		<link>http://blogs.adobe.com/flascc/2013/03/18/flascc-and-link-time-optimization/#comment-525</link>
		<dc:creator>speterse</dc:creator>
		<pubDate>Tue, 26 Mar 2013 15:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=450#comment-525</guid>
		<description><![CDATA[Correct. ABCs work in LTO workflows, they&#039;re just used &quot;as-as&quot; and are not incorporated into the LTO-generated ABC.]]></description>
		<content:encoded><![CDATA[<p>Correct. ABCs work in LTO workflows, they&#8217;re just used &#8220;as-as&#8221; and are not incorporated into the LTO-generated ABC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlasCC and Link Time Optimization by HB</title>
		<link>http://blogs.adobe.com/flascc/2013/03/18/flascc-and-link-time-optimization/#comment-512</link>
		<dc:creator>HB</dc:creator>
		<pubDate>Thu, 21 Mar 2013 10:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=450#comment-512</guid>
		<description><![CDATA[When FlasCC was still Alchemy 2, there was a labs page with some submitted libraries, among them one for encryption, could you tell us what the link was, or where to get that encryption library? I&#039;ve been googling for quite some time without luck,,,

Thanks.]]></description>
		<content:encoded><![CDATA[<p>When FlasCC was still Alchemy 2, there was a labs page with some submitted libraries, among them one for encryption, could you tell us what the link was, or where to get that encryption library? I&#8217;ve been googling for quite some time without luck,,,</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlasCC and Link Time Optimization by Ilya</title>
		<link>http://blogs.adobe.com/flascc/2013/03/18/flascc-and-link-time-optimization/#comment-478</link>
		<dc:creator>Ilya</dc:creator>
		<pubDate>Mon, 18 Mar 2013 19:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=450#comment-478</guid>
		<description><![CDATA[Thanks for a detailed explanation!
What happens when ABC archives are mixed with LLVM bitcode archives in the linking step? For instance, if you&#039;ve compiled your 3rd party libraries with O3 and linking them with your code compiled with O4. Will ABC binaries be just excluded from LTO?]]></description>
		<content:encoded><![CDATA[<p>Thanks for a detailed explanation!<br />
What happens when ABC archives are mixed with LLVM bitcode archives in the linking step? For instance, if you&#8217;ve compiled your 3rd party libraries with O3 and linking them with your code compiled with O4. Will ABC binaries be just excluded from LTO?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlasCC 1.0.1 Released by stshongr</title>
		<link>http://blogs.adobe.com/flascc/2013/02/07/flascc-1-0-1-released/#comment-477</link>
		<dc:creator>stshongr</dc:creator>
		<pubDate>Mon, 18 Mar 2013 16:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=592#comment-477</guid>
		<description><![CDATA[Here are the steps to download:

1. Go to http://gaming.adobe.com/getstarted/
2. Click the blue Get Started button
3. Click the blue Sign In and Download Now button
4. After signing into Creative Cloud, scroll down and click the download button for FlasCC]]></description>
		<content:encoded><![CDATA[<p>Here are the steps to download:</p>
<p>1. Go to <a href="http://gaming.adobe.com/getstarted/" rel="nofollow">http://gaming.adobe.com/getstarted/</a><br />
2. Click the blue Get Started button<br />
3. Click the blue Sign In and Download Now button<br />
4. After signing into Creative Cloud, scroll down and click the download button for FlasCC</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlasCC 1.0.1 Released by chen_yonghua001@163.com</title>
		<link>http://blogs.adobe.com/flascc/2013/02/07/flascc-1-0-1-released/#comment-476</link>
		<dc:creator>chen_yonghua001@163.com</dc:creator>
		<pubDate>Mon, 18 Mar 2013 10:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=592#comment-476</guid>
		<description><![CDATA[i want to download.]]></description>
		<content:encoded><![CDATA[<p>i want to download.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Troubleshooting the &#8220;Could not create the Java Virtual Machine&#8221; error by stshongr</title>
		<link>http://blogs.adobe.com/flascc/2012/12/20/troubleshooting-the-could-not-create-the-java-virtual-machine-error/#comment-231</link>
		<dc:creator>stshongr</dc:creator>
		<pubDate>Fri, 25 Jan 2013 19:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.adobe.com/flascc/?p=389#comment-231</guid>
		<description><![CDATA[@tony - The FlasCC Forums are probably a better place to discuss your issue.  I see you have already posted there (http://forums.adobe.com/message/5018487#5018487).  Let&#039;s continue the conversation there.]]></description>
		<content:encoded><![CDATA[<p>@tony &#8211; The FlasCC Forums are probably a better place to discuss your issue.  I see you have already posted there (<a href="http://forums.adobe.com/message/5018487#5018487" rel="nofollow">http://forums.adobe.com/message/5018487#5018487</a>).  Let&#8217;s continue the conversation there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
