Show/Hide Toolbars

Licence Protector 5

 

Name

GetCRC32                                                                                              

Purpose

Calculate CRC32 checksums for the LicProtector.dll and any other file.

Params

Parameter

Type

Example

Note

Filename

String

C:\temp\myfile.exe

Absolute path to the file that has to be calculated.

My be empty for testing the LicProtector.dll.

Returncode

Returncode

Type String

Note

Hex

CRC32 checksum as hex-string

Usage

E.g. to check whether a file was manipulated

Sample

 

  sCRC32 := lic.GetCRC32(‘c:\temp\myapp.txt’);

  << in sCRC32 is now the checksum as hex-string >>

  ...

See also