- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just got a new set of libraries to evaluate, they are supplied as .libs and .mods (i.e. precompiled module defs).
I can use the libs just fine from the command line but I cannot figure out how to make VS find the .mod files for compiling within the IDE.
Can anyone provide some guidance?
Many thanks,
matt.
I can use the libs just fine from the command line but I cannot figure out how to make VS find the .mod files for compiling within the IDE.
Can anyone provide some guidance?
Many thanks,
matt.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Put them in your source folder, or some place the compiler would look for INCLUDE files.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
...there are two places you can set up INCLUDE directories:
- In Tools/Options/Directories/Include files, "global" include directories are specified (common for all workspaces)
- In Project/Settings/Fortran/Preprocessor/INCLUDE and USE paths you can set up the directory for this project only.
Jugoslav
- In Tools/Options/Directories/Include files, "global" include directories are specified (common for all workspaces)
- In Project/Settings/Fortran/Preprocessor/INCLUDE and USE paths you can set up the directory for this project only.
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jugoslav,
Muchos Muchos Gracias--that was just what I wanted.
Muchos Muchos Gracias--that was just what I wanted.

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