C Code CRC Conversion

Completed Posted Mar 25, 2003 Paid on delivery
Completed Paid on delivery

I'm looking to have the following C Code (CRC Check) converted to VB... // initialize the CRC16 table extern void InitCRC16( void ) { int i, j ; WORD crc ; for ( i = 0 ; i < 256 ; i += 1 ) { for ( crc = i << 8, j = 0 ; j < 8 ; j += 1 ) crc = ( crc << 1 ) ^ ( ( crc & 0x8000 ) ? 0x1021 : 0 ) ; CRC16Table[ i ] = crc ; } } // calculate the CRC of a string pointed at by p extern WORD CalcCRC16( char * p ) { WORD CRC ; for ( CRC = 0xFFFF ; *p != 0 ; p++ ) // for all chars of a string CRC = CRC16Table[ ( ( CRC >> 8 ) & 255 ) ] ^ ( CRC << 8 ) ^ *p ; return CRC ; }

## Deliverables

1) Complete source code of all work done. 2) Complete ownership and distribution copyrights to all work purchased.

## Platform

Windows 9x and higher.

C Programming Engineering MySQL PHP Software Architecture Software Testing Visual Basic

Project ID: #2919110

About the project

5 proposals Remote project Active Mar 25, 2003

Awarded to:

sawamu

See private message.

$2 USD in 14 days
(215 Reviews)
5.9

5 freelancers are bidding on average $19 for this job

miguelkhouri

See private message.

$25.5 USD in 14 days
(75 Reviews)
7.4
DenKar

See private message.

$38.25 USD in 14 days
(94 Reviews)
6.5
emesevw

See private message.

$6.8 USD in 14 days
(111 Reviews)
4.4
mihirsolanki

See private message.

$21.25 USD in 14 days
(10 Reviews)
1.2