sc14n
3.1.0
|
An interface to diSc14n.dll
for C++ programmers using STL (C++11 or above).Requires SC14N
to be installed on your system, available from https://www.cryptosys.net/sc14n/. In particular that diSc14n.dll
is in your library path.
Required files to compile in a C++ project:
You must link to diSc14n.lib
. In MSVC++ IDE, use Project > Properties > Linker > Input > Additional Dependencies
and add the full path to diSc14n.lib
. E.g.
Using the command-line with MSVC:
Using GCC (make sure the DLL has been compiled for target X64):