- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
f90: Error: DEC$ DESCRIPTOR/REFERENCE ATTRIBUTE valid only on interface dummy.
This error message appeared when I was trying to compile a simpe test program using the netCDF libs. Could someone give me a clue what the problem is? The error message occurs for every call of any of netCDF funtions.
Thanks, Jochen
This error message appeared when I was trying to compile a simpe test program using the netCDF libs. Could someone give me a clue what the problem is? The error message occurs for every call of any of netCDF funtions.
Thanks, Jochen
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, the message means that the code used !DEC$ ATTRIBUTES REFERENCE (or DESCRIPTOR) outside of an INTERFACE block. What does the code look like? (Small excerpt, please.)
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You may have omitted or accidently deleted an END INTERFACE statement.

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