¡@

Home 

c++ Programming Glossary: common.dll

Determine the loaded path for DLLs

http://stackoverflow.com/questions/4385806/determine-the-loaded-path-for-dlls

in the following structure. Exe DLL DLL.dll DLL common.dll DLL2 DLL2.dll DLL2 common.dll My EXE will load the DLLs through.. Exe DLL DLL.dll DLL common.dll DLL2 DLL2.dll DLL2 common.dll My EXE will load the DLLs through LoadLibraryEx _T DLL DLL.dll.. 0 0 DLL.dll and DLL2.dll project will link against common.dll through lib file. There will be 2 different versions of common.dll..