Search found 1 match

by Mohitvermaji51
03 Dec 2020, 12:01
Forum: Everything about Dll-Files
Topic: DLL change path
Replies: 20
Views: 24350

Re: DLL change path

Go to project properties (Alt+F7) Under Debugging, look to the right There's an Environment field. Add your relative path there (relative to vcproj folder) i.e. ..\some-framework\lib by appending PATH=%PATH%;$(ProjectDir)\some-framework\lib or prepending to the path PATH=C:\some-framework\lib;%PATH%...