<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: illegal explicit conversion.. in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142080#M1441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As far as I can tell from your original message, you are using CodeWarrior for Symbian.&lt;/DIV&gt;&lt;DIV&gt;Am I right?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this is the case I would highly recommend you to go to Nokia forum for assistance.&lt;/DIV&gt;&lt;DIV&gt;This forum does not cover CodeWarrior for Symbian.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your understanding.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2007 15:24:50 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2007-01-08T15:24:50Z</dc:date>
    <item>
      <title>illegal explicit conversion..</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142076#M1437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hi.i m receiving the following error in my prog[using code warrior n s60 sdk] in my program :&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;'illegal explicit conversion from 'const TLitC&amp;lt;14&amp;gt;' to 'TBuf&amp;lt;32&amp;gt;'&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;wat is the prob?n i m a newbie !&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;tnx&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2007 20:14:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142076#M1437</guid>
      <dc:creator>cybil001</dc:creator>
      <dc:date>2007-01-06T20:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: illegal explicit conversion..</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142077#M1438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I don't use this version of CodeWarrior, but this error message tells me that you do TYPE CASTING and that the types are not compatible.&lt;BR /&gt;&lt;BR /&gt;Have a look at the statement in error and you will see you are trying to put a "TLitC" in a "TBuf". These two objects are different.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Alban.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2007 21:30:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142077#M1438</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-01-06T21:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: illegal explicit conversion..</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142078#M1439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I just intended to redirect you to the Nokia forum, then I saw you asked the same question there already.&lt;BR /&gt;&lt;A href="http://discussion.forum.nokia.com/forum/showthread.php?p=272213" rel="nofollow" target="_blank"&gt;http://discussion.forum.nokia.com/forum/showthread.php?p=272213&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So I hope they can help better with your problem. Given the error message it looks like you try to covert to no related structs/classes.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 02:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142078#M1439</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2007-01-08T02:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: illegal explicit conversion..</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142079#M1440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;well actually i hav taken this code from&amp;nbsp; a friend whois not available now. the part which is being highlighted as having error doesnt seems to hav these tbuf n tlit. i m pasting the error part :&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;void CMyBTListener::Inquire()&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;_LIT(KL2Cap,"BTLinkManager");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;User::LeaveIfError(socksvr.FindProtocol((TProtocolName)KL2Cap,protocolInfo));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;User::LeaveIfError(hr.Open(socksvr,protocolInfo.iAddrFamily,protocolInfo.iProtocol));&lt;BR /&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 02:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142079#M1440</guid>
      <dc:creator>cybil001</dc:creator>
      <dc:date>2007-01-08T02:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: illegal explicit conversion..</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142080#M1441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As far as I can tell from your original message, you are using CodeWarrior for Symbian.&lt;/DIV&gt;&lt;DIV&gt;Am I right?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If this is the case I would highly recommend you to go to Nokia forum for assistance.&lt;/DIV&gt;&lt;DIV&gt;This forum does not cover CodeWarrior for Symbian.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your understanding.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 15:24:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/illegal-explicit-conversion/m-p/142080#M1441</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-01-08T15:24:50Z</dc:date>
    </item>
  </channel>
</rss>

