Can we change the path of dlls in target directory?
-
This question is related to my previous question. As i mentioned before, my project contains many dlls and i am facing some ambiguity due to two dlls which contains same namespace names. So, i want to change the paths of these to dlls. But i dont know how to. Is their any option in visual studio c++ so that i can easily solve my problem?
-
This question is related to my previous question. As i mentioned before, my project contains many dlls and i am facing some ambiguity due to two dlls which contains same namespace names. So, i want to change the paths of these to dlls. But i dont know how to. Is their any option in visual studio c++ so that i can easily solve my problem?
-
LoadLibrary allows you to specify the full path to the dll.
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition. Blaise Pascal
I searched on net more about loadlibrary function but i haven't got anything. can you please tell me about how to use it in windows form?
-
I searched on net more about loadlibrary function but i haven't got anything. can you please tell me about how to use it in windows form?
Here's a link to Microsoft documentation - http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx[^]
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition. Blaise Pascal