- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How does one have multiple configurations (Debug, Release) and use different libraries (personally built) for the different configurations?
I have added the basic libraries to the project, but it keeps the one last added for both configurations.
Where do I add so that they can be different (debug for debug, release for release)
Linda
I have added the basic libraries to the project, but it keeps the one last added for both configurations.
Where do I add so that they can be different (debug for debug, release for release)
Linda
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do not add them to the project. Instead, do one of the following:
1) Add them to Project settings/Linker/Input/Additional dependencies, preferrably in relative path e.g. ../../MyLibraries/Foo/Foo.lib
2) If the foo.lib and the project bar.exe are in the same solution, just go to Project/Project Dependencies and specify that Bar depends on Foo.
1) Add them to Project settings/Linker/Input/Additional dependencies, preferrably in relative path e.g. ../../MyLibraries/Foo/Foo.lib
2) If the foo.lib and the project bar.exe are in the same solution, just go to Project/Project Dependencies and specify that Bar depends on Foo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, I'll try that.
Linda
Linda

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