I use Qt 4 to build a Symbian Application.
The app use Quazip library to unzip a file. It's work well if the file size under 13mb.
But if the file size larger than 13mb. it cannot unzip.
Is there any memory issue or file size limitation in QuaZip Library and Symbian Qt 4 ?
Thanks.