<?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: Unable to use EWL Extras-library even after enabling it. in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313084#M10912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With MCU V10.5, I've created a short example using the itoa function.&lt;/P&gt;&lt;P&gt;To execute and test the project I'm using the TWR-MCF5225x (based on MCF52259).&lt;/P&gt;&lt;P&gt;According to the EWL C Reference.pdf manual, page 348:&lt;/P&gt;&lt;P&gt;+++++++++++++++++&lt;/P&gt;&lt;P&gt;27.3.2 itoa()&lt;/P&gt;&lt;P&gt;This function converts an int value to a null-terminated character array.&lt;/P&gt;&lt;P&gt;#include &amp;lt;extras/extras_stdlib.h&amp;gt;&lt;/P&gt;&lt;P&gt;char * itoa(int val, char *str, int radix);&lt;/P&gt;&lt;P&gt;+++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application I added:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include &amp;lt;extras/extras_stdlib.h&amp;gt;&lt;/P&gt;&lt;P&gt;No other action was done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43588i80B76E38F0F86EF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you will find the example I've used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 08:33:38 GMT</pubDate>
    <dc:creator>trytohelp</dc:creator>
    <dc:date>2014-04-11T08:33:38Z</dc:date>
    <item>
      <title>Unable to use EWL Extras-library even after enabling it.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313083#M10911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a Coldfire V2 controller with Codewarrior v10.5(eclipse IDE).&lt;/P&gt;&lt;P&gt;I have enabled the extras-library of EWL and rebuilt the C-library. I am able to access some of the functions, ex. 'itoa', from the extras library after this.&lt;/P&gt;&lt;P&gt;However, if i try to access string related functions, i receive the following errors,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;Undefined : "stricmp"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;Referenced from "function1" in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;Undefined : "strupr"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;Referenced from "function2" in&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:/Freescale/CW MCU v10.5/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;Link failed. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Errors caused tool to abort.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mingw32-make: *** [Proj.elf] Error 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any ideas what could be causing this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I explicitly included extras_string.h header into the file, and it still doesnt work.&lt;/P&gt;&lt;P&gt;Appreciate some help.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 11:59:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313083#M10911</guid>
      <dc:creator>cbhavi</dc:creator>
      <dc:date>2014-04-09T11:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use EWL Extras-library even after enabling it.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313084#M10912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With MCU V10.5, I've created a short example using the itoa function.&lt;/P&gt;&lt;P&gt;To execute and test the project I'm using the TWR-MCF5225x (based on MCF52259).&lt;/P&gt;&lt;P&gt;According to the EWL C Reference.pdf manual, page 348:&lt;/P&gt;&lt;P&gt;+++++++++++++++++&lt;/P&gt;&lt;P&gt;27.3.2 itoa()&lt;/P&gt;&lt;P&gt;This function converts an int value to a null-terminated character array.&lt;/P&gt;&lt;P&gt;#include &amp;lt;extras/extras_stdlib.h&amp;gt;&lt;/P&gt;&lt;P&gt;char * itoa(int val, char *str, int radix);&lt;/P&gt;&lt;P&gt;+++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application I added:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include &amp;lt;extras/extras_stdlib.h&amp;gt;&lt;/P&gt;&lt;P&gt;No other action was done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43588i80B76E38F0F86EF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you will find the example I've used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 08:33:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313084#M10912</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-04-11T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use EWL Extras-library even after enabling it.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313085#M10913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have had no trouble using/accessing the &lt;EM&gt;'itoa'&lt;/EM&gt; function or any of the &lt;EM&gt;extras_stdlib&lt;/EM&gt; functions at all.&lt;/P&gt;&lt;P&gt;My trouble has been only with the functions defined in the &lt;EM&gt;extras_string.h&lt;/EM&gt; header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imported the project you provided and added&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;#include &amp;lt;extras/extras_string.h&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and tried to use the '&lt;EM&gt;stricmp' &lt;/EM&gt;function.&lt;/P&gt;&lt;P&gt;I get the same error as in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further the &lt;STRONG&gt;EWL C Reference.pdf&lt;/STRONG&gt; mentions the following about the '&lt;EM&gt;stricmp' &lt;/EM&gt;function...&lt;/P&gt;&lt;P&gt;--------------------------------------&lt;/P&gt;&lt;P&gt;27.5.4 stricmp()&lt;/P&gt;&lt;P&gt;String comparison that ignores letter case.&lt;/P&gt;&lt;P&gt;#include &amp;lt;extras/extras_string.h&amp;gt;&lt;/P&gt;&lt;P&gt;int stricmp(const char *s1,const char *s2);&lt;/P&gt;&lt;P&gt;Parameter s1 A pointer to a null-terminated character string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; s2 A pointer to a null-terminated character string.&lt;/P&gt;&lt;P&gt;Remarks&lt;/P&gt;&lt;P&gt;This function returns one of these values:&lt;/P&gt;&lt;P&gt;• zero if all characters in s1 are identical to and appear in the same order as the characters in s2&lt;/P&gt;&lt;P&gt;• a negative value if the numeric value of first non-matching character in s1 is less than its counterpart in s2&lt;/P&gt;&lt;P&gt;• a positive value if the numeric value of first non-matching character in s1 is greater than its counterpart in s2. &lt;STRONG&gt;This facility may not be available on some configurations of the EWL&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;---------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea what configuration of the EWL they are talking about? May be that's the reason i am unable to get it to work.&lt;/P&gt;&lt;P&gt;For reference, I am using the libc.a and librt.a libraries for Coldfire v2 MCU with the macro _EWL_NEEDS_EXTRAS defined for the C-library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bhavya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 05:05:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313085#M10913</guid>
      <dc:creator>cbhavi</dc:creator>
      <dc:date>2014-04-15T05:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Unable to use EWL Extras-library even after enabling it.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313086#M10914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found interesting info provided to another customer by a colleague.&lt;/P&gt;&lt;P&gt;Instead of to rebuild the EWL lib, the other solution is to add the source file directly in your project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \ColdFire_Support\ewl\EWL_C\src\extras\extras.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \ColdFire_Support\ewl\EWL_C\include\extras\extras_string.h&lt;/P&gt;&lt;P&gt;extras.c file which is located in C:\Freescale\CW MCU v10.5\MCU\ColdFire_Support\ewl\EWL_C\src\extras&lt;/P&gt;&lt;P&gt;You can copy this file directly under your project Source Folder.&lt;/P&gt;&lt;P&gt;Then the file will be automatically updated in the project source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you will find the project I used for example.&lt;/P&gt;&lt;P&gt;After to have added the extras.c file, I can build the application.&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_15.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/43626iEE5D070D3A6ECF25/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_15.png" alt="pastedImage_15.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:25:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313086#M10914</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-04-15T09:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use EWL Extras-library even after enabling it.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313087#M10915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This, of course, works like a charm! Thank you! :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, isn't this more like a workaround than a solution?&lt;/P&gt;&lt;P&gt;I would expect an IDE/compiler like Codewarrior to provide a way to access all of its extras function through the library files instead of having to copy every file/function that it doesnt link to.&lt;/P&gt;&lt;P&gt;There had been absolutely no trouble with this in the previous versions (during the age of the Classic IDE). I wonder why its cropping up now in this version(the Eclipse IDEs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 05:21:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313087#M10915</guid>
      <dc:creator>cbhavi</dc:creator>
      <dc:date>2014-04-16T05:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use EWL Extras-library even after enabling it.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313088#M10916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked with the compiler team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The ‘extras’ library (official name ‘EWL Extras Library’ as described in the EWL reference manual in CW layout) are not delivered built as default in CW for MCU.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;There are two options to use them:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;use the source file directly in the project (as you tried)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;rebuild the library with the ‘extras’ support&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The library rebuild with ‘extras’ requires using “_&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: CourierStd;"&gt;EWL_NEEDS_EXTRAS&lt;/SPAN&gt;&lt;SPAN style="color: #1f497d;"&gt;“ defined to 1 (as specified in the EWL reference manual), but it also requires few changes in the &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;‘EWL_C.CF.mak’ in ‘MCU\ColdFire_Support\ewl\EWL_C’ (basically uncomment the lines where ‘extras’ is found).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; +++++++++++++++++++++++++ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The old versions (based on Classic IDE) used MSL libraries.&lt;/P&gt;&lt;P&gt;The more recent versions (last versions based on Classic IDE and all Eclipse versions) are using EWL libraries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 11:39:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313088#M10916</guid>
      <dc:creator>trytohelp</dc:creator>
      <dc:date>2014-04-17T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use EWL Extras-library even after enabling it.</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313089#M10917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pascal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly what I did.&lt;/P&gt;&lt;P&gt;From my original post &lt;EM&gt;"I have enabled the extras-library of EWL and rebuilt the C-library".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I am able to use all other extras functions except for the ones related to string operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The things I did to enable the extras library are as follows,&lt;/P&gt;&lt;P&gt;1. define _EWL_NEEDS_EXTRAS to 1 in &lt;EM&gt;lib_ewl.prefix&lt;/EM&gt; file.&lt;/P&gt;&lt;P&gt;2. add the path to the extras.h file to the project.&lt;/P&gt;&lt;P&gt;3. Uncomment the line including extras path in the &lt;EM&gt;EWL_C.CF.mak&lt;/EM&gt; file.&lt;/P&gt;&lt;P&gt;4. Build target '&lt;EM&gt;CF_EWL_C&lt;/EM&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project built without any errors.&lt;/P&gt;&lt;P&gt;Am I missing something here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Bhavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 05:13:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unable-to-use-EWL-Extras-library-even-after-enabling-it/m-p/313089#M10917</guid>
      <dc:creator>cbhavi</dc:creator>
      <dc:date>2014-04-21T05:13:46Z</dc:date>
    </item>
  </channel>
</rss>

