For an example:
I have a dll
file liba.dll
,
While compiling i am giving the path of the library file. It is compiling properly.
Now i have to load this binary/.exe file and DLL file to other system/device,
Then what about the DLL file?
How our program gets to know the path of DLL during run time?
I mean how DLL file will be linked?