Mykola Petrivskiy
Mykola Petrivskiy
@fuorigioco1981 You probably cast whole tab or screen?
I have fixed it like this, seems to work correctly: ``` couples = [] labels = [] if seed is None: seed = random.randint(0, 10e6) random.seed(seed) for i, wi in...
Here is my attempt to fix this: ``` unit System.Zip.LZMA; interface uses System.SysUtils, System.Classes, System.SyncObjs, System.Zip, LzmaDec, LzmaEnc, LzmaTypes; type ELZMAException = class(Exception); PZipHeader = ^TZipHeader; PLzmaEncoderRead = ^TLzmaEncoderRead; TLzmaEncoderRead...
By the way, your definition of TCLzmaEncProps is out of sync with C-code.
Bing, or other big search engine, instead fo Google will be good to.