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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -