View Single Post
  #213  
Old 29-10-2020, 12:34
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Gupta View Post
> Turns out the issue was caused by this
https://community.idera.com/develope...ream-2gb-limit

because of these obscure bugs, I didn't continue with Delphi, especially ide is shit compared with other. You're still holding grounds nice work
Well I mostly evade the bugs by just sticking to WinAPI functions and a few times by using System functions but then with these I usually have to write custom code that do the same thing just that the one Delphi has is crap.

Quote:
Originally Posted by ozolt View Post
Thank you very much If I can make a small comment, isn't resource string editing "overkill"? I mean, simple "-mzlib,reflate" syntax is all that is needed...(currently, only possible is, for example, -mzlib+reflate)

Anyway, thanks again,
regards
the problem is commas are used for something else

example -mzlib:l98,w15+kraken:l9:t128...

if we replace + with , then syntax will look like this -mzlib:l98,w15,kraken:l9,t128..
zlib will start considering everything as one of its parameters.

Edit:

This is what you need to change via Resource Hacker in xtool.exe
Attached Images
File Type: png 199.PNG (55.5 KB, 332 views)

Last edited by Razor12911; 29-10-2020 at 13:05.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ffmla (29-10-2020)