- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Question from a novice: In the attempt to build my first QuickWin program I am having trouble with compile error: cannot locate resource.fd. I created the resource script and found that the resource.fd file was located in the workspace directory. I added resource.fd to my project and built without success. Thanks for any help in advance for a struggling beginner.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I assume that your QuickWin program has dialogs? That's what would trigger the creation of a resource.fd file.
resource.fd is an INCLUDE file - by default, these are looked for in the same folder as the source that has the INCLUDE line. If your source is somewhere else, you can add the path to where the resource.fd is found under Project..Settings..Fortran..Preprocessor..INCLUDE/USE paths. Probably a path of . would do it, since the resource compiler puts this in the project folder by default.
Note that adding the file to the project accomplishes nothing - this is only for files that are compiled or linked directly.
Steve
resource.fd is an INCLUDE file - by default, these are looked for in the same folder as the source that has the INCLUDE line. If your source is somewhere else, you can add the path to where the resource.fd is found under Project..Settings..Fortran..Preprocessor..INCLUDE/USE paths. Probably a path of . would do it, since the resource compiler puts this in the project folder by default.
Note that adding the file to the project accomplishes nothing - this is only for files that are compiled or linked directly.
Steve

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