- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I'veseen alot writtenabout how to call a fortran DLL routine from C#, but nothing about how to call a C#DLL routine from inside a fortran program. Is this even possible, and if so how difficult is it?
Thanks
Ranbir
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't think C# is capable of creating an unmanaged DLL. Instead, you'd use the Fortran Module Wizard's .NET tab to generate interfaces to the methods the C# code exports. I haven't tried this myself.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page