zl程序教程

您现在的位置是:首页 >  工具

当前栏目

zlib编译说明(解决qt-msvc32位无法编译quazip库的问题)

Qt 解决 说明 无法 编译 zlib 问题
2023-09-14 09:07:00 时间

编译32位的时候要修改zconf.h
直接复制以下内容即可

/* zconf.h -- configuration of the zlib compression library
 * Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
 * For conditions of distribution and use, see copyright notice in zlib.h
 */

/* @(#) $Id$ */

#ifndef ZCONF_H
#define ZCONF_H

/*
 * If you *really* need a unique prefix for all types and library functions,
 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
 * Even better than compiling with -DZ_PREFIX would be to use configur