Re: OpenSSL 1.0.0a Build Error

2010-06-18 Thread Jakob Bohm
On 17-06-2010 23:40, Harshvir Sidhu wrote: Hey, I was trying to build the openssl library with the Visual Studio 2005 configurations for CE. I am getting bunch of errors, first it gave error for standart C string functions. I defined the macro _CRT_SECURE_NO_WARNINGS and it worked for

OpenSSL 1.0.0a Build Error

2010-06-17 Thread Harshvir Sidhu
Hey, I was trying to build the openssl library with the Visual Studio 2005 configurations for CE. I am getting bunch of errors, first it gave error for standart C string functions. I defined the macro _CRT_SECURE_NO_WARNINGS and it worked for that. Then i needed to define macro

Re: OpenSSL 1.0.0a Build Error

2010-06-17 Thread Ger Hobbelt
Without having checked, so caveat emptor: 0) answer final question: MSVC200x should do okay, generically speaking. 1) The @90 error reads as if a (IMO hacky) local LoadLibraryA prototype line mismatches with the official one; remove the one at 90 in the openssl source file dso_win32.c, I'd say.

Re: OpenSSL 1.0.0a Build Error

2010-06-17 Thread Harshvir Sidhu
Yeah i am doing the tweaking to go through errors, but my assumption was that its a released code, so it should build without any error. so i could be doing something wrong in terms of setting up environment, but i am following the steps from Install.wce file. On Thu, Jun 17, 2010 at 6:04 PM, Ger