<?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: use c++ with/in mqx in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194376#M3989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Garil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what are the errors? I have currently MQX 3.8.1 installed and none build errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2012 22:00:33 GMT</pubDate>
    <dc:creator>c0170</dc:creator>
    <dc:date>2012-09-06T22:00:33Z</dc:date>
    <item>
      <title>use c++ with/in mqx</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194375#M3988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Can someone help me find out how to activate or use c++ with mqx in codewarrior ? i read a lot of thread on this forum but still&amp;nbsp; do not have a solution for that, i also ran the c++ example available in the mqx examples directory without result, when i compile that example it trigger a lot of errors, i m wasting time with this months ago please need help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MXQ 3.8&lt;/P&gt;&lt;P&gt;CW 10.2&lt;/P&gt;&lt;P&gt;LICENCE: Professional&lt;/P&gt;&lt;P&gt;board K53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thx in advance&lt;/P&gt;&lt;P&gt;Wilson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 14:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194375#M3988</guid>
      <dc:creator>Garil</dc:creator>
      <dc:date>2012-09-04T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: use c++ with/in mqx</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194376#M3989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Garil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what are the errors? I have currently MQX 3.8.1 installed and none build errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2012 22:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194376#M3989</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-09-06T22:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: use c++ with/in mqx</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194377#M3990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kojto thx for replying&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the following error when i implement in cplusplus&lt;/P&gt;&lt;P&gt;"undefined identifier 'class'&amp;nbsp;&amp;nbsp; "&lt;/P&gt;&lt;P&gt;i cannot also include iostream therefore cannot use "cout"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2012 10:50:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194377#M3990</guid>
      <dc:creator>Garil</dc:creator>
      <dc:date>2012-11-05T10:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: use c++ with/in mqx</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194378#M3991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default CW10 assume *.h files must be compiled with C compiler. &lt;/P&gt;&lt;P&gt;If you want to use C++ compiler, you can force C++ compiling or use a C++ header extension like *.hh or *.hpp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 07:45:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/use-c-with-in-mqx/m-p/194378#M3991</guid>
      <dc:creator>ivanpajuelo</dc:creator>
      <dc:date>2012-11-22T07:45:39Z</dc:date>
    </item>
  </channel>
</rss>

