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

2004-07-11 Thread James Mills
Hi, 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.

Re: [fpc-pascal]Linked List/ pointers/ casting/ OOP Question

2004-07-11 Thread Ron Weidner
> Your design is the right one for the problem, -and- > FreePascal supports > this design very well. What you seem to miss is the > correspondence > between your design ideas and FreePascal's syntax > and semantics. > > Sorry, but before proceeding I ask you to make a > decision (because else >

Re: [fpc-pascal]Linked List/ pointers/ casting/ OOP Question

2004-07-11 Thread Ron Weidner
--- Harald Houppermans <[EMAIL PROTECTED]> wrote: > Just a general comment: > > Have you thought about writing a generic/general > linked list unit first and > then using that to implement the widget stuff ? > > Since writing linked lists can be tricky... best is > to make a generic unit > for it