[fpc-pascal] What to do to get new users

Rainer Stratmann rainerstratmann at t-online.de
Sat Oct 19 20:20:41 CEST 2024


Am Freitag, 18. Oktober 2024, 18:11:54 CEST schrieb Thomas Young via fpc-
pascal:
> Rainer, did you create this application with FPC? Please provide more
> information about its development.
> 
> Thomas Young
> 
> > On Oct 18, 2024, at 10:48 AM, Rainer Stratmann via fpc-pascal
> > <fpc-pascal at lists.freepascal.org> wrote:
> > 
> > Am Freitag, 18. Oktober 2024, 14:02:15 CEST schrieb Thomas Young via fpc-
> > 
> > pascal:
> >> One way to attract new users is create great software applications with
> >> FPC
> >> for the world to see.
> > 
> > https://klimaregelung.de/pages/deutsch/software.php

Originally it was started around 1990 with QuickBasic, then 1991 or 1992 moved 
to Turbo Pascal when it still wasn't very big. Inbetween there was another 
compiler and around 2005 it moved to Freepascal.

Sourcecode now:
- 4MB, 120.000 lines, about 100 units
- build in server written from scratch (which is not very difficult)
- own memory management for the server
- the software runs 24/7
- more than 100 clients use it
- runs on a debian linux os x86 system 
- plain screen 800 x 600 pixel or in a window (windows, kde) which puts the 
800x600 bitmap to the window
- minimum dependencies, nearly everything I wrote myself (serial 
unit,graphical output, browser access, etc.)
- very close to the operating system
- if an update is available all the clients have to do is to press an update 
button, all data structures (if they change) are updated automatically




More information about the fpc-pascal mailing list