stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 1052
|
Re: C - VB
Hi Darek,
I have seen that you have had no response from this.
I would suggest that you translate it into pseudo-code then the developers who don't understand C may be able to help.
Eg.
What is it supposed to do?
What are the inputs/outputs?
To be honest, it looks like an encryption algo to generate a CRC for a given non-unicode string.
<< = divide by factor of 2 -as in << 8 appears to be ascii(mid$(aPBuf, index, 1) / (0+1+2+4+8+16+32+64).
Note.
I am unsure if << begins at 0 or 1.
Hope this helps,
Kieron
Note:
This appears to be a reasonable checksum, one would question why you have retrieved code that you cannot translate? Newbie Hacker?
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|