<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2>>In simple cases FORTRAN and C[++] are not too difficult to link but<br>>there is one issue I can't find a solution in Google searching:<br>>How do you handle C structures in FORTRAN?  Do not include "common."<br><br>This is not my problem. I already call C-routines from within my Fortran application. <br>The first problem is to make sure that the Fortran object code has the same number of underscore as the C-object code. This is usually done with the proper compile switch. Then, since I write Fortran-90 code, I have to write an explicit interface for the C-routines that I want to call from within Fortran. I have the impression that I will probably just use an initialization routine and a conversion routine, so the interfaces will not lead to large coding efforts. The conversion routine just eats x, y, and two names of coordinate systems. No intricate C-structures. Should be a piece of cake. As long as I know how to generate the proper object-code/archive-library for Proj...<br><br>Suggestions?<br><br>Regards,<br><br><br>Arjan<br><br></FONT>