Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ZCompress导致访问冲突Delphi Xe8_Delphi_Delphi Xe8 - Fatal编程技术网

ZCompress导致访问冲突Delphi Xe8

ZCompress导致访问冲突Delphi Xe8,delphi,delphi-xe8,Delphi,Delphi Xe8,使用ZLib库的ZCompress()功能会导致此行的访问冲突 function deflateInit(var strm: z_stream; level: Integer): Integer; begin Result := deflateInit_(strm, level, ZLIB_VERSION, SizeOf(z_stream)); end; 我如何修复,或者是否有解决方案?iOS FMX Delphi Xe8您在质量门户网站上搜索过吗?可能已经报告了。我刚刚搜索过-找

使用ZLib库的
ZCompress()System.Sensors、System.Sensors.Components时,代码>功能会导致此行的访问冲突

function deflateInit(var strm: z_stream; level: Integer): Integer;
begin
  Result := deflateInit_(strm, level,
    ZLIB_VERSION, SizeOf(z_stream));
end;

我如何修复,或者是否有解决方案?iOS FMX Delphi Xe8

您在质量门户网站上搜索过吗?可能已经报告了。我刚刚搜索过-找不到报告的。一旦德尔福支持人员给我发电子邮件确认这是一个bug,我会在那里发布一个问题