Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qt 4 を使用して Symbian アプリケーションを構築しています。
アプリはQuazipライブラリを使用してファイルを解凍します。ファイルサイズが 13MB 未満であれば問題なく動作します。
ただし、ファイルサイズが13MBを超える場合。解凍できません。
QuaZipライブラリと Symbian Qt 4にメモリの問題やファイル サイズの制限はありますか?
ありがとう。
QuaZIP は、QIODevice API を使用して ZIP アーカイブ内のファイルにアクセスします。
実装の選択、つまり使用する具体的な QIODevice サブクラス (QTextStream、QDataStream、QTcpSocket ...) に必要なメモリに基づいて、メモリ サイズが問題になる環境ではメモリが不足する可能性があります。