about the win ce platform access. all win ce (pocket pc, windows mobile) development enviroment (eg. eMbedded Visual C++) can be downloaded from ms for free (which is not usual from ms:-) at the same time you can download "Emulator Images for Windows Mobile 2003 Second Edition software for Pocket PC" so you can compile with eVC++ on win32 for CE and you can also test it on win32 with the pocket pc emulator.

I've tried to install this once, but all attempts to run emulator resulted in system lock-up [first network went off, then system got slower and slower beyond frustration limit and I was ending up pulling the power plug]. Would I trouble-shoot to get it working? No way, I simply don't have the energy, burden is heavy enough already... I mean general availabilty doesn't necessarily means that some of team members actually have it and actively use it in development cycle.

-#if ... !defined(OPENSSL_SYS_WINCE)
+#if ... !defined(OPENSSL_SYS_WINCE) && !defined(PPC2003)

... and similar in different flavors in a lot of other places. Why not define OPENSSL_SYS_WINCE at command line or by some other means instead?

it's a bit more complicated since not all wince is ppc2003, but all ppc2003 is wince:-)

??? This is kind of my argument. I mean if all ppc2003 are wince, how come more generic CE-specific macro is not good for them? I fail to see how it's complicated... Always consider larger picture! A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to