Re: installing,compiling openssl for usage in VC ++ 6

2001-12-10 Thread RTCYB
Yes thank you all,i'm on the way already to get some glasses ;) __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: installing,compiling openssl for usage in VC ++ 6

2001-12-10 Thread Dr S N Henson
[EMAIL PROTECTED] wrote: > > thanks for all the help everybody,but now i'll get path errors,i will download >somewhere the libs i don't have the time to play around with perl and ... > That is what i get if i call do_ms > > "C:\Encyrypting\openSSL\toolkit\openssl-engine-0.9.6b\ms>perl util\mkde

RE: installing,compiling openssl for usage in VC ++ 6

2001-12-10 Thread Tat Sing Kong
Here's what I did: from openssl dir: perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak then nmake -f ms\ntdll.mak If you look in ms\README, it tells you this; in a kind of cryptic-around-the-houses type way. Tat. > thanks for all the help everybody,but now i'll get path errors,i > will download

Re: installing,compiling openssl for usage in VC ++ 6

2001-12-10 Thread RTCYB
thanks for all the help everybody,but now i'll get path errors,i will download somewhere the libs i don't have the time to play around with perl and ... That is what i get if i call do_ms "C:\Encyrypting\openSSL\toolkit\openssl-engine-0.9.6b\ms>perl util\mkdef.pl 32 ssleay 1>ms\ssleay32.def Th

Re: installing,compiling openssl for usage in VC ++ 6

2001-12-08 Thread Gregory Stark
Larry, You're correct, all you would normally need is the libraries and the headers to develop your own projects. However, the OpenSSL project does not provide already-built binaries, so you have to build your own. The build process is a bit complex, as it is for almost any project such