- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using Compaq Visual Fortran V6.6
I have created a MDI Fortran Window Application.
My WinMain calls a subroutine. Inside the subroutine I have statement INCLUDE 'resource.fd'. So, that I can access dialog items. However, when I compile it get an error saying it can not find and open that file.
If anyone can help tell what i am missing, I would appreciate it. thanks.
I have created a MDI Fortran Window Application.
My WinMain calls a subroutine. Inside the subroutine I have statement INCLUDE 'resource.fd'. So, that I can access dialog items. However, when I compile it get an error saying it can not find and open that file.
If anyone can help tell what i am missing, I would appreciate it. thanks.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Where is your resource.fd file?
By default, CVF looks for INCLUDEd files in the same directory as the source file and in the project root. On the other hand, resource.h and resource.fd are generated in the same folder as yourapp.rc (did you add it to your workspace?). What's the folder setup on your computer?
Jugoslav
By default, CVF looks for INCLUDEd files in the same directory as the source file and in the project root. On the other hand, resource.h and resource.fd are generated in the same folder as yourapp.rc (did you add it to your workspace?). What's the folder setup on your computer?
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try adding the following to Settings / Fortran / Preprocessor / INCLUDE and USE Paths: .
Greg
Greg

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