This is a very old problem of 7z.exe, maybe starting from the beginning. 7z a -r t.7z c:\dir The above command causes 7z.exe to scan whole disk C: instead of just archiving c:\dir recursively. Instead I have to: 7z a -r t.7z c:\dir\* Hope this can be fixed, though it's not critical.
This is a very old prolbem of 7z.exe, maybe starting from the beginning. 7z a -r t.7z c:\dir The above command causes 7z.exe to scan whole disk C: instead of just archiving c:\dir recursively. Instead I have to: 7z a -r t.7z c:\dir\* Hope this can be fixed, though it's not critical.
I also found this excellent wrapper library on github: https://github.com/rikyoz/bit7z. I think I should use this lib instead of the cumbersome and counter-intuitive SDK API.
I found line 959 in Client7z.cpp: extractCallbackSpec->Init(archive, FString()); // second parameter is output folder path The comment says the 2nd parameter needs a folder path, but why is an empty string passed in?
I have studied the SDK code for some hours, but did not get a clue on how to use 7z.dll. Can anyone point me to useful resources that demonstrate how to use CreateObject in 7z.dll to extract an ISO file?
I have studied the SDK code for some hours, but did not get a clue on how to use 7z.dll. Can anyone point me to useful resources that demonstrates how to use CreateObject in 7z.dll to extract an ISO file?
WTL 10 project wizard not showing in Visual Studio 2019
test