in reply to Re: Interfacing a C program with Perl functions and modules
in thread Interfacing a C program with Perl functions and modules

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.

  • Comment on Re: Re: Interfacing a C program with Perl functions and modules

Replies are listed 'Best First'.
Mmmm, government job.
by educated_foo (Vicar) on Feb 19, 2004 at 03:45 UTC
    Sounds like it anyways. LANL, perhaps?
      Actually, a National Research Center at Cornell, ACERT. Check the website if you're curious.

      (http://www.acert.cornell.edu/)

      I'm upgrading the NLSL program available from the FTP page.