09-20-2012, 04:30 PM
Hello
i play with portable 7-zip command line. The portable executable is called 7z.exe
One problem I face is that for certain procedures (i.e extract archives with directories inside), it relies on a dll
file called 7z.dll.
After reading the z-zip forums and google searches, it seems related to the executable not loading dynamicaly
at start, and thus I can have path problems to find it.
Question : what is the way to tell 7z.exe in QM where to find the 7z.dll and continue the process??
IIRC, in C++, there was something like export LD library or loadlibrary function, i can't recall.....
Ty
i play with portable 7-zip command line. The portable executable is called 7z.exe
One problem I face is that for certain procedures (i.e extract archives with directories inside), it relies on a dll
file called 7z.dll.
After reading the z-zip forums and google searches, it seems related to the executable not loading dynamicaly
at start, and thus I can have path problems to find it.
Question : what is the way to tell 7z.exe in QM where to find the 7z.dll and continue the process??
IIRC, in C++, there was something like export LD library or loadlibrary function, i can't recall.....
Ty