How system finds DLLs
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
After linking C++ project with specific
.lib
s and when I run it, how does a system find the correspondingDLL
s if they are not in the same directory? There should be some rules for that, as far as I know. -
-
After linking C++ project with specific
.lib
s and when I run it, how does a system find the correspondingDLL
s if they are not in the same directory? There should be some rules for that, as far as I know.