- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a solution that has a Dynamic Library project and a console application project. When I attempt to debug or run the application, the DLL cannot be located. Is there a way in Visual Studio to add to the DLL search path? I want to avoid adding a development directory to my system wide search path.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Traditionally, one either adds a post-build step of the DLL to copy it into the executable project's folder or one changes the linker output path of the DLL project to put it there. There is no VS setting for this.
One might be able to do something with the new Manifests feature in VS2005 but I have not looked at that in detail.
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