@rlebeau his link is to an example of what he thinks is a bug
in BCB
phy0292
@phy0292
Please select "comp.dat" or "ExtWizrd.dll" file for testing
Ludwig Behm
@lbehm
"hey just run these 2 binaries!" that looks kinda like phishing ^_^ must be the paranoia again x)
davidpn
@davidpn
;-)
phy0292
@phy0292
@davidpn 看到BUG了吗?
davidpn
@davidpn
rlebeau以后可能检查的bug
Remy Lebeau
@rlebeau
IdZLib.IndyCompressStream() (which TIdCompressorZLibEx.DeflateStream() uses internally) is known to have issues, but I have not gotten around to fixing it yet.
phy0292
@phy0292
.
if strm.avail_in = 0 then break;
replace
if (strm.avail_in = 0) and (strm.avail_out > 0) then break;
@rlebeau Replaced by the above
@rlebeau BUG eliminated, but not necessarily elsewhere BUG
google的翻译不准确。。。 :grinning:
phy0292
@phy0292
It is known to have problems, but disclosed function, make me an error code, so I'm so confused
@davidpn 我上面说的能看明白吗?
_
Remy Lebeau
@rlebeau
As I said, I'm already aware of the problem, and no, the proposed fix is not enough, there is another known issue further down in the same function. Fixing the function is on my TODO list, I just haven't gotten around to it yet
I wish you guys would speak English instead. 请改为讲英语。
davidpn
@davidpn
我同意 :-)
phy0292
@phy0292
@rlebeau Okay, look forward to your solution. I'm really sorry, although I would a little programming, but to not speak English. Only use google translation, but google translate is not to force.
davidpn
@davidpn
Google Translate does a pretty good job :-)
phy0292
@phy0292
@davidpn I have a project that is related to the identification codes, would like to ask for help to complete, I do not know you or your friends have no interest. If you are interested, you can then go into the details, And agreed to be paid in dollars
davidpn
@davidpn
what do you mean by identification codes?
phy0292
@phy0292
For example, when we log on to a site or page, simply to enter the picture ID.
May be pure digital, it may be letters and numbers combination.
davidpn
@davidpn
Do you mean QR codes?
phy0292
@phy0292
I have completed the identification of some kind of image, but in addition there is a picture of him I could not be processed and identified.
Remy Lebeau
@rlebeau
this is not the place to solicit work from paid freelancers. Use a site like http://www.freelancer.com for that. Or just search online, there are plenty of examples and forum discussions related to how to use Indy, particularly TIdHTTP, to interact with HTTP web pages.
phy0292
@phy0292
@davidpn OCR
Remy Lebeau
@rlebeau
If you are trying to process an image, like a captcha or QR code, that is outside the realm and capabilites of Indy.
phy0292
@phy0292
Well, I just ask, try your luck, if no one is interested, I think to approach it.
davidpn
@davidpn
@phy0292 I may be interested. Please email me at davidn@radsoft.com.au if you want to discuss it
phy0292
@phy0292
ok
However, I speak English you may be difficult to understand, gradually began to feel it.
phy0292
@phy0292
@davidpn It has been sent to your mailbox.
davidpn
@davidpn
thanks
Remy Lebeau
@rlebeau
I checked in an update to IdZLib.pas
phy0292
@phy0292
Very good
phy0292
@phy0292
@rlebeau In addition to the last time I say the way,If use Z_SYNC_FLUSH instead of Z_NO_FLUSH. It can also eliminate BUG. I do not know will not reduce the compression capability.