- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm new to Intel FORTRAN (using 9.1). Is there a way to access paths found in the Windows registry? Asimple call would be great :-)...sorry if this is a no brainer
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, either USE IFWIN, and use the functions outlined here (at the minimum you need RegOpenKeyEx, RegCloseKey, RegQueryValueEx and RegSetValueEx), or use the attached wrappers I wrote (which simplify the calls, allow Fortran-style strings to be used, etc.). The documentation for the wrappers can be found in the .chm file here, while sample usage is here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, Mr. Dujic :-)

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