[fpc-pascal]Graphing solutions

John Coppens john at johncoppens.com
Thu Jan 23 03:07:12 CET 2003


Hi all...

I've been in need to do some quick and dirty plotting from a Pascal
program. Somehow this always results in a waste of time. Thanks to the
efforts of translating the Graph libs into Freepascal, it's possible, but
the mode switches from the svgalib are quite irritating.

Is there a more elegant solution? Preferable w/o svgalib? It probably
exists, but if not, I've been thinking about a sort of server program or
maybe daemon, that opens a graph window on initgraph, and receives the
graph commands from the main program that still runs in its own window.

Any suggestions (or pointers)?

Thanks,
John




More information about the fpc-pascal mailing list