- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For adding both C++ and fortran LIB's to a fortran project, what is the difference between:
Configuration Properties/Linker/Input/Additional Dependencies
and
Configuration Properties/Linker/Input/Add Module to Assembly
I have projects using the first, and other projects using the second, and looks like for the same thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The second option is for an entirely different thing - it isn't for LIBs. See https://docs.microsoft.com/en-us/cpp/build/reference/assemblymodule-add-a-msil-module-to-the-assembly?view=vs-2019
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The second option is for an entirely different thing - it isn't for LIBs. See https://docs.microsoft.com/en-us/cpp/build/reference/assemblymodule-add-a-msil-module-to-the-assembly?view=vs-2019
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Steve. I don't know where the /ASSEMBLYMODULE stuff came from, but it's been in there for many years. I have removed them in the project I'm working on right now. The application builds ok without it, but now I'm having trouble with stack corruption probably brought on by other changes I've made.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page