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