<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>anolis Forum Rss Feed</title><link>http://www.codeplex.com/anolis/Thread/List.aspx</link><description>anolis Forum Rss Description</description><item><title>New Post: Why can't the twunk_16.exe PE header be parsed?</title><link>http://anolis.codeplex.com/discussions/431448</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi again guys,&lt;/p&gt;
&lt;p&gt;This question is intended for the coordinator of this project. Before I found this project, I was &amp;#65279;exercising my code trying to find an assembly&amp;nbsp;with&amp;nbsp;string version data rather than binary version in the PE header&amp;nbsp;data (see
&lt;a href="http://anolis.codeplex.com/discussions/431445" target="_blank"&gt;my previous post&lt;/a&gt;). I ran across the twunk_16.exe file in the Windows XP directory&amp;nbsp;that I could not parse, even though Windows Explorer correctly lists the version information.
 I was losing confidence in my implementation, so I started looking for other C# implementations online.&lt;/p&gt;
&lt;p&gt;Then I came across your project. After downloading the source, I was surprised that in your Anolis.Tools.PEInfo.Program file, you had commented out the regular&amp;nbsp;go path and had inserted what appears to be test code pointing to your own file called &amp;quot;twunk_16.exe&amp;quot;.
 So both of us are interested in that file! That file will not load in any of your formats (DOS, NE, COFF/PE) either. Have you figured out what kind of a file it is and why it is not adhering to these formats? Thanks again for the awesome library!&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
&lt;/div&gt;</description><author>miesch1</author><pubDate>Wed, 30 Jan 2013 18:58:14 GMT</pubDate><guid isPermaLink="false">New Post: Why can't the twunk_16.exe PE header be parsed? 20130130065814P</guid></item><item><title>New Post: Is it necessary to look at VersionItem.Type before marshalling VS_FIXEDFILEINFO?</title><link>http://anolis.codeplex.com/discussions/431445</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;I'm sad that there hasn't been much activity here&amp;nbsp;recently! This is an awesome project--keep it up!&lt;/p&gt;
&lt;p&gt;I have been scouring the web trying to find any implementations of reading a file's version out of its PE header. Everyone &amp;quot;cheats&amp;quot; and uses Win32 calls to pull this resource out. The&amp;nbsp;first example I found that did what I was looking for was
 here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://stackoverflow.com/questions/12396665/c-library-to-read-exe-version-from-linux" target="_blank"&gt;&amp;#65279;&amp;#65279;&amp;#65279;&amp;#65279;http://stackoverflow.com/questions/12396665/c-library-to-read-exe-version-from-linux&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately, it is not strongly typed and it is in C&amp;#43;&amp;#43;. But it was enough to get me started porting it to C#. Of course&amp;nbsp;AFTER I had a working implementation, I ran across this project which does the exact thing I am looking for. As I was investigating
 your implementation of populating the version information struct&amp;nbsp;(VersionResourceData.RecurseItem), I noticed that the VersionItem.Type is not used to determine if the version resource contains text or binary data, as described in&amp;nbsp;the documentation
 for&amp;nbsp;the VS_VERSIONINFO.wType:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/windows/desktop/ms647001(v=vs.85).aspx" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/windows/desktop/ms647001(v=vs.85).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The C&amp;#43;&amp;#43; code I started with did branch on this property, but I can't figure out if that is necessary or not. Does anyone know the answer to this? Thanks guys!&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
&lt;/div&gt;</description><author>miesch1</author><pubDate>Wed, 30 Jan 2013 18:39:44 GMT</pubDate><guid isPermaLink="false">New Post: Is it necessary to look at VersionItem.Type before marshalling VS_FIXEDFILEINFO? 20130130063944P</guid></item><item><title>New Post: DLL files are not unloaded in Batch Export</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=226755</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Okay, I've fixed this in my local source code collection. I'll make a commit later this week as well as a new binary release.&lt;/p&gt;
&lt;/div&gt;</description><author>W3bbo</author><pubDate>Tue, 28 Dec 2010 00:36:51 GMT</pubDate><guid isPermaLink="false">New Post: DLL files are not unloaded in Batch Export 20101228123651A</guid></item><item><title>New Post: DLL files are not unloaded in Batch Export</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=226755</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hey there,&lt;/p&gt;
&lt;p&gt;Thanks for the update, I'll add it to the list of fixes in the next release (when I get round to it, heh).&lt;/p&gt;&lt;/div&gt;</description><author>W3bbo</author><pubDate>Tue, 14 Sep 2010 00:13:02 GMT</pubDate><guid isPermaLink="false">New Post: DLL files are not unloaded in Batch Export 20100914121302A</guid></item><item><title>New Post: DLL files are not unloaded in Batch Export</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=226755</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The method Anolis.Resourcer.CommandLine.BatchProcess.ProcessFile() does not call Dispose() on ResourceSource source, and after processing many files, LoadLibraryEx starts to throw Win32 errors &amp;quot;Not enough storage is available to process this command&amp;quot;, and many resources are not extracted.&lt;/p&gt;
&lt;p&gt;I found this bug because I wanted to export all the graphical resources of the Windows directory, but most resources were missing.&lt;/p&gt;
&lt;p&gt;I added source.Dispose() at the end of ProcessFile() and now it works correctly.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>antiufo</author><pubDate>Fri, 10 Sep 2010 12:37:36 GMT</pubDate><guid isPermaLink="false">New Post: DLL files are not unloaded in Batch Export 20100910123736P</guid></item><item><title>New Post: Import DIALOG, TEXTFILE and others resource type...</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=85401</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;No, that won't work. Reshacker-style names are only supported for the types I explicitly listed above.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, Anolis doesn't support transplanting resources from one ResourceSource to another (i.e. you cannot extract from an RC and place into an EXE in a single go).&lt;/p&gt;
&lt;p&gt;You must extract the raw bytes of the string table resource first and put them into a separate file.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre style="border:1px solid black;font-size:1em;font-family:Consolas,'Courier New',Courier,monospace"&gt;&amp;lt;res type=&amp;quot;StringTable&amp;quot; name=&amp;quot;1&amp;quot; lang=&amp;quot;1033&amp;quot; src=&amp;quot;Base\Windows\system32\sysdm.cpl\1-1033.strings&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;/div&gt;</description><author>W3bbo</author><pubDate>Tue, 16 Feb 2010 17:15:10 GMT</pubDate><guid isPermaLink="false">New Post: Import DIALOG, TEXTFILE and others resource type... 20100216051510P</guid></item><item><title>New Post: Import DIALOG, TEXTFILE and others resource type...</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=85401</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;so if I want to import a STRING TABLE, I have to type:&lt;/p&gt;
&lt;pre style="font-size:1em;font-family:Consolas, 'Courier New', Courier, monospace;border:1px solid black"&gt;&amp;lt;res type=&amp;quot;string&amp;quot; name=&amp;quot;1&amp;quot; lang=&amp;quot;1033&amp;quot; src=&amp;quot;Base\Windows\system32\sysdm.cpl\1-1033.rc&amp;quot; /&amp;gt;&lt;/pre&gt;&lt;/div&gt;</description><author>vigo</author><pubDate>Tue, 16 Feb 2010 16:11:46 GMT</pubDate><guid isPermaLink="false">New Post: Import DIALOG, TEXTFILE and others resource type... 20100216041146P</guid></item><item><title>New Post: Import DIALOG, TEXTFILE and others resource type...</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=85401</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;thanks. I didn't know it matches ResHacker-style name.&lt;/p&gt;&lt;/div&gt;</description><author>vigo</author><pubDate>Tue, 16 Feb 2010 15:49:58 GMT</pubDate><guid isPermaLink="false">New Post: Import DIALOG, TEXTFILE and others resource type... 20100216034958P</guid></item><item><title>New Post: Import DIALOG, TEXTFILE and others resource type...</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=85401</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;In your package's XML file just specify the type:&lt;/p&gt;
&lt;p&gt;For example, this is from xpize:&lt;/p&gt;
&lt;pre style="border:1px solid black"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;patch path=&amp;quot;%windir%\system32\sysdm.cpl&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;res type=&amp;quot;bitmap&amp;quot; name=&amp;quot;1&amp;quot;&amp;nbsp;&amp;nbsp; src=&amp;quot;Base\Windows\system32\sysdm.cpl\1.bmp&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;res type=&amp;quot;icon&amp;quot;&amp;nbsp;&amp;nbsp; name=&amp;quot;1&amp;quot;&amp;nbsp;&amp;nbsp; src=&amp;quot;Base\Windows\system32\sysdm.cpl\1.ico&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;res type=&amp;quot;icon&amp;quot;&amp;nbsp;&amp;nbsp; name=&amp;quot;3&amp;quot;&amp;nbsp;&amp;nbsp; src=&amp;quot;Base\Windows\system32\sysdm.cpl\3.ico&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;res type=&amp;quot;dialog&amp;quot; name=&amp;quot;112&amp;quot; lang=&amp;quot;1033&amp;quot; src=&amp;quot;Base\Windows\system32\sysdm.cpl\112-1033.dialog&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;res type=&amp;quot;dialog&amp;quot; name=&amp;quot;112&amp;quot; lang=&amp;quot;1046&amp;quot; src=&amp;quot;Base\Windows\system32\sysdm.cpl\112-2070.dialog&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;res type=&amp;quot;dialog&amp;quot; name=&amp;quot;112&amp;quot; lang=&amp;quot;2070&amp;quot; src=&amp;quot;Base\Windows\system32\sysdm.cpl\112-2070.dialog&amp;quot; /&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/patch&amp;gt;&lt;/pre&gt;
&lt;p&gt;Here is how the type=&amp;quot;&amp;quot; attribute is interpreted:&lt;/p&gt;
&lt;p&gt;If it's an integer number, it's assumed to be the numeric representation of a Win32 ResourceType (e.g. Accelerator is 9, Version is 16, and so on). These numbers can start with 0x to unambiguously represent a number in hexadecimal base.&lt;/p&gt;
&lt;p&gt;If it's an exact match to the Win32 resource type names then that's used.&lt;/p&gt;
&lt;p&gt;If it matches a ResHacker-style name (one of: &amp;quot;ICON&amp;quot;, &amp;quot;ICONDIR&amp;quot;, &amp;quot;ICONGROUP&amp;quot;, &amp;quot;CURSOR&amp;quot;, &amp;quot;CURSORDIR&amp;quot;, &amp;quot;CURSORGROUP&amp;quot;, &amp;quot;BMP&amp;quot;) then these map to IconDirectory, CursorDirectory, and Bitmap respectively.&lt;/p&gt;
&lt;p&gt;Finally, if it doesn't match anything it's assumed to be a string resource type identifier.&lt;/p&gt;
&lt;p&gt;If you start the identifier with the &amp;quot; character (you'll have to encode it using &amp;amp;quot; then it will always interpret it as a string identifier even if it matches a Win32 resource type name.&lt;/p&gt;
&lt;p&gt;HTH.&lt;/p&gt;&lt;/div&gt;</description><author>W3bbo</author><pubDate>Mon, 15 Feb 2010 18:07:01 GMT</pubDate><guid isPermaLink="false">New Post: Import DIALOG, TEXTFILE and others resource type... 20100215060701P</guid></item><item><title>New Post: Import DIALOG, TEXTFILE and others resource type...</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=85401</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;HI, first I have to say that I'm new to this . How can I import DIALOG, TEXTFILE, AVI .... by using Anolis Packager ? Looklike only BITMAP, ICONGROUP could be imported.&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>vigo</author><pubDate>Mon, 15 Feb 2010 17:23:53 GMT</pubDate><guid isPermaLink="false">New Post: Import DIALOG, TEXTFILE and others resource type... 20100215052353P</guid></item><item><title>New Post: Windows problem</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=82590</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I all, &lt;br&gt;I have a problem on my Windows Vista that began afetr the purchase of an external Hard Disk Freecom. &lt;br&gt;A few days afetr the purchase I disconnected it while it was writing and, since that moment, every time I connect and disconnect it, the PC go to freeze mode for 5 minutes. &lt;br&gt;The same thing happen even if the hard disk is disconnected: every time I start windows it go to freeze a little after the password, and every time I connect and disconnect a usb device. &lt;br&gt;I have looked for the solution everywhere, updated windows, unistalled and installed the hard disk from the device manager but I solved the problem only when I restored a recent backup. &lt;br&gt;Yesterday the Hard disk was writing a backup while Vista was installing the updates; at the end of the proceure windows restarted automatically and the problem began again!!! &lt;br&gt;The Pc go to freeze when it starts, every time I connect or disconnect the hard disk, an usb earphone that has always worked switch on but there is no audio and I don't know how many others usb devices will have problems. &lt;br&gt;Has anyone an idea to solve this problem before I throw out of the window Vista or the the hard disk? &lt;br&gt;Thank you &lt;br&gt;&lt;br&gt; __________________&lt;br&gt; Never seen &lt;a href="http://www.giftideashop.net/"&gt;gift ideas&lt;/a&gt; like these! (&lt;a href="http://www.geschenk-ideen.biz/"&gt;geschenkideen&lt;/a&gt; on german or &lt;a href="http://www.regalos-originales.biz/"&gt;regalos originales&lt;/a&gt; on espanol), &lt;a href="http://www.fotomatrimonio.biz/album-matrimonio.html"&gt;album foto matrimonio&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>Pammachio</author><pubDate>Sun, 31 Jan 2010 14:53:41 GMT</pubDate><guid isPermaLink="false">New Post: Windows problem 20100131025341P</guid></item><item><title>New Post: Current Progress</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=82255</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've fired up the source on my desktop and working on it again.&lt;/p&gt;
&lt;p&gt;Here are the changes I've made so far:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added a Find / Find Next feature (someone requested this, but I don't know where). It can search both resource names and resource content (using UTF-8 and UTF-16 encoding) with match-case as an option.&lt;/li&gt;
&lt;li&gt;Added a &amp;quot;Next&amp;quot; button, which jumps to the next resource in the tree (which is useful for casual browsing)&lt;/li&gt;
&lt;li&gt;I've created some better 32x32 icons for String Tables and Version resources, no more pixel-doubling&lt;/li&gt;
&lt;li&gt;I've got a friend working on an improved image viewer that should display centered and oversized images correctly&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I'm aware of Resourcer's toolbar ugliness on Windows 7, so I'll add an option to change the appearance to something less horrible.&lt;/p&gt;
&lt;p&gt;Besides the bugs and feature requests already reported, does anyone have any suggestions?&lt;/p&gt;&lt;/div&gt;</description><author>W3bbo</author><pubDate>Thu, 28 Jan 2010 02:43:08 GMT</pubDate><guid isPermaLink="false">New Post: Current Progress 20100128024308A</guid></item><item><title>New Post: Resources not showing in MUI files for CPLs</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=78053</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It's a feature that's forthcoming in a future version, you'll notice Resourcer is still marked as being pre-1.0.&lt;/p&gt;
&lt;p&gt;I personally use Visual Studio's dialog editor, but ResHacker and XNResourceEditor have them too.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>W3bbo</author><pubDate>Mon, 14 Dec 2009 19:36:51 GMT</pubDate><guid isPermaLink="false">New Post: Resources not showing in MUI files for CPLs 20091214073651P</guid></item><item><title>New Post: Resources not showing in MUI files for CPLs</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=78053</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was not aware of that. Dialog editing should be a fundamental ability. What other resource editors (commercial or free) support dialog editing?&lt;/p&gt;&lt;/div&gt;</description><author>tuxplorer</author><pubDate>Mon, 14 Dec 2009 19:18:21 GMT</pubDate><guid isPermaLink="false">New Post: Resources not showing in MUI files for CPLs 20091214071821P</guid></item><item><title>New Post: Resources not showing in MUI files for CPLs</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=78053</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Non-localisable (aka &amp;quot;Language Neutral&amp;quot; or LN) resources go in the original *.exe, cpl, or DLL file, it's only string tables, menus, and dialogs that go in the MUI.&lt;/p&gt;
&lt;p&gt;Resourcer doesn't support editing dialog resources, just vieing them (and looking at their control tree) so I assume you're using a different program to edit the dialog itself?&lt;/p&gt;&lt;/div&gt;</description><author>W3bbo</author><pubDate>Mon, 14 Dec 2009 19:16:13 GMT</pubDate><guid isPermaLink="false">New Post: Resources not showing in MUI files for CPLs 20091214071613P</guid></item><item><title>New Post: Resources not showing in MUI files for CPLs</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=78053</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Windows 7 32-bit. Opening&amp;nbsp;Timedate.cpl.mui file in %windir%\system32\en-us\. I want to add a bitmap resource to the Time Zone dialog.&lt;/p&gt;&lt;/div&gt;</description><author>tuxplorer</author><pubDate>Mon, 14 Dec 2009 18:39:42 GMT</pubDate><guid isPermaLink="false">New Post: Resources not showing in MUI files for CPLs 20091214063942P</guid></item><item><title>New Post: Resources not showing in MUI files for CPLs</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=78053</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm afraid I'll need more information.&lt;/p&gt;
&lt;p&gt;Which OS? Where was the MUI file located? etc etc.&lt;/p&gt;&lt;/div&gt;</description><author>W3bbo</author><pubDate>Mon, 14 Dec 2009 17:51:42 GMT</pubDate><guid isPermaLink="false">New Post: Resources not showing in MUI files for CPLs 20091214055142P</guid></item><item><title>New Post: Resources not showing in MUI files for CPLs</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=78053</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I can't view the resources in Control Panel MUI files. e.g. timedate.cpl.mui&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>tuxplorer</author><pubDate>Mon, 14 Dec 2009 10:24:50 GMT</pubDate><guid isPermaLink="false">New Post: Resources not showing in MUI files for CPLs 20091214102450A</guid></item><item><title>New Post: Windows 7 RTM x64 compatibility</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=72663</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I do like the Windows 7 Start button, but I enjoy customizing things on my computer, just kind of a hobby I guess. But anyways, I know you probably would anyways, but if you can post an announcement on this discussion when you have a more 64bit compatible version, that would be awesome, then it would notify us by email (assuming everyone checked the email box at the bottom).&lt;/p&gt;&lt;/div&gt;</description><author>KoRnKloWn</author><pubDate>Wed, 25 Nov 2009 04:44:58 GMT</pubDate><guid isPermaLink="false">New Post: Windows 7 RTM x64 compatibility 20091125044458A</guid></item><item><title>New Post: Windows 7 RTM x64 compatibility</title><link>http://anolis.codeplex.com/Thread/View.aspx?ThreadId=72663</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm aware of this issue, but I'm unsure as to why it's happening. Little dirty secret: Anolis' resource replacement library is a wrapper for the Win32 resource modification functions. In future I want to write my own PE format editor, which should probably fix everything up.&lt;/p&gt;
&lt;p&gt;I'm told this isn't an issue on the 32-bit editions of Windows 7.&lt;/p&gt;
&lt;p&gt;Because I'm using the Microsoft resource APIs built-in to Windows (and because Resourcer runs as an x64 application where possible) I believe the problem might be that Explorer refuses to run after breaking some kind of internal consistency check or something. So I'll want to see it working after it's been modified by another non-Win32 API based x64-compatible resource editor first before I decide my code is at fault.&lt;/p&gt;
&lt;p&gt;I might have some time over Christmas to fix it. Until then I guess you're SoL. And hey, I think the Windows 7 start button is pretty enough as it is :)&lt;/p&gt;&lt;/div&gt;</description><author>W3bbo</author><pubDate>Wed, 25 Nov 2009 01:07:19 GMT</pubDate><guid isPermaLink="false">New Post: Windows 7 RTM x64 compatibility 20091125010719A</guid></item></channel></rss>