Borland  
Search Sitemap Contact
Company Products Downloads Services Support Community   Shop Now!

     PASCAL DEVELOPER SUPPORT
    Technical Information (TIs) papers and Frequently Asked Questions (FAQs) provide additional information on various topics related to Delphi, Pascal Programming, Database Programming, Windows Programming, and much more. These have moved over to our community site
    Information Resources
    Borland Support Programs
    Borland Support programs offer a wide selection of technical support solutions for developers, integrators and consultants. Access information describing each option to select the one that will best fulfill your needs.
    Borland Newsgroups
    Internet USENET Newsgroups Access Internet USENET Newsgroups that relate to Delphi Programming, Pascal Programming, and Windows Programming.
    Third-Party Pascal Downloads and Sites
    This page provides a variety of different code sample downloads (some version specific while others are not). It also provides links to other Pascal-related pages.
    The Pascal Help
    Provides some code samples of various functions.

    Check out Delphi our latest Pascal Product.

    TDSVGA.ZIP (Turbo Debugger Patch)

    Runtime Error 200 - 'Divide by 0'
    Applications that use the CRT unit may generate this error message when running on very fast machines (i.e. Pentium Pro 180 and above). The cause of this error is a timing loop that occurs as part of the initialization of the CRT unit. This timing loop counts how many clock ticks occur within the loop and then that number is divided by 55. The result of this division is a value that is too large to fit into an integer value. The 'Divide by 0' error message is the catch-all error that is displayed when this overflow occurs.

    There are currently no Borland endorsed patches for this problem. There are several user provided patches available on the internet that patch both the CRT unit as well as existing EXE files. The easiest way to obtain these patches is to go to www.altavista.digital.com and search on '+ bp7patch.zip + tppatch.zip' without the quotes.

    These patches are not endorsed or supported by Borland and are used at your own risk.

Company   Products   Downloads   Services   Support   Community   Worldwide top of page

Copyright © 1994 - 2001 Borland Software Corporation. All rights reserved.  Legal Notices.  Privacy Policy. Site Map   Search   Contact Us

Last Modified Wednesday, 18-Jul-01 10:25:03 PST