How to include dlls in VC++.NET application.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi to all, I am having more than 20 dlls for my application. if i want to store those dlls in one folder and use them while running the application what i have to do? For example all header files if I copy in one folder and giving this folder name in include folders of Tools->Options then it works fine. Is there any method like this for Dlls. Please help me. Thanks in advance.