RE: Windows CE (VC-CE) Compilation problem !

2013-07-22 Thread Bankapur, Balaji (GE Healthcare)
Hello Martin, Currently I am in a process of compiling openssl-1.0.1e on Win CE 6.0. using visual studio 2005 I too got the same errors. Try the following to resolve your errors. Error: .\crypto\bio\b_sock.c(195) : error C2220: warning treated as error - no 'object' file generated .\c

Re: Windows CE (VC-CE) Compilation problem !

2013-07-22 Thread Pierre DELAAGE
Hello, Yes, I did compile successfully openssl on WCE 5 / WM 6. Check this page in openssl rt system : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly check the 2012 contribution. Check also the full record of some discussion between me and Andy Polyakov he

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Geoffrey Coram
I have compiled up to 0.9.8x for Windows CE, using MS Visual C++ 6.0. (The site you mentioned was working with 0.9.8k, I think.) I was unable to compile 1.0.1 for WCE, as I recall I had some issues with FIPS, and I did not spend the time to resolve it. I start with this: perl Configure no-rc5 n

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Pierre DELAAGE
Hello, To be more precise : on that page you can find a patch to compile V1.0.2 without FIPS on WCE : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly check the 2012 contribution. On my own page http://delaage.pierre.free.fr/ you will find details for the com

RE: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Martin Beaudet
3 08:54 To: openssl-users@openssl.org Cc: Geoffrey Coram Subject: Re: Windows CE (VC-CE) Compilation problem ! Hello, To be more precise : on that page you can find a patch to compile V1.0.2 without FIPS on WCE : http://rt.openssl.org/index.html?q=2350 (user guest / password guest). Particularly chec

Re: Windows CE (VC-CE) Compilation problem !

2013-07-23 Thread Pierre DELAAGE
GE Sent: 23 juillet 2013 08:54 To: openssl-users@openssl.org Cc: Geoffrey Coram Subject: Re: Windows CE (VC-CE) Compilation problem ! Hello, To be more precise : on that page you can find a patch to compile V1.0.2 without FIPS on WCE : http://rt.openssl.org/index.html?q=2350 (user guest / password

Re: Windows CE (VC-CE) Compilation problem !

2014-04-28 Thread karan.reddy
Hi, I am very new to Openssl. My aim is to compile openssl for WINCE 6.0 OS. After spending lot of time on google , i found procedure to build openssl for WINCE 6.0. But my attempt to build the wcecompat WINCE runtime libraries is unsuccessful. Below is my environment Host Platform : WINDOWS 7 Vi

Re: Windows CE (VC-CE) Compilation problem !

2014-04-30 Thread Geoffrey Coram
I use wcecompat with OpenSSL for WinCE 2.11; I haven't tried building for a later version of WinCE, and I use an older compiler. There's some basic problem with your build; it looks like something as basic as using a C compiler to compile C++ and getting tripped up on new syntax. Are you able

Re: Windows CE (VC-CE) Compilation problem !

2014-05-02 Thread Pierre DELAAGE
Hello, I recommend you have a look at here, where I compiled 1.0.0a. http://delaage.pierre.free.fr/ There is a lot of compilation issues to compile for WCE. I am NOT using VC compiler, but a free compiler for WCE from MS, called EVC. Basically, compilations options are very similar to ones for

Re: Windows CE (VC-CE) Compilation problem !

2014-05-03 Thread karan.reddy
Thanks for your suggestions. I missed a basic step to set the INCLUDE path which points to VS header files and Windows Embedded Compact SDK. This was not mentioned in the blog which i followed. I was able to successfully compile openssl for WINCE 6.0 as well as WEC7. Thanks all. -- View this me

Re: Windows CE (VC-CE) Compilation problem !

2014-05-15 Thread RaviVyas
Hello, Please Give The Basic Steps To Build OPENSSL in WIN CE 6.0. All Steps From Starts To END. I already Performed Steps Which are Mentioned in INSTALL.WCE Text File. Didnt Successed. -- View this message in context: http://openssl.6102.n7.nabble.com/Windows-CE-VC-CE-Compilation-problem-tp459

Re: Windows CE (VC-CE) Compilation problem !

2014-05-15 Thread Pierre DELAAGE
Hello, I did the job many times, last with openssl V100a and V102, using MS EVC compiler instead of Visual Studio. You will find instructions here (from start to end, but it is a long process anyway, and you have to be very careful in modifying various files and scripts...): http://delaage.

Re: Windows CE (VC-CE) Compilation problem !

2014-05-28 Thread J@yNe$|-|
hello sir, i have compiled my all libs(wcecompat.lib , wcecompatex.lib, sslebey.lib, libeay32.lib). now i did not know how to use this libs in my windows ce 6 aplication. i am trying to create static lib in windows ce 6. so help me out. Thank you -- View this message in context: http://openss

Re: Windows CE (VC-CE) Compilation problem !

2014-06-05 Thread J@yNe$|-|
hello karan, i am built wcecompat but when i try to compile openssl i can not compiled it. so can you gave me the steps for compiling openssl. and if you don't mind then gave me the step to compile wcecompat as well so i check my compiled libs have any problem or not. so please help me out because