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.
QuaZIP を使用して Qt でファイルを圧縮する例を探しています。このコードを試しましたが、うまくいきません。セグメンテーション違反エラーを受け取りました。
JlCompress::compressFiles(zipfilename,filenames);//zipfilename is a qstring and filenames a QStringList
圧縮する前にファイルを開く必要がありますか?