- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have VS 2022 & IVF 2022 installed and am busy recompiling CVF Legacy files, starting with my User-created libraries. In CVF, I (eventually) arranged things so that source files and module files all appeared in D:\Lib and for each project D:\Lib was added to the list of places to look for them.
But in IVF I can’t figure how to do this, despite reading a number of helpful articles. Can you help please?
I noticed that my old FormatMessage calls did not work and had to be changed to FormatMessage_G1 after looking in kernel32. All my othe API calls worked, so why this oddity?
BearofLitlleBrain
(Yes, me again)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The compiler builtin help says:
/module:path
specify path where mod files should be placed and first location to
look for mod files
I am not sure there is a specific entry in the VS Properties to set it. If notyou can set it via the Command Line option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Arjen_Marcus,
Thanks for your prompt reply. I have looked all over the VS Properties and thought i had it by right-clicking on the project name in Solutions Explorer > Properties > General > Output Directory which I set to D:\Lib. But that didn't work.
I'd like to try to use the command line option, but don't know how to do it.
BearofLittleBrain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Go to the Properties/Fortran/Command Line tab. Under Additional Options you can fill in any options you want. Take care though: a relative path for /module:"", like "..\lib" will put the files relative to your VS project file. So some "directory juggling" may be required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Output Files > Module Path
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Steve,
Many thanks - problem solved.
BearofLittleBrain
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page