You're trying to call C functions from Fortran.  You can't do this directly, you
need to write a small wrapper function (in C) for each of the gdchart functions 
you 
want to call.  See:
 
http://web.mit.edu/answers/c/fortran_call_c.html
 
Hope this helps!
-- Kevin

Reply via email to