Software Discount Codes & Deals Available over 50,000, Savings to our Customers $
software discount coupon codes
Home > Development > Component & Library >  Subscribe
*USD$ is default, select other currencies at the order page
CRC32 COM Component Boxshot
  • CRC32 COM Component


    The com component will quickly generate a CRC32 checksum in hex or numeric.


  • Windows All| Version 1.04 | 15 sold
$29.95
Currently not available
100% Purchase Secure & 30 Days Money Back Guarantee!
Shipping:1. Sale for global. Send Register Code by E-mail (Free)
2. More shipping requirements, please see in order page.
Buy Now
Discount Info

Limited
This deal maybe time limited. Don't miss it out!
Promo Info
Other LicenseWe offer various licenses/editions for this product, as shown below:
LicensePrice
CRC32 COM ComponentGet It Now
CRC32 COM Component (Distribution)Get It Now
Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product. (1 is default)

Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com
If The Coupon Code Not Available
Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Reviews
Average user rating: Excellent (/5)
Your Rating:
Traction Software AwardsSoftcns Editor's Pick
Product Details
CRC32 COM Component Screenshot

CRC32 COM Component is for ASP, .NET, Cold Fusion, VB, PHP, VC++ and other languages.

The com component will quickly generate a CRC32 checksum from files or a text string in hex or numeric as the official polynomial used by CRC-32 in PKZip, WinZip and Ethernet.

Example .asp, .net, vb, php, coldfusion & vc++ code included

simple ASP example of usage:-

Set Obj = Server.CreateObject("CRC32COM.CRC.1")
dim crc
crc = Obj.getCRC("C:\yourfile.dat")
crc = Obj.getCRCFromString("Test string")

simple VC++ example of usage:-

CRC32COMLib::ICRCPtr *test = NULL;
struct __declspec(uuid("{CFA74BB7-DC31-4434-ADE6-D7D7BFBB3180}")) IClass;
test = new CRC32COMLib::ICRCPtr( __uuidof(IClass) );
(*test)->numeric = false;
CString crcfile = (char *)(_bstr_t)(*test)->getCRC((char *)(_bstr_t)"c:\\yourfile.dat");

simple VB example of usage:-

Dim obj As CRC32COMLib.CRC
Set obj = New CRC32COMLib.CRC
obj.Numeric = False
dim crc
crc = obj.getCRC("C:\yourfile.dat")

simple ASP .NET using C# example of usage:-

CRC32Com.CRC crc = new CRC32Com.CRC();
lblFile.Text = "C:\yourfile.dat";
lblMessage.Text = crc.getCRC(lblFile.Text)

simple ColdFusion example of usage:-

<cfobject action = "Create" type = "COM" class = CRC32COM.CRC name = "Obj">
<cfoutput>
Filename: "C:\yourfile.dat" : CRC32 : #Obj.getCRC( "C:\yourfile.dat" )#
String: "Test String" : CRC32 Hex: #Obj.getCRCFromString("Test String")#
</cfoutput>

simple PHP example of usage:-

$Obj = new COM("CRC32COM.CRC");
$filename = "C:\\Inetpub\\wwwroot\\CRC32\\Examples\\2pages.pdf";
$crc = $Obj->getCRC($filename);
$str = "Test string";
$crcstr = $Obj->getCRCFromString($str);

Main Features
1. Supports Windows 95, 98, ME, NT4, Windows 2000 (NT5), XP, Vista, 2003, Windows 7 & 2008.
2. Generates CRC32 Checksum in hex on files and text strings
3. Optional numeric output
4. Full installer
5. Written in VC++ for ultimate speed
6. Example ASP, .NET, VB, PHP, ColdFusion & VC++ Sample code included.

More Coupon Codes & Deals from Traction Software
Share the CRC32 COM Component Coupon code with everyone.
  
Sitemap - Submit Software - Contact / Help - Free Advertise
About | Copyright ©2006-2013 SoftCns.com, All Rights Reserved. | Privacy Policy & Terms of Use