add PATH in VC IDE
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
-
In my work space there are two projects, one is dll another is application which calls dll. they are in different folder. in VC IDE, is there a way to add the dll path to the PATH variable, or let IDE search the dll path when application runs? Thank you.
Tools->Options->Directories->Exectuable paths
-
In my work space there are two projects, one is dll another is application which calls dll. they are in different folder. in VC IDE, is there a way to add the dll path to the PATH variable, or let IDE search the dll path when application runs? Thank you.