In order to acquire the CriptLib and import it into your project, you just have to follow those steps :
- Open the project’s repository available at: https://github.com/Nintersoft/CriptLib/
- Clone the whole project (Link to repository archive master).
- Copy the header and the static link file of the project to your repository’s root ("CriptLib.h" and "CriptLib.lib", respectively).
- Include the dependencies
#include "CriptLib.h"
. - Compile the project.
- If the previous step runs successfully, you will just have to copy the "CriptLib.dll" file to the root of the executable’s directory.
- Execute your project.
NOTICE OF END OF SUPPORT
Should any error occur, unfortunately, there is nothing we can do, since this project have not been updated for a long time and due to the fact that we will not offer support to it anymore.