Re: Newbie question: Compiling OpenSSL under VC++ 6.0

2000-09-25 Thread zhu qun-ying
In your VC installation, you should be able to found a batch file under C:\progra~1\micros~2\vc98\bin, it is named "vcvars32.bat", just run the batch file under your DOS prompt, it will setup all the environment for you. -- (~._.~) Öì Ⱥ Ó¢ (Qun-Ying) (65) 874-6743 ( O ) TrustCopy

Re: Newbie question: Compiling OpenSSL under VC++ 6.0

2000-09-25 Thread ApacheSSL
When you install vc, you forget to run VCVARS32.BAT, so nmake can not find some enviroment variable like INCLUDE, if you really a newbie about VC, I suggest you install VC again, and let vc run the batch file, else, you can run it every time you start dos prompt or set them to system variable man

Newbie question: Compiling OpenSSL under VC++ 6.0

2000-09-25 Thread Paul Baranowski
Please forgive this newbie question. I am trying to compile OpenSSL 0.9.5a (if I should upgrade to the newest let me know) under VC++ 6.0. I am new to both. I have read through all the documentation and looked at the mailing lists but I have not been able to figure everything out so far. I was