Can openssl-0.9.8e be compiled and used under microsoft windows?

2007-03-08 Thread 李平
Hi, I'm learning OpenSSL. Now, I have some questions about OpenSSL that is: 1. Can I compile openssl-0.9.8e directly under microsoft windows VC++ environment? How to do that? 2. Can I use openssl under microsoft windows mobile OS? Thank you very

RE: Can openssl-0.9.8e be compiled and used under microsoft windows?

2007-03-09 Thread LiPing
On Fri, 9 Mar 2007 11:14:39 +0300, Victor B. Wagner wrote: > You can also compile with mingw32 and then use DLLs and import> libraries, > created with mingw with Visual studio.> > 2. Can I use openssl under > microsoft windows mobile OS? > > Read the file INSTALL.WCE which is included > into Op

Re: Can openssl-0.9.8e be compiled and used under microsoft windows?

2007-03-09 Thread Geoffrey Coram
On 03/09/2007 04:19, LiPing <[EMAIL PROTECTED]> wrote: > Building OpenSSL for Windows CE requires the following external > tools: > * Microsoft eMbedded Visual C++ 3.0 * wcecompat compatibility > library (www.essemer.com.au) * Optionally ceutils for running > automated tests (www.essemer.com.a

Re: Can openssl-0.9.8e be compiled and used under microsoft windows?

2007-03-09 Thread Geoffrey Coram
So, I have successfully compiled 0.9.8d under Windows CE 2.11 for ARM, MIPS, and SH4 (haven't tried SH3). I'm using them for nPOP/nPOPuk, and e-mail client, so I configured it this way: perl Configure no-rc5 no-idea no-ec VC-CE I would like to make these available for other users, but it seems

Re: Can openssl-0.9.8e be compiled and used under microsoft windows?

2007-03-09 Thread Park Lee
On March 10, 2007 5:31:28 AM, Geoffrey Coram wrote: >On 03/09/2007 04:19, LiPing <[EMAIL PROTECTED]> wrote: >> Building OpenSSL for Windows CE requires the following external >> tools: >> * Microsoft eMbedded Visual C++ 3.0 * wcecompat compatibility >> library (www.essemer.com.au) * Optionall