my suggestion is one of these 1. if you need a small subset of the functions write a P/Invoke or MC++ wrapper for the functions you need. 2. If you need to use a large subset of it, recompile it using MC++ with appropriate exposure to functions you need using MC++
On 8 October 2011 16:28, Tom Gao <[email protected]> wrote: > 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/cryptopp530win32win64/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**** > -- regards, Preet, Overlooking the Ocean, Auckland
