| FastCRC Library |
|
FastCRC Library Installation
The fastcrc.zip file you have downloaded, contains the following files:
| FastCRC.h | - include file |
| FastCRCS.lib | - LIB file for static linking to FastCRC Library |
| FastCRC.lib | - LIB file for dynamic linking to FastCRC Library |
| FastCRC.dll | - DLL file |
| FastCRC.tlb | - Type Library for FastCRC.dll |
| FastCRC.chm | - HTML help file for FastCRC Library |
| ReadMe.txt | - brief FastCRC Library description |
| Register.exe | - registration program for SlavaSoft products |
To install FastCRC Library, perform the following:
If you want to work with FastCRC Library through its Type Library, follow these steps:
Copy FastCRC.dll in one of the executable paths for your operating system, or for your application.
Copy FastCRC.tlb to any directory and add a reference to the FastCRC.tlb in your project(s).
If you want to work with FastCRC Library in C/C++, follow these steps:
Copy FastCRC.dll in one of the executable paths for your operating system, or for your application.
Copy FastCRC.h in the include path for your project(s), or in the include path specified in your compiler settings.
Copy FastCRC.lib and FastCRCS.lib in the library path for your project(s), or in the library path specified in your compiler settings.
Specify predefined symbols for your project:
Define _SL_STATIC if you want to link to FastCRCS.lib (for static linking to FastCRC Library).
Define _SL_NOFORCE_LIBS if you want to manually specify the necessary library for your project.
Notes.
Do not define any predefined symbols mentioned above if you want to link to FastCRC.lib (for dynamic linking to FastCRC Library).
Do define _SL_NOFORCE_LIBS if you use a compiler other than Microsoft Visual C++ (2.0 or later).
In addition to the previous steps, perform the following:
Copy the help files FastCRC.chm and ReadMe.txt in any directory where it will be easy for you to access them when FastCRC Library help will be needed.
Copy the registration program Register.exe in any directory where it will be easy for you to access it when you will need to register FastCRC Library.
Note. The trial version of FastCRC Library will cause a 10 seconds delay when running any application that uses it. To remove this delay you have to register the FastCRC Library.
FastCRC Library Overview | Useful Links | HashCalc
See Also How to register FastCRC Library
| Send Feedback to SlavaSoft Inc. | Tell a friend about FastCRC Library |