<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>''Div by Zero' error msg...' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread ''Div by Zero' error msg...' posted on the 'Pascal' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 16:18:52 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 16:18:52 -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>'Div by Zero' error msg...</title>
      <link>http://www.programmersheaven.com/mb/pasprog/232286/232286/div-by-zero-error-msg/</link>
      <description>I have two partitions on my machine - one with FAT32 containing Win98SE OS and the other with FAT16 containing MS-DOS 6.22 OS. I installed Turbo Pascal v7.0 onto the FAT16 partition and wrote a small 'Hello, World!' program just to test the installation. When I ran it, I received an 'Error 200 - Division by Zero' message. Since there is no math involved in my program, I'm wondering if there is some setting or adjustment that I need to perform. I seem to remember that I ran into this problem several years ago with an earlier version of Turbo Pascal, but I forget how I resolved the problem. Any insights would be appreciated.&lt;br /&gt;
&lt;br /&gt;
zapper&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/232286/232286/div-by-zero-error-msg/</guid>
      <pubDate>Thu, 18 Dec 2003 08:00:53 -0700</pubDate>
      <category>Pascal</category>
    </item>
    <item>
      <title>Re: 'Div by Zero' error msg...</title>
      <link>http://www.programmersheaven.com/mb/pasprog/232286/232319/re-div-by-zero-error-msg/#232319</link>
      <description>: I have two partitions on my machine - one with FAT32 containing Win98SE OS and the other with FAT16 containing MS-DOS 6.22 OS. I installed Turbo Pascal v7.0 onto the FAT16 partition and wrote a small 'Hello, World!' program just to test the installation. When I ran it, I received an 'Error 200 - Division by Zero' message. Since there is no math involved in my program, I'm wondering if there is some setting or adjustment that I need to perform. I seem to remember that I ran into this problem several years ago with an earlier version of Turbo Pascal, but I forget how I resolved the problem. Any insights would be appreciated.&lt;br /&gt;
: &lt;br /&gt;
: zapper&lt;br /&gt;
: &lt;br /&gt;
Then you probably have to too fast a computer. Try to download a patch for the crt unit.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/232286/232319/re-div-by-zero-error-msg/#232319</guid>
      <pubDate>Thu, 18 Dec 2003 10:47:17 -0700</pubDate>
      <category>Pascal</category>
    </item>
    <item>
      <title>Re: 'Div by Zero' error msg...</title>
      <link>http://www.programmersheaven.com/mb/pasprog/232286/390188/re-div-by-zero-error-msg/#390188</link>
      <description>you must be tripping the TP/BP crt unit on above 200mhz cpu.it is tripped by bad math on delay() routine inside the unit.I would suggest just replacing the unit.It may be inside the system TPU 'bundle',remove it, then add another back.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 I have a replacement unit (HERE) that works well.It should compile, I recently made a few changes to it,though, so no guarantees.It compiles 80% or more of the way,though.I've been working on my Run Time Libraries, so that's why it might not compile.It did compile before.Its not glorious,but it works.&lt;br /&gt;
&lt;br /&gt;
I need this for my kernel.Just rename the unit.It works.&lt;br /&gt;
&lt;br /&gt;
NOTE:&lt;br /&gt;
&lt;br /&gt;
use fpnanosleep? instead of delay() is WAY more accurate.The procedure is inside of FPC compiler.what I give you is a generic timer that doesn't need anything else or assembler to work.&lt;br /&gt;
&lt;br&gt;&lt;br&gt;&lt;strong&gt;Attachment:&lt;/strong&gt; &lt;a href="http://www.programmersheaven.com/mb/DownloadAttachment.aspx?AttachmentID=623"&gt;video.pas&lt;/a&gt; (17631 bytes | downloaded 77 times)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/pasprog/232286/390188/re-div-by-zero-error-msg/#390188</guid>
      <pubDate>Thu, 30 Apr 2009 22:08:10 -0700</pubDate>
      <category>Pascal</category>
    </item>
  </channel>
</rss>