Results 1 to 3 of 3

Thread: A overview of all Freepascal errors?

  1. #1

    A overview of all Freepascal errors?

    Hey guys,

    I'm still quite new to FPC. Often I stumble upon some error I don't completely understand.
    The problems are specific to my source-code. When I start googling, I find loads of very specific threads and it's very hard to get any general information on the error and any general ways to solve it.
    Delphi has a good help function that I used often to understand the errors, but FPC/Lazarus dont.

    Hence my question: Is there any list / wiki-page that describes the most common FPC errors?
    Any other ideas about how to familiarize myself with the errors without slowing my development down too much?

    Thanks
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2

    Re: A overview of all Freepascal errors?

    The FreePascal documentation on freepascal.org has the following information:

    Compiler Messages (this includes also compiling errors):
    http://freepascal.org/docs-html/user...l#x179-178000C

    Runtime Errors:
    http://freepascal.org/docs-html/user...l#x196-195000D

  3. #3

    Re: A overview of all Freepascal errors?

    Thanks.. that'll help
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •