DYLD_LIBRARY_PATH equivilant for Windows?
Unsolved
General and Desktop
-
I'm trying to find some DLLs my program needs to run. I can set DYLD_LIBRARY_PATH to find my libraries on Mac, but that doesn't seem to work with Windows. So far, the only way I've found to get my program to run is the copy the DLLs into the debug directory.
-
I'm trying to find some DLLs my program needs to run. I can set DYLD_LIBRARY_PATH to find my libraries on Mac, but that doesn't seem to work with Windows. So far, the only way I've found to get my program to run is the copy the DLLs into the debug directory.