<?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 Using Code warrior on Windows with TCL/TK in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133002#M628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm currently developing a C application with an embedded tcl interpreter. The problem i'm having is that Codewarrior accepts the windows tcl header files but won't allow me to add windows tcl library files? , I can however add Linux tcl library files which CodeWarrior obviously cannot understand ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My question is, does anyone know why CodeWarrior does not allow me to add windows library files to my code ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Nitor&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 08:42:06 GMT</pubDate>
    <dc:creator>Nitor</dc:creator>
    <dc:date>2007-05-08T08:42:06Z</dc:date>
    <item>
      <title>Using Code warrior on Windows with TCL/TK</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133002#M628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm currently developing a C application with an embedded tcl interpreter. The problem i'm having is that Codewarrior accepts the windows tcl header files but won't allow me to add windows tcl library files? , I can however add Linux tcl library files which CodeWarrior obviously cannot understand ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;My question is, does anyone know why CodeWarrior does not allow me to add windows library files to my code ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Nitor&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 08:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133002#M628</guid>
      <dc:creator>Nitor</dc:creator>
      <dc:date>2007-05-08T08:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using Code warrior on Windows with TCL/TK</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133003#M629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;I'm assuming you're trying to add a GUI to your interpreter. If your application started life as a console only app, the only support that CodeWarrior adds to the program is for the C run-time and any hooks to the operating system to support a console. To add windows features, the program needs to be made into a Windows app. That or you need to configure the IDE to recognize the file extension that the tcl windows libraries use a valid input file.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 20:51:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133003#M629</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2007-05-08T20:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using Code warrior on Windows with TCL/TK</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133004#M630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Tom, Thanks for your reply. I tried setting up a new file type , using File Mappings in the target settings panel. This allowed the IDE to recognise the tcl84.lib (windows file) but I could not compile the file. I can also add the linux lib84.a file and compile but when linking it reported that it could not understand the lib84.a file. As Codewarrior is relatively new to me and I have had no problems integrating tcl and c in Visual C++, can you tell me how to integrate tcl into a CodeWarrior C application ? The aim being that I can monitor an application , using Tcl/tk in Windows, whilst executing using the QUICCstart MPC8248 Evaluation system. Regards, Nitor&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 08:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133004#M630</guid>
      <dc:creator>Nitor</dc:creator>
      <dc:date>2007-05-09T08:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using Code warrior on Windows with TCL/TK</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133005#M631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as using TCL with CodeWarrior, first take a look at this &lt;A href="http://www.freescale.com/webapp/sps/utils/SingleFaq.jsp?FAQ-27060.xml" rel="nofollow" target="_blank"&gt;FAQ&lt;/A&gt;. Next, you should consult the IDE_Automation_Guide.pdf in your CodeWarrior installation folder. If that isn't there, you can either try running the CW installation again and install the documentation, or go to the Freescale web site for it. Just to save you some trouble, I'm uploading a copy of the manual with this posting.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by J2MEJediMaster on &lt;SPAN class="date_text"&gt;2007-05-09&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:15 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/community_files/CWCOMM/4852_IDEWINAUTOUG.pdf" rel="nofollow" target="_self"&gt;IDEWINAUTOUG.pdf&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-10-06&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;09:05 AM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 21:13:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Using-Code-warrior-on-Windows-with-TCL-TK/m-p/133005#M631</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2007-05-09T21:13:47Z</dc:date>
    </item>
  </channel>
</rss>

