PDA

View Full Version : A overview of all Freepascal errors?



chronozphere
04-06-2010, 07:39 AM
Hey guys, 8)

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 :)

Mario Donick
04-06-2010, 09:30 AM
The FreePascal documentation on freepascal.org has the following information:

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

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

chronozphere
04-06-2010, 03:58 PM
Thanks.. that'll help :)