CRC32 User Function Library

P

Paul M.

Hello,

does anyone have either a User Function Library (or the source for
one) to create a CRC32 checksum for a given string? I want to use the
function in a crystal formula thus:

formula = CRC32("123456789")

This would then display on the report the CRC32 checksum for "123456789".

Cheers
Paul
 
H

Herfried K. Wagner [MVP]

* "Paul M. said:
does anyone have either a User Function Library (or the source for
one) to create a CRC32 checksum for a given string? I want to use the
function in a crystal formula thus:

formula = CRC32("123456789")

This would then display on the report the CRC32 checksum for "123456789".

<http://vbaccelerator.com/article.asp?id=930>

Please only include relevant groups in the "Newsgroups" field in future!
 
D

Dick Grier

Hi,

What CRC do you want? I have source code on my homepage that calculates the
CRC32 used for PKZip and Zmodem. However, there are other variations. It
works fine in .NET.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
P

Paul M.

Hi Dick
thanks for replying I am after the (prefer VB) source code for a
Crystal User Function Library that implements the CRC32 checksum algorithm.
I think its a standard used in many places such as pkzip, data transmission.

Cheers
Paul
 
X

XXXXXXXXXXXXXXXXXXXXXXXXXNo longer subscribing sea

CRC 54 User 29k

Paul M. said:
Hi Dick
thanks for replying I am after the (prefer VB) source code for a
Crystal User Function Library that implements the CRC32 checksum algorithm.
I think its a standard used in many places such as pkzip, data transmission.

Cheers
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top