- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I created a IVF library that consists of various subrountines I use in multiple projects.When I addthis library name (and correct path) to the project Configuration Properties/Linker/Input/Additional Dependencies, the linker does not seem to find it and gives a "fatal error LNK1120: 1 unresolved externals" and identifies the unresolved external symbols as one of the subroutines that should be in my library.
Is there something else I need to do to get the project to recognize the subrountines in this library?
Is there something else I need to do to get the project to recognize the subrountines in this library?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add your library to the project itself via Solution Explorer, similar to adding another source code module. (And of course your code will need INTERFACEs for the library routines.)

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