Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Successful porting on Window CE Done
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ugo Chirico  
View profile  
 More options Dec 14 2007, 9:05 am
From: Ugo Chirico <uchir...@gmail.com>
Date: Fri, 14 Dec 2007 06:05:55 -0800 (PST)
Local: Fri, Dec 14 2007 9:05 am
Subject: Successful porting on Window CE Done
Hello folks,

I successfully ported Crypto++ 5.5.2 on Windows CE and specifically on
Windows Mobile Smartphone 2005 and Windows Mobile Pocket PC 2005. The
porting on earlier platforms is really very easy.

I just sent the patched files to Mr. Wey Dai which will probably add
the patch in the next release.

For more info about that contact me from my web site:

http://www.ugosweb.com

Regards,

Ugo Chirico
http://www.ugosweb.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ugo Chirico  
View profile  
 More options Jan 2 2008, 7:38 pm
From: Ugo Chirico <uchir...@gmail.com>
Date: Wed, 2 Jan 2008 16:38:11 -0800 (PST)
Local: Wed, Jan 2 2008 7:38 pm
Subject: Re: Successful porting on Window CE Done
Hello,

Waiting for the official release in one of the next versions of Crypto+
+ and answering to several requests I received in the past days, I
thought to publish the patch for Windows Mobile 2005.

Mainly I added a .vcproj file for Visual Studio 2005 which allows
compiling as dll or as static library, for Windows Mobile Smartphone
2005 and Windows Mobile Pocket PC 2005 (compiling for earlier
platforms is also really very very simple).
X86 asm must be disabled therefore the compilation must be performed
setting the macro CRYPTOPP_DISABLE_X86ASM.
The other changes mainly concerns what WinCE supports.
I used the macro WINCE set by the compiler and I added a new macro
CRYPTOPP_WINCE_AVAILABLE which is used with almost the same meaning as
CRYPTOPP_WIN32_AVAILABLE.
Finally the system functions time and clock are not available in WinCE
so I added an 'ad hoc' implementation for WinCE. The only dubt I have
concerns the intrinsic functions _rotl8 _rotl16 _rotr8 _rotr16. WinCE
supports only _rotl and _rotr therefore I refefined the formers as the
latters. I think it would work.

To compile Crypto++ 5.5.2 for windows mobile 2005 you must:
1) download Crypto++ 5.5.2 from www.cryptopp.com
2) download the patch for WM 2005 from http://www.ugosweb.com/cryptopp.aspx
3) copy the files contained in the patch in the folder where you have
Crypto++ 5.5.2
4) open the file cryptppwm.vcproj from Visual Studio 2005.

Regards,

Ugo Chirico
http://www.ugosweb.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ugo Chirico  
View profile  
 More options Feb 12 2008, 8:57 am
From: Ugo Chirico <uchir...@gmail.com>
Date: Tue, 12 Feb 2008 05:57:14 -0800 (PST)
Local: Tues, Feb 12 2008 8:57 am
Subject: Re: Successful porting on Window CE Done
Hi all again,

I made some little changes on my patch for Windows Mobile 2005.
Mainly such changes are related to random number generation and
CryptoAPI support on Windows CE

The new patch is available at the following url:

http://www.ugosweb.com/cryptopp.aspx

Regards,

Ugo Chirico
http://www.ugosweb.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »