- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I build a project which will include and link some libraries.
In compiling (Fortran->preprocessor->additional include directories),
The paths are seaparted by ';' (not blank).
In lnking(Linker->input->additinal dependencies)
The paths are separated by blank (but not ';').
Really confusing.
Is anyway to get away with this?
Mike
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mike,
"Additional dependencies" is a list of libs against which your code is linked.
"Additional library directories" is a list of the directories to search where the above libs are to be found.
HTH
Les
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I agree this is confusing, but unfortunately this was Microsoft's design. On the Linker page, the text you enter is plopped directly into the link line, which wants spaces as separators. On the compiler page, you're entering a list which gets converted into individual options. You'll see this in other Microsoft dialogs as well,

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page