• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: fortran90 code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >fortran90 code (From: "Paul Gribble" <email@hidden>)

  • Prev by Date: Re: fortran90 code
  • Next by Date: Re: Adding a new row to NSTableView dynamically using bindings
  • Previous by thread: Re: fortran90 code
  • Next by thread: Comparing NSDictionary woes
  • Index(es):
    • Date
    • Thread