<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Question about overlays' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Question about overlays' posted on the 'Pascal' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 10:06:14 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 10:06:14 -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>Question about overlays</title>
      <link>http://www.programmersheaven.com/mb/pasprog/430686/430686/question-about-overlays/</link>
      <description>Greetings. I have a program and the overlay (a unit) it uses in the same directory and it runs fine as long as the overlay stays there with the program. If I join them in DOS with &lt;br /&gt;
"copy/b myprog.exe+myprog.ovr" the program gets larger and then runs okay but only if the ovr file is still there. I thought the whole point of this DOS command was to avoid needing separate files. Even my TP7 books say to use that exact command to join an executable and its overlay. Any comments? Thanx.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/430686/430686/question-about-overlays/</guid>
      <pubDate>Tue, 18 Dec 2012 06:50:23 -0700</pubDate>
      <category>Pascal</category>
    </item>
    <item>
      <title>Re: Question about overlays - Question answered</title>
      <link>http://www.programmersheaven.com/mb/pasprog/430686/430689/re-question-about-overlays---question-answered/#430689</link>
      <description>I was really having problems attaching an overlay to an executable program so that the program would run without a separate overlay file. I just found out that you first have to compile the program to disk with the 1s initialization being (of course!) OvrInit'myprog.ovr'). THEN you have to compile again, using OvrInit('myprog.EXE'). Then you go to DOS and join them with "copy /b myprog.exe+myprog.ovr". After that myprog.exe will run fine without myprog.ovr being in the neighborhood. It was really irritating that my TP books didn't explain this. You also have to make sure that debugging is turned off.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/430686/430689/re-question-about-overlays---question-answered/#430689</guid>
      <pubDate>Tue, 18 Dec 2012 10:09:15 -0700</pubDate>
      <category>Pascal</category>
    </item>
  </channel>
</rss>