[fpc-pascal]ProceList/Quote Program (ncurses)

Marco van de Voort marcov at stack.nl
Mon Jul 12 09:11:57 CEST 2004


> I'm intending upon writing a program to help with developing quotes for
> computer systems with the price list given in CSV then converted to a
> RDBMS of some sort (eg: sqlite).
> 
> My intention is to build this program using the ncurses library and
> develop a set of interfaces that are easy to use.
> 
> Q: Is there anything out there that'll make it easier to design the
> windows/screen ?

Designtime tools: no.

Libraries: Turbo Vision. (see the textmode IDE). It only uses the terminfo
part of ncurses though, which improves look and feel, but decreases terminal
independance.
  





More information about the fpc-pascal mailing list