<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - How to display Symbian strings and descriptors in Visual C++ debugger - Comments</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html</link>
 <description>Comments for &quot;How to display Symbian strings and descriptors in Visual C++ debugger&quot;</description>
 <language>en</language>
<item>
 <title>&gt; how can i compare TBuf with a character?</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html#comment-1311</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;i have to compare the valu of TBue with a char how can i do that please help me in that.&lt;/div&gt;</description>
 <pubDate>Mon, 07 Nov 2005 14:14:29 +0100</pubDate>
 <dc:creator>leo</dc:creator>
 <guid isPermaLink="false">comment 1311 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; How to display Symbian strings and descriptors in Visual C++ d</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html#comment-1309</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;How to create a TDesc object from a jstring variable passed from the Java program.
The jstring variable holds a filename that is required to be passed to a function which takes the name of the file as a TDesc. Pls help.&lt;/div&gt;</description>
 <pubDate>Tue, 16 Aug 2005 23:58:29 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 1309 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; How to display Symbian strings and descriptors in Visual C++ d</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html#comment-1310</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Very Easy..
Just see following code.(it really works..)&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;TBuf&lt;20&gt;buf;
  buf.Copy(_L(&quot;Hello World&quot;));
 Tbuf&lt;20&gt;buf2;
 for(i=0;i&lt;buf.Length();i++)
  &lt;i class=&quot;spip&quot;&gt;
    char ch=buf[i];  //buf[i] will return character at ith place 
   buf2.Append(ch);
  &lt;/i&gt;
  //Now buf2 will also contain Hello World&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 08 Mar 2005 14:09:59 +0100</pubDate>
 <dc:creator>Vikas</dc:creator>
 <guid isPermaLink="false">comment 1310 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; How to display Symbian strings and descriptors in Visual C++ d</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html#comment-1308</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;&lt;p class=&quot;spip&quot;&gt;Hi there,&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I have a question about buffer and strings. I have a buffer like TBuf &lt;20&gt; test...and I want to extract and test each charachter in this buffer. I am using MID function and constructing a pointer like &quot; TPtrC16 P1=test.Mid(xx,yy);&quot; where xx=0 and yy=1.
My question is how I can compare each character of this array with one byte. like  if ( P1[0] == &quot;T&quot; )   then do something.&lt;/p&gt;

&lt;p class=&quot;spip&quot;&gt;I really appreciate if you can help me out.
Regards,
Reza&lt;/p&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 01 Mar 2005 05:17:48 +0100</pubDate>
 <dc:creator>Reza</dc:creator>
 <guid isPermaLink="false">comment 1308 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; How to display Symbian strings and descriptors in Visual C++ d</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html#comment-1307</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Helpful ! Thanks !&lt;/div&gt;</description>
 <pubDate>Tue, 17 Feb 2004 02:32:57 +0100</pubDate>
 <dc:creator>xuantl</dc:creator>
 <guid isPermaLink="false">comment 1307 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; How to display Symbian strings and descriptors in Visual C++ d</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html#comment-1306</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;great trick, thanks Eric!&lt;/div&gt;</description>
 <pubDate>Mon, 26 Jan 2004 13:25:49 +0100</pubDate>
 <dc:creator>M</dc:creator>
 <guid isPermaLink="false">comment 1306 at http://www.newlc.com</guid>
</item>
<item>
 <title>&gt; How to display Symbian strings and descriptors in Visual C++ d</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html#comment-1305</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;See this link as well for more stuff like that: 
http://www.emccsoft.com/devzone/tools/devstudio.html&lt;/div&gt;</description>
 <pubDate>Tue, 20 Jan 2004 16:15:45 +0100</pubDate>
 <dc:creator>Hugo</dc:creator>
 <guid isPermaLink="false">comment 1305 at http://www.newlc.com</guid>
</item>
<item>
 <title>How to display Symbian strings and descriptors in Visual C++ debugger</title>
 <link>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html</link>
 <description>&lt;div class=&quot;spip-content&quot;&gt;Currently, using Visual Studio is a little bit painful when you deal with descriptor since you cannot directly display their content (you have to use the memory window). Here is a little trick that will allow you to display clear content of Symbian descriptors.&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/How-to-display-Symbian-strings-and.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/How-to-display-Symbian-strings-and.html#comments</comments>
 <category domain="http://www.newlc.com/en/taxonomy/term/6">Tools &amp;amp; SDK</category>
 <category domain="http://www.newlc.com/en/taxonomy/term/142">String and Descriptors</category>
 <category domain="http://www.newlc.com/en/taxonomy/term/150">Visual Studio</category>
 <pubDate>Tue, 20 Jan 2004 15:34:25 +0100</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">248 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
