<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'C0S.obj error!!!' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'C0S.obj error!!!' posted on the 'Beginner C/C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2008 Programmers Heaven</copyright>
    <pubDate>Mon, 01 Dec 2008 21:11:16 -0700</pubDate>
    <lastBuildDate>Mon, 01 Dec 2008 21:11:16 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>C0S.obj error!!!</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/301518/301518/c0sobj-error/</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I am learning to handle C Compiler, I think it is 5.5 Version.&lt;br /&gt;
I have problems to run the program because it sets a message like this&lt;br /&gt;
"Unable to open C0S.obj" and I cannot run it.&lt;br /&gt;
&lt;br /&gt;
Could somebody help me and tell me how to fix this problem?&lt;br /&gt;
&lt;br /&gt;
Thanx&lt;br /&gt;
&lt;br /&gt;
DQ.&lt;br /&gt;</description>
      <pubDate>Tue, 03 May 2005 08:29:13 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
    <item>
      <title>Re: C0S.obj error!!!</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/301518/301544/re-c0sobj-error/#301544</link>
      <description>Hi, &lt;br /&gt;
What you probably have going on is one of 2 or three simple things.  First, check the directory paths specified in your IDE or Editor to the libraries.  You didn't say what compiler you were using, but it sounds suspiciously like a Borland freebie.  If you are running from a command line, you may have to set an environmental variable, usually "LIB"  to the directory path the .lib files are on.  The C0***.obj files are actually the binary code that the linker needs to complete the executable.  Check path documentation for your compiler and it should tell you what needs to be done.  Also check to see that the file exists on this path.  Occasionally, through the auspices of others or just dumb miss clicks, a file gets moved or deleted that shouldn't.  Hope this helps.  Griz803&lt;br /&gt;
&lt;br /&gt;
: "Unable to open C0S.obj" and I cannot run it.&lt;br /&gt;
: &lt;br /&gt;
: Could somebody help me and tell me how to fix this problem?&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 03 May 2005 14:33:25 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
  </channel>
</rss>