Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: pgnatyukPosted on 2009-10-08 at 23:05:37ID: 25532648
You can set the same folder for the "Output Directory" for the executable and the DLL projects - page General. On Debugging page you can set also the "Working Directory".
If you have the executable and the DLL in one solution, you can set "Project Dependencies": executable depends on the DLL.
In the project settings of the executable, in the linker section, on the Input page you can set "Additional Dependencies" - for example, if your DLL has name MyLib.DLL, in this dependencies field you need to set MyLib.lib</A>. In the same Linker secyion on General page "Additional Dependencies Directory" allows to set a folder where all lib-files are located. In this case, it should be the output directory.