Welcome to the new Friends-of-FPC!

Here you can find all kinds of information about the FreePascal Compiler. We have many tutorials and howtos as well as a selection of tools to help you with your programming. We also have some example codes for you. And if you want to contribute some information/ sources/ tools yourself you can do so.
Also we have finally relaunched the FoFPC forum. It's your chance for some Q&A about everything FreePascal.

Friends-of-FPC

Tutorials: Learn how to code with FreePascal.

Source Codes: A collection of examples, miscellaneous source codes and open source stuff.

Tools and Help Files: Intro- duction of some tools that might help you with FPC.

Community

Forum: Ask or answer questions about the FreePascal Compiler, programming or just babble about coding.

Contribute! Contribute your own Tutorial, Source Codes or Tools and send them to us!

Website

About: Information about Friends-of-FPC.org.

How to write an editor - Introduction - by Aiwendil

How to write an editor.

Written by Aiwendil (aiwendil@altavista.net) for friends-of-fpc (.org).

This will explain one way to write an texteditor that will compile on most platforms (as long as it has the units crt and dos (dos might be replaced with something more appropriate for the platform that is intended as target, but then all file-operations will change slightly)).

This will be made in an way that is quite easy to update, expand, and most important, it will be made in several parts.. all written when I get around to it. :)

And the normal legal horrors.

ALL INFORMATION (INCLUDING THE CODE) IN THE THIS DOCUMENT AND THE FOLLOWING PARTS ARE PROVIDED AS-IS WITHOUT ANY FORM OF WARRANTY. I ASSUME NO LIABILITY WHATSOEVER FOR ANY DAMAGES THAT MIGHT ARISE FROM THE USE OF THIS IMFORMATION (AND CODE). USE AT YOUR OWN RISK!

ALL TRADEMARKS BELONG TO THEIR RESPECTIVE HOLDER

Use and distribution of this document and the acompaning parts is free as long as you comply to the following rules.

  • Any modification of the text for increased readability and translations are allowed as long as the changes are clearly stated and the legal notices stays intact.
  • If you use code from this document and it's accompaning documents then you must somewhere add that you have used an document written by Aiwendil.

This file and the files accompaning it are all Copyright (C) Aiwendil 2001

Back to previous page

Useful Links









Link to us