<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for QueTwo&#039;s Blog</title>
	<atom:link href="http://quetwo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://quetwo.com</link>
	<description>thouoghts on telecommunications, programming, education and technology</description>
	<lastBuildDate>Tue, 14 Feb 2012 20:49:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Working with AIR Native Extensions on the Mac by s.m.srinivas</title>
		<link>http://quetwo.com/2011/12/03/working-with-air-native-extensions-on-the-mac/#comment-1289</link>
		<dc:creator><![CDATA[s.m.srinivas]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 20:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=533#comment-1289</guid>
		<description><![CDATA[I checked everything and made sure optimizer setting to off. Now I see different error when I run through command-line. Also note that App will crash!...
[code]
els-h43042:SampleANEDemo Srinivas$ adl -profile extendedDesktop -extdir extensions/ bin-debug/SampleANEDemo-app.xml 
objc[1888]: Class EntryPoints is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIRAppController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class ServerInfo is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class PlayerURLAdapter is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AuthWindowController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class PlayerContentApplication is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class PlayerContentView is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class FullScreenContentWindow is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class PlayerContentWindow is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class FlashPromptDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_MacCameraObject is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_PasteboardSource is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_PlayerContentMenu is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_PlayerContentMenuItem is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_FPCoreLoopDispatcher is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_PlayerPrintView is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_FPOneShotContextMenuSelectionHandler is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class VolumeNotificationHandler is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_ConnectToDebuggerDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_FlashExceptionDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_KillScriptDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_LocalSecurityDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_FRDialogPanel is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class OSXProcessExitResponder is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIRBundle is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_ServiceASyncOnMainThread is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
Bus error
[/code]

When I debug/run from Builder, as usual I see that &quot;method not found&quot; error.]]></description>
		<content:encoded><![CDATA[<p>I checked everything and made sure optimizer setting to off. Now I see different error when I run through command-line. Also note that App will crash!&#8230;</p>
<pre class="brush: plain;">
els-h43042:SampleANEDemo Srinivas$ adl -profile extendedDesktop -extdir extensions/ bin-debug/SampleANEDemo-app.xml
objc[1888]: Class EntryPoints is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIRAppController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class ServerInfo is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class PlayerURLAdapter is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AuthWindowController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class PlayerContentApplication is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class PlayerContentView is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class FullScreenContentWindow is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class PlayerContentWindow is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class FlashPromptDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_MacCameraObject is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_PasteboardSource is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_PlayerContentMenu is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_PlayerContentMenuItem is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_FPCoreLoopDispatcher is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_PlayerPrintView is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_FPOneShotContextMenuSelectionHandler is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class VolumeNotificationHandler is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_ConnectToDebuggerDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_FlashExceptionDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_KillScriptDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_LocalSecurityDialogController is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_FRDialogPanel is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class OSXProcessExitResponder is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIRBundle is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
objc[1888]: Class AIR_ServiceASyncOnMainThread is implemented in both /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/runtimes/air/mac/Adobe AIR.framework/Versions/1.0/Adobe AIR and /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR. One of the two will be used. Which one is undefined.
Bus error
</pre>
<p>When I debug/run from Builder, as usual I see that &#8220;method not found&#8221; error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Windows AIR Native Extension with Eclipse – Part 3 by flashandrc</title>
		<link>http://quetwo.com/2011/11/03/creating-a-windows-air-native-extension-with-eclipse-part-3/#comment-1287</link>
		<dc:creator><![CDATA[flashandrc]]></dc:creator>
		<pubDate>Tue, 14 Feb 2012 09:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=521#comment-1287</guid>
		<description><![CDATA[Hey Nick, I&#039;m receiving invalid extension descriptor again when I was packaging my own project. The layout is basically exactly the same as yours, except for functions and calling functions from another source files, but I can&#039;t find what the problem is.]]></description>
		<content:encoded><![CDATA[<p>Hey Nick, I&#8217;m receiving invalid extension descriptor again when I was packaging my own project. The layout is basically exactly the same as yours, except for functions and calling functions from another source files, but I can&#8217;t find what the problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Windows AIR Native Extension with Eclipse – Part 3 by flashandrc</title>
		<link>http://quetwo.com/2011/11/03/creating-a-windows-air-native-extension-with-eclipse-part-3/#comment-1285</link>
		<dc:creator><![CDATA[flashandrc]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 15:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=521#comment-1285</guid>
		<description><![CDATA[Thanks for the video tutorial! Really helps. Ignore or delete my comment above, I followed exactly what you said and it ran, probably did something wrong in the native code part. Cheers.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the video tutorial! Really helps. Ignore or delete my comment above, I followed exactly what you said and it ran, probably did something wrong in the native code part. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Windows AIR Native Extension with Eclipse – Part 3 by flashandrc</title>
		<link>http://quetwo.com/2011/11/03/creating-a-windows-air-native-extension-with-eclipse-part-3/#comment-1284</link>
		<dc:creator><![CDATA[flashandrc]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 08:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=521#comment-1284</guid>
		<description><![CDATA[Hey Nick, when I&#039;m packaging all my files into the ANE, I keep receiving error 101: missing namespace in descriptor.xml. Now my descriptor.xml is same as yours, except for the values in id, version and nativeLibrary, I&#039;ve also tried to use .bat files to generate the ANE from https://raw.github.com/magicalhobo/FREImageProcessor/master/ImageProcessor/bin/package.bat,it also pops up error 101, namespace missing in descriptor.xml. Has anything changed since you made the video?]]></description>
		<content:encoded><![CDATA[<p>Hey Nick, when I&#8217;m packaging all my files into the ANE, I keep receiving error 101: missing namespace in descriptor.xml. Now my descriptor.xml is same as yours, except for the values in id, version and nativeLibrary, I&#8217;ve also tried to use .bat files to generate the ANE from <a href="https://raw.github.com/magicalhobo/FREImageProcessor/master/ImageProcessor/bin/package.bat,it" rel="nofollow">https://raw.github.com/magicalhobo/FREImageProcessor/master/ImageProcessor/bin/package.bat,it</a> also pops up error 101, namespace missing in descriptor.xml. Has anything changed since you made the video?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Windows AIR Native Extension with Eclipse – Part 2 by flashandrc</title>
		<link>http://quetwo.com/2011/10/31/creating-a-windows-air-native-extension-with-eclipse-%e2%80%93-part-2/#comment-1283</link>
		<dc:creator><![CDATA[flashandrc]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 06:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=514#comment-1283</guid>
		<description><![CDATA[Oops, my bad, you actually said to change result to &amp;result towards the end of the tutorial. Sorry and thanks.]]></description>
		<content:encoded><![CDATA[<p>Oops, my bad, you actually said to change result to &amp;result towards the end of the tutorial. Sorry and thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Windows AIR Native Extension with Eclipse – Part 2 by flashandrc</title>
		<link>http://quetwo.com/2011/10/31/creating-a-windows-air-native-extension-with-eclipse-%e2%80%93-part-2/#comment-1282</link>
		<dc:creator><![CDATA[flashandrc]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 03:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=514#comment-1282</guid>
		<description><![CDATA[I just fired up Eclipse again, this time, I changed FRENewObjectFromBool(isSupportedInOS, result); to FRENewObjectFromBool(isSupportedInOS, &amp;result); and it doesn&#039;t seem to pop up any errors for now.]]></description>
		<content:encoded><![CDATA[<p>I just fired up Eclipse again, this time, I changed FRENewObjectFromBool(isSupportedInOS, result); to FRENewObjectFromBool(isSupportedInOS, &amp;result); and it doesn&#8217;t seem to pop up any errors for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with AIR Native Extensions on the Mac by quetwo</title>
		<link>http://quetwo.com/2011/12/03/working-with-air-native-extensions-on-the-mac/#comment-1281</link>
		<dc:creator><![CDATA[quetwo]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 02:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=533#comment-1281</guid>
		<description><![CDATA[The only method names that need to be exported are the init and the finalizer.  All the other functions would be passed back to the AVM via the init function, and I&#039;m assuming that you are doing that.  Any function you don&#039;t pass back to the AVM via the init function, you will not be able to call via AIR (consider them &quot;private&quot; functions).

If you are passing back those function names you wish to call and you are still getting the &quot;method not found&quot; error, then the AVM is not holding a reference to your .framework.  There is a known bug with the ADL that is embedded with the Flash Player that causes this -- but if you are getting the same issues command-line, then the first thing I would check to see is if your init function is passing back the proper reference to the functions.  You may also need to check the optimizer within XCode.  I&#039;ve seen it &#039;optimize&#039; out the references -- which is why I recommend setting the optimizer setting to off.]]></description>
		<content:encoded><![CDATA[<p>The only method names that need to be exported are the init and the finalizer.  All the other functions would be passed back to the AVM via the init function, and I&#8217;m assuming that you are doing that.  Any function you don&#8217;t pass back to the AVM via the init function, you will not be able to call via AIR (consider them &#8220;private&#8221; functions).</p>
<p>If you are passing back those function names you wish to call and you are still getting the &#8220;method not found&#8221; error, then the AVM is not holding a reference to your .framework.  There is a known bug with the ADL that is embedded with the Flash Player that causes this &#8212; but if you are getting the same issues command-line, then the first thing I would check to see is if your init function is passing back the proper reference to the functions.  You may also need to check the optimizer within XCode.  I&#8217;ve seen it &#8216;optimize&#8217; out the references &#8212; which is why I recommend setting the optimizer setting to off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Windows AIR Native Extension with Eclipse – Part 2 by quetwo</title>
		<link>http://quetwo.com/2011/10/31/creating-a-windows-air-native-extension-with-eclipse-%e2%80%93-part-2/#comment-1280</link>
		<dc:creator><![CDATA[quetwo]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 02:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=514#comment-1280</guid>
		<description><![CDATA[Those seem like the errors I was getting when the header I had wasn&#039;t compatible with my compiler.  If you are doing this within Eclipse, did you use the header modifications I mentioned in the video?  

Best I can tell, the error is saying that the FREObject object isn&#039;t defined how you want to use it.  The other possibility is that the object-code (the file you import) may be corrupt for some reason...]]></description>
		<content:encoded><![CDATA[<p>Those seem like the errors I was getting when the header I had wasn&#8217;t compatible with my compiler.  If you are doing this within Eclipse, did you use the header modifications I mentioned in the video?  </p>
<p>Best I can tell, the error is saying that the FREObject object isn&#8217;t defined how you want to use it.  The other possibility is that the object-code (the file you import) may be corrupt for some reason&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Windows AIR Native Extension with Eclipse – Part 2 by flashandrc</title>
		<link>http://quetwo.com/2011/10/31/creating-a-windows-air-native-extension-with-eclipse-%e2%80%93-part-2/#comment-1279</link>
		<dc:creator><![CDATA[flashandrc]]></dc:creator>
		<pubDate>Mon, 13 Feb 2012 00:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=514#comment-1279</guid>
		<description><![CDATA[I&#039;ve also tried this again in Eclipse, it&#039;s working now, and it&#039;s still popping up an error on that line saying:

Invalid arguments &#039;
Candidates are:
enum {FlashRuntimeExtensions.h:4073} FRENewObjectFromBool(unsigned int, void * *)
&#039;	ThinkpadAPS_E.cpp	/ThinkpadAPS_E	line 31	Semantic Error]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve also tried this again in Eclipse, it&#8217;s working now, and it&#8217;s still popping up an error on that line saying:</p>
<p>Invalid arguments &#8216;<br />
Candidates are:<br />
enum {FlashRuntimeExtensions.h:4073} FRENewObjectFromBool(unsigned int, void * *)<br />
&#8216;	ThinkpadAPS_E.cpp	/ThinkpadAPS_E	line 31	Semantic Error</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Windows AIR Native Extension with Eclipse – Part 2 by flashandrc</title>
		<link>http://quetwo.com/2011/10/31/creating-a-windows-air-native-extension-with-eclipse-%e2%80%93-part-2/#comment-1278</link>
		<dc:creator><![CDATA[flashandrc]]></dc:creator>
		<pubDate>Sun, 12 Feb 2012 17:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://quetwo.com/?p=514#comment-1278</guid>
		<description><![CDATA[Hey Nick, I&#039;m getting an error where in the isSupported function, where FRENewObjectFromBool(isSupportedInOS, result);, I get an error saying &quot;argument type of &quot;FREObject&quot;  is incompatible with parameter type &quot;FREObject *&quot;. Any ideas on this?

Also, I&#039;m using this in VC++, I know that this video tutorial is aimed at Eclipse, but somehow my Eclipse keeps popping up Nothing can be built so I switched to VC++. But the error doesn&#039;t seem to be program-specific.]]></description>
		<content:encoded><![CDATA[<p>Hey Nick, I&#8217;m getting an error where in the isSupported function, where FRENewObjectFromBool(isSupportedInOS, result);, I get an error saying &#8220;argument type of &#8220;FREObject&#8221;  is incompatible with parameter type &#8220;FREObject *&#8221;. Any ideas on this?</p>
<p>Also, I&#8217;m using this in VC++, I know that this video tutorial is aimed at Eclipse, but somehow my Eclipse keeps popping up Nothing can be built so I switched to VC++. But the error doesn&#8217;t seem to be program-specific.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
