Luke wrote:

>   Stream.WriteBuffer(AString, Length(AString));

FWIW, in code which I *know* works, I usually use
  Stream.write(AString[1],Length(AString);

> it works fine! I've checked and double checked that, yes, the incoming
> AString value is correct, and I know for a fact that MakeHash is
> bulletproof.

When in doubt, use the debugger to check that the bytes which 
MakeHash is processing ARE in fact the correct bytes of your 
string. If not, suggestions like the above may apply.


cheers,
peter

============================================
Peter Hyde, WebCentre Ltd & SPIS Ltd, Christchurch, New Zealand
* Web automation for online periodicals: http://TurboPress.com
* TurboNote+: http://TurboPress.com/tbnote.htm
  -- easy, small, handy onscreen sticky notes
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to