Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

DLL path

Dishaw__Jim
Beginner
644 Views
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.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
644 Views

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.

0 Kudos
Reply