This would be simpler if I was writing the program from scratch. The problem is that this is an existing program, written by someone else, that is command-line-driven with a Unix-XWindows-C graphical interface to display data fitting results. I just want to replace the XWindows drawing utilities with something less platform-specific....
To make things even more interesting, the calculation program is written in FORTRAN. I'm planning to use C wrapper functions to mesh the FORTRAN with the Perl rather than try to directly call Perl from FORTRAN. I'll stick to the existing function call format rather than muck around with the FORTRAN.
Thanks,
Diane.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.