ZCompress causes access violation Delphi Xe8 -
using zlib library's zcompress(); function when having system.sensors, system.sensors.components in uses clause causes access violation on line
function deflateinit(var strm: z_stream; level: integer): integer; begin result := deflateinit_(strm, level, zlib_version, sizeof(z_stream)); end; how can fix, or there work around? ios fmx delphi xe8
Comments
Post a Comment