Re: OpenSSL with Managed C++

2011-01-31 Thread William A. Rowe Jr.
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 Micros

Re: OpenSSL with Managed C++

2011-01-31 Thread Lee Fisher
Can we use OpenSSL lib with Managed C++? Thanks. http://openssl-net.sourceforge.net/ __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.o

Re: OpenSSL with Managed C++

2011-01-31 Thread John R Pierce
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.

OpenSSL with Managed C++

2011-01-31 Thread Harshvir Sidhu
Hi, Can we use OpenSSL lib with Managed C++? Thanks. // Harshvir