Hi Everyone,
I'm trying to use crypto++ I have found a binary that's compiled using msvc 2005 http://sourceforge.net/projects/cryptopp/files/cryptopp/cryptopp530win32win6 4/cryptopp530win32win64.zip/download However I'm not sure how I can interface it with .NET C#. I know I can't add it as a reference and I need to create a wrapper class. But surely there're easier ways to do this than manually creating all the functions. Has anyone used SWIG http://sourceforge.net/projects/swig/ or any other tools to do this. Thank you, Tom
