문제

I am using Zip Archive library for compressing and decompressing files, i needed to enable AES encryption so by Uncommenting

#def ZIP_AES

in the _features.h file included with the library and recompiling I got CZipException for decompression

"WinZip AES encryption has not been enabled for the library, but is required to decompress the archive."

Am i missing something? please any guide would so much appreciated.

도움이 되었습니까?

해결책

Thanks to Oli Charlesworth; there was a conflict between the lib file produced from the free library and the one i bought thanks a lot.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top