Home All Groups Group Topic Archive Search About
Author
28 Aug 2006 5:20 PM
Dudule
Hello,
I am looking for a VB.NET routine (code reuse) to calculate a CRC32.
Many thanks for your help.

Author
28 Aug 2006 5:30 PM
Mike Lowery
"Dudule" <n***@niconnu.com> wrote in message
news:44f325db$0$17153$626a54ce@news.free.fr...
> Hello,
> I am looking for a VB.NET routine (code reuse) to calculate a CRC32.
> Many thanks for your help.

You could probably write your own by starting here:
http://en.wikipedia.org/wiki/Crc32
Author
28 Aug 2006 6:42 PM
Dick Grier
Hi,

There are many variations on CRC32 (two or three are popular, but many
others are in use "somewhere").  You need to specify what algorithm is being
used.  For example the CCITT CRC32 (probably) is the most popular.

I have source code examples for two variations in my book (see below), but
perhaps this will suit your needs:
http://www.vbaccelerator.com/home/NET/Code/Libraries/CRC32/article.asp

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
Author
30 Aug 2006 9:15 AM
Dudule
Many thanks Dick, very good job.
Regards

"Dick Grier" <dick_grierNOSPAM@.msn.com> a écrit dans le message de news:
%23ml11GtyGHA.2***@TK2MSFTNGP06.phx.gbl...
Show quoteHide quote
> Hi,
>
> There are many variations on CRC32 (two or three are popular, but many
> others are in use "somewhere").  You need to specify what algorithm is
> being used.  For example the CCITT CRC32 (probably) is the most popular.
>
> I have source code examples for two variations in my book (see below), but
> perhaps this will suit your needs:
> http://www.vbaccelerator.com/home/NET/Code/Libraries/CRC32/article.asp
>
> Dick
>
> --
> Richard Grier, MVP
> Hard & Software
> Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
> Edition,
> ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
> 2006.
> See www.hardandsoftware.net for details and contact information.
>