willett wrote:
"... gpc-libplot will complement nicely. ..." What's the gpc- naming convention? Are you using gpc-libplot as the file name (e.g. gpc-libplot.pas) for the source interface? Or are you using it for the uses name (e.g. "uses gpc-libplot")?
Willett
gpc-libplot refers to the interface to the Gnu plotting utilities. The chief developed it earlier, but an obscure C function name just happened to be the same as a gpc name; __p_initialize. Thus, a small bump in the development road. But it illustrates the need to bring these C libraries into Pascal namespaces. C is not capable of high level applications programming.
Gnu libplot is the key library in the plotting utilities. When ready one would declare;
"USES gpc-ncurses, gpc-libplot ;"
Please look into the Gnu Plot Utilities.