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 -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -