<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for VC Tips++</title>
	<atom:link href="http://vctipsplusplus.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vctipsplusplus.wordpress.com</link>
	<description>Another vc++ blog... aiming high..</description>
	<lastBuildDate>Mon, 26 Oct 2009 05:14:46 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Calling FindResource() from DLL by BijU</title>
		<link>http://vctipsplusplus.wordpress.com/2008/07/01/calling-findresource-from-dll/#comment-70</link>
		<dc:creator>BijU</dc:creator>
		<pubDate>Mon, 26 Oct 2009 05:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=30#comment-70</guid>
		<description>oh..Thats nice..

BTW. I don&#039;t nothing about Linux. :(
so sorry ..</description>
		<content:encoded><![CDATA[<p>oh..Thats nice..</p>
<p>BTW. I don&#8217;t nothing about Linux. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
so sorry ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling FindResource() from DLL by suneel</title>
		<link>http://vctipsplusplus.wordpress.com/2008/07/01/calling-findresource-from-dll/#comment-69</link>
		<dc:creator>suneel</dc:creator>
		<pubDate>Mon, 26 Oct 2009 05:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=30#comment-69</guid>
		<description>hi thanks for the reply! i was able to figure out the problem. 

actually vc2008 express edition, you need to goto project properties and set the name of the *res file. By default it keeps it as the project name. Like this $(IntDir)/$(InputName).res . But my rs file has a different name, so was compiled to a different name. 

and yeah i figured you need to include the generated resource file, to get the id of the resource.

its all working great now! i have successfully loaded an ogg audio binary file into memory as a user defined resource and even custom decoded it from ram and got playback using the vorbis lib. 

thanks for this great resource tip :) i wonder how i could do this in linux?</description>
		<content:encoded><![CDATA[<p>hi thanks for the reply! i was able to figure out the problem. </p>
<p>actually vc2008 express edition, you need to goto project properties and set the name of the *res file. By default it keeps it as the project name. Like this $(IntDir)/$(InputName).res . But my rs file has a different name, so was compiled to a different name. </p>
<p>and yeah i figured you need to include the generated resource file, to get the id of the resource.</p>
<p>its all working great now! i have successfully loaded an ogg audio binary file into memory as a user defined resource and even custom decoded it from ram and got playback using the vorbis lib. </p>
<p>thanks for this great resource tip <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  i wonder how i could do this in linux?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling FindResource() from DLL by BijU</title>
		<link>http://vctipsplusplus.wordpress.com/2008/07/01/calling-findresource-from-dll/#comment-68</link>
		<dc:creator>BijU</dc:creator>
		<pubDate>Mon, 26 Oct 2009 05:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=30#comment-68</guid>
		<description>Hi Suneel, 
i&#039;m trying to understand your problem... :)
for the 1st one, you are using the ReEdit instead of Resource Editor provided by VS. (I don&#039;t know actually. Because, i&#039;m not much familiar with the ResEdit)
Anyway, you must include it manually. By default, the resource.h is included in the &quot;Application Main File.h&quot;

.rc means resource script files.
/res is created by the resource compiler.</description>
		<content:encoded><![CDATA[<p>Hi Suneel,<br />
i&#8217;m trying to understand your problem&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
for the 1st one, you are using the ReEdit instead of Resource Editor provided by VS. (I don&#8217;t know actually. Because, i&#8217;m not much familiar with the ResEdit)<br />
Anyway, you must include it manually. By default, the resource.h is included in the &#8220;Application Main File.h&#8221;</p>
<p>.rc means resource script files.<br />
/res is created by the resource compiler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling FindResource() from DLL by BijU</title>
		<link>http://vctipsplusplus.wordpress.com/2008/07/01/calling-findresource-from-dll/#comment-67</link>
		<dc:creator>BijU</dc:creator>
		<pubDate>Mon, 26 Oct 2009 04:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=30#comment-67</guid>
		<description>hi Suneel..

just go through this link. Hope this will work for you..

http://www.codeproject.com/KB/system/mctutorial.aspx</description>
		<content:encoded><![CDATA[<p>hi Suneel..</p>
<p>just go through this link. Hope this will work for you..</p>
<p><a href="http://www.codeproject.com/KB/system/mctutorial.aspx" rel="nofollow">http://www.codeproject.com/KB/system/mctutorial.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling FindResource() from DLL by suneel</title>
		<link>http://vctipsplusplus.wordpress.com/2008/07/01/calling-findresource-from-dll/#comment-66</link>
		<dc:creator>suneel</dc:creator>
		<pubDate>Fri, 23 Oct 2009 23:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=30#comment-66</guid>
		<description>...also i have other questions

1. the generated resources.h file is present in my .rc file. Now if i dont include the resource.h in my code, then it cant find the name-string of the resource. But when i opened the resource file, i see that resource.h is present in it. On including resource.h in my code, it compiled. Is it expected to include this?

2. Also what is the difference b/w .rc and /res. In my build folder i see 2 files. In the program options-&gt;reouurces-&gt;general i see resource file name as
$(IntDir)/$(InputName).res
Is this correct? 

as you can see i am noob and i no clue :(</description>
		<content:encoded><![CDATA[<p>&#8230;also i have other questions</p>
<p>1. the generated resources.h file is present in my .rc file. Now if i dont include the resource.h in my code, then it cant find the name-string of the resource. But when i opened the resource file, i see that resource.h is present in it. On including resource.h in my code, it compiled. Is it expected to include this?</p>
<p>2. Also what is the difference b/w .rc and /res. In my build folder i see 2 files. In the program options-&gt;reouurces-&gt;general i see resource file name as<br />
$(IntDir)/$(InputName).res<br />
Is this correct? </p>
<p>as you can see i am noob and i no clue <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling FindResource() from DLL by suneel</title>
		<link>http://vctipsplusplus.wordpress.com/2008/07/01/calling-findresource-from-dll/#comment-65</link>
		<dc:creator>suneel</dc:creator>
		<pubDate>Fri, 23 Oct 2009 23:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=30#comment-65</guid>
		<description>thanks for the tip. i am not a windows programmer, code only in native c++. 

i was trying to use resources, but cant seem to get it to work. I use vc2008 Express Edition. This does not have the resource editor, so i used ResEdit.

Now i created a resource folder and added the .rc file and compiled it fine. But when i do FindResource i get NULL. 

On the msdn site it says you need to set #include &quot;rffilename.rc&quot; in the Compile-time directives box. Where is this box? i cant seem to find this in vc2008 EE. perhaps it does not work because of this?</description>
		<content:encoded><![CDATA[<p>thanks for the tip. i am not a windows programmer, code only in native c++. </p>
<p>i was trying to use resources, but cant seem to get it to work. I use vc2008 Express Edition. This does not have the resource editor, so i used ResEdit.</p>
<p>Now i created a resource folder and added the .rc file and compiled it fine. But when i do FindResource i get NULL. </p>
<p>On the msdn site it says you need to set #include &#8220;rffilename.rc&#8221; in the Compile-time directives box. Where is this box? i cant seem to find this in vc2008 EE. perhaps it does not work because of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use memset() sagely !! by BijU</title>
		<link>http://vctipsplusplus.wordpress.com/2008/09/22/use-memset-sagely/#comment-64</link>
		<dc:creator>BijU</dc:creator>
		<pubDate>Thu, 15 Oct 2009 05:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=88#comment-64</guid>
		<description>Yes FillMemory is there..

from WINNT.H, the definition of FillMemory is like 

#define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length));

It also using the basic memset for setting memory with values.</description>
		<content:encoded><![CDATA[<p>Yes FillMemory is there..</p>
<p>from WINNT.H, the definition of FillMemory is like </p>
<p>#define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length));</p>
<p>It also using the basic memset for setting memory with values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on String Conversion.. by Rajesh GS</title>
		<link>http://vctipsplusplus.wordpress.com/2009/08/12/string-conversion/#comment-63</link>
		<dc:creator>Rajesh GS</dc:creator>
		<pubDate>Thu, 15 Oct 2009 05:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=165#comment-63</guid>
		<description>Just search about &quot;%s&quot; and &quot;%S&quot;, you will get more</description>
		<content:encoded><![CDATA[<p>Just search about &#8220;%s&#8221; and &#8220;%S&#8221;, you will get more</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use memset() sagely !! by Rajesh GS</title>
		<link>http://vctipsplusplus.wordpress.com/2008/09/22/use-memset-sagely/#comment-62</link>
		<dc:creator>Rajesh GS</dc:creator>
		<pubDate>Thu, 15 Oct 2009 04:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=88#comment-62</guid>
		<description>FillMemory() is also there.</description>
		<content:encoded><![CDATA[<p>FillMemory() is also there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using SHBrowseForFolder() by BijU</title>
		<link>http://vctipsplusplus.wordpress.com/2008/07/15/using-shbrowseforfolder/#comment-61</link>
		<dc:creator>BijU</dc:creator>
		<pubDate>Thu, 24 Sep 2009 10:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://vctipsplusplus.wordpress.com/?p=57#comment-61</guid>
		<description>how??
Please verify your code..
I think my code snippet is free from errors..now..</description>
		<content:encoded><![CDATA[<p>how??<br />
Please verify your code..<br />
I think my code snippet is free from errors..now..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
