- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All but one of my Fortran projects in a mixed C/Fortran app migrated from CVFare defined with /iface:default. The one remaining is /iface:CVF.
In that one project, I have a small handful of routines that I'd like to be /iface:default, so is a compiler directive to override /iface:CVF the best way to do this (other than physically separating the code)?
And is the appropriate directive for imitating /iface:default something like (for subroutine fooBar):
!DEC$ ATTRIBUTES C, REFERENCE, ALIAS:'_FOOBAR' :: fooBar, NOMIXED_STR_LEN_ARG
Thx.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's spelled:
!DEC$ ATTRIBUTES DEFAULT :: routinename
!DEC$ ATTRIBUTES DEFAULT :: routinename

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