Quote:
Originally Posted by Gupta
|
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
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