<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The curse of Dennis D. Spreen &#187; Resource</title>
	<atom:link href="http://blog.spreendigital.de/tag/resource/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spreendigital.de</link>
	<description>A blog about Delphi programming, web and other technical stuff</description>
	<lastBuildDate>Thu, 10 May 2012 07:14:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Unicode in Resource files</title>
		<link>http://blog.spreendigital.de/2008/10/14/unicode-in-resource-files/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unicode-in-resource-files</link>
		<comments>http://blog.spreendigital.de/2008/10/14/unicode-in-resource-files/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 15:20:22 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Delphi 2009]]></category>
		<category><![CDATA[Delphi Programming]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://www.spreendigital.de/blog/?p=79</guid>
		<description><![CDATA[Ever tried to put a unicode string (Delphi 2009) in a resource (.rc) file and tried to compile it with brcc32 or rc32? You&#8217;ll get this error:  Expecting resource name or resource type name The Solution is very simple (though it kept me searching some hours : Use cgrc.exe (CodeGear Resource Compiler/Binder) instead!]]></description>
			<content:encoded><![CDATA[<p>Ever tried to put a unicode string (Delphi 2009) in a resource (.rc) file and tried to compile it with brcc32 or rc32?</p>
<p>You&#8217;ll get this error:  Expecting resource name or resource type name</p>
<p>The Solution is very simple (though it kept me searching some hours <img src='http://blog.spreendigital.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> :</p>
<p><span id="more-79"></span></p>
<p>Use</p>
<p><code>cgrc.exe</code></p>
<p>(CodeGear Resource Compiler/Binder) instead!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spreendigital.de/2008/10/14/unicode-in-resource-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

