Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very big value for CRC32
Message
From
12/08/2011 08:34:39
 
 
To
12/08/2011 08:32:09
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01520761
Message ID:
01520819
Views:
33
>>A crc32 produces a 32 bit structure
>>
>>If the structure is an Integer32 its value is between -(2^31) and 2^31 - 1
>>
>>If the value is an unsigned integer32, its value is between 0 and 2^32 -1
>>
>>
>>You may want to look at your class and/or what you are doing with the value it returns
>
>I found it.
>

Good

>At one specific location, it was using the CRC32 VFP compliant class instead of the regular CRC32 class I always used. Once I adjusted, the CRC32 value calculated was OK. I adjusted the field in the table to Integer as well. The CRC32 VFP compliant class was also built for a specific location in the code, elsewhere, so to look at a CRC32 value which is in some file names. But, at that location, we do not store anything or compare anything with what is in the table.
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform