<?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>Classic/Legacy CodeWarrior中的主题 Re: IDE Automation in code warrior V6.2</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170034#M3333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where i will get exact guidance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2009 12:02:47 GMT</pubDate>
    <dc:creator>rajanjoshe</dc:creator>
    <dc:date>2009-04-07T12:02:47Z</dc:date>
    <item>
      <title>IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170028#M3327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;During writing code i have insert every comment manually by putting two back slash in ever line !&lt;/P&gt;&lt;P&gt;I want to add cooment button in IDE Menu which will comment and uncomment code as per block automatically! I go through following web site but still finding it difficult how it works?&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwiki.forum.nokia.com%2Findex.php%2FCodewarrior_Scripting" rel="nofollow" target="_blank"&gt;http://wiki.forum.nokia.com/index.php/Codewarrior_Scripting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have copied perl code in text file ! so it directly open text file !when i give extention&amp;nbsp; .exe it gives error ! Any body guid me how to run this script in detail steps!&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 16:48:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170028#M3327</guid>
      <dc:creator>rajanjoshe</dc:creator>
      <dc:date>2009-04-06T16:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170029#M3328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Do you have Perl installed?&lt;/P&gt;&lt;P&gt;2) The .exe extension you're talking about should contain the pathname to the Perl executable, as well as its file name, per the Wiki.&lt;/P&gt;&lt;P&gt;3) What is the exact error message that you're getting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 18:55:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170029#M3328</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-04-06T18:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170030#M3329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont have perl installed and i am not allowed to do so! Error i am getting is a dilogbox "16 bit MS-DOS Subsystem" which contain following message&lt;/P&gt;&lt;P&gt;E:\rajan\txt\comment.exe&lt;/P&gt;&lt;P&gt;The NTVDM CPU has encountered an illegal instruction.&lt;/P&gt;&lt;P&gt;CS:056c IP:024c OP:62 61 6b 20 71 Choose 'close ' to terminate application&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by rajanjoshe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-04-07&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;05:22 AM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 11:21:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170030#M3329</guid>
      <dc:creator>rajanjoshe</dc:creator>
      <dc:date>2009-04-07T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170031#M3330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The scripting you&amp;nbsp; refer to is using Perl.&lt;/P&gt;&lt;P&gt;If you don't have Perl and are not allowed to install it, it will not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 11:26:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170031#M3330</guid>
      <dc:creator>jbezem</dc:creator>
      <dc:date>2009-04-07T11:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170032#M3331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;is there any alternate way?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 11:45:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170032#M3331</guid>
      <dc:creator>rajanjoshe</dc:creator>
      <dc:date>2009-04-07T11:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170033#M3332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about your version, I'm using 7.1, but look in the {Install}/Help directory for a file named IDE_*_Automation_Guide (I have both a PDF and a CHM version).&lt;/P&gt;&lt;P&gt;In 7.1 it refers to&lt;/P&gt;&lt;P&gt;- IDE Batch-Mode Processing&lt;/P&gt;&lt;P&gt;- Command Window Scripting using Tcl&lt;/P&gt;&lt;P&gt;- Microsoft COM automation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;YMMV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 11:55:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170033#M3332</guid>
      <dc:creator>jbezem</dc:creator>
      <dc:date>2009-04-07T11:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170034#M3333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where i will get exact guidance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 12:02:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170034#M3333</guid>
      <dc:creator>rajanjoshe</dc:creator>
      <dc:date>2009-04-07T12:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170035#M3334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean, "exact guidance"?&lt;/P&gt;&lt;P&gt;Can you find the document I indicated?&lt;/P&gt;&lt;P&gt;What more do you expect?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or asked differently, what do you want to achieve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's all in there, but it will not show you the basics of CMD.EXE, TCL or OLE/COM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 13:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170035#M3334</guid>
      <dc:creator>jbezem</dc:creator>
      <dc:date>2009-04-07T13:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170036#M3335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir ,&lt;/P&gt;&lt;P&gt;kindly not to consider the wrong meaning !!&lt;/P&gt;&lt;P&gt;As you was not sure about version so i said exact !&lt;/P&gt;&lt;P&gt;Meaning to say I would&amp;nbsp;like to go documents which you will provide to me !&lt;/P&gt;&lt;P&gt;I only concern about comment button in my IDE or similar small functionality !For this i am expecteing&amp;nbsp;a simple procedure !&lt;/P&gt;&lt;P&gt;So saying "exact" was not about you but to&amp;nbsp;document where all these stuff are mentioned in simple&amp;nbsp; procedure!&lt;/P&gt;&lt;P&gt;By no way i mean to hert you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 16:24:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170036#M3335</guid>
      <dc:creator>rajanjoshe</dc:creator>
      <dc:date>2009-04-07T16:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170037#M3336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My version is CW V6.2 !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 16:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170037#M3336</guid>
      <dc:creator>rajanjoshe</dc:creator>
      <dc:date>2009-04-07T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170038#M3337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have installed this version of perl and on command prompt i give command&lt;/P&gt;&lt;P&gt;ActivePerl-5.10.0.1004-MSWin32-x86-287188&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e:rajan\txt&amp;gt; perl comment.pl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e:rajan\txt&amp;gt;&lt;/P&gt;&lt;P&gt;but nothing happens!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 16:30:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170038#M3337</guid>
      <dc:creator>rajanjoshe</dc:creator>
      <dc:date>2009-04-07T16:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170039#M3338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, try to execute some of the sample Perl scripts that came with the Perl installation to confirm that you have a working Perl setup.&lt;/P&gt;&lt;P&gt;Next, follow the steps in the Installation section of the Nokia Wiki exactly, to set up the paths to the the Perl executable and to the scripts. Without the paths to the executable and the scripts, it's not going to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 20:39:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170039#M3338</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-04-07T20:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: IDE Automation in code warrior V6.2</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170040#M3339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No offense taken, nor intended!&lt;/P&gt;&lt;P&gt;It's just that, without Perl-Installation and without using the Perl samples as given, using the COM-interface (Tcl or cmdIDE can apparently not do what you intended) is far from trivial.&lt;/P&gt;&lt;P&gt;But since, as you reported, you have now installed Perl,&amp;nbsp; it should be possible without too much hassle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 21:57:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/IDE-Automation-in-code-warrior-V6-2/m-p/170040#M3339</guid>
      <dc:creator>jbezem</dc:creator>
      <dc:date>2009-04-07T21:57:42Z</dc:date>
    </item>
  </channel>
</rss>

