On 1/31/2011 1:07 PM, John R Pierce wrote: > On 01/31/11 10:55 AM, Harshvir Sidhu wrote: >> Hi, >> Can we use OpenSSL lib with Managed C++? Thanks.
> can you call native "C" style DLL's from this 'Managed C++' (whatever that > is) ? my > initial google of 'Managed C++' indicates its a Microsoft .NET thing that was > deprecated > circa 2005. The concepts of boxing and unboxing native calls from any .NET language into a C library have never changed. The syntax of C++.NET underwent all sorts of convolutions after 1.0, but the concepts are the same. To answer Harshvir, I haven't heard of anyone who coordinated all of the pinvoke stubs/headers you might need. Of course it's possible. Best of luck in your efforts, certainly google around for anyone who might have already tried, and document your efforts for the next one to attempt it :) ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org