Re: fortran90 code
Re: fortran90 code
- Subject: Re: fortran90 code
- From: Gary Grobe <email@hidden>
- Date: Sun, 22 Jul 2007 13:40:49 -0500
On Jul 22, 2007, at 12:20 PM, Paul Gribble wrote:
I have a code snippet in fortran 90 that I wish to incorporate into
a cocoa
(obj-C) program. What's the best way to proceed?
Thanks,
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
The linker can create exec's or libs using the two object files. You
can link your Fortran's object files with your C files so that your C
code calls the Fortran subroutines.
Then just have your obj-c call the C methods. Do the same for other
languages as well.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden