On Thursday, November 19, 2015 at 10:22:31 PM UTC-5, MoonWalker wrote:
>
> I was wondering if someone had some luck to build Cryptopp lib on VS2015 
> targeting ARM?  I tried to compile cryptlib only and there are several 
> issues.
>

Lol...

I have some scripts to build for the Windows Phone and Windows RT platforms 
somewhere. Maybe it would be a good time to post them to the wiki with a 
tutorial... In the meantime, email me off-list. I will email them to you.

You have to use -DNO_OS_DEPENDENCE, which removes things like sockets. It 
also abandons the auto seeded generators because it takes away 
CryptGenRandom. You will also need an entropy gatherer so you can seed 
generators (since the auto seeded gear is gone). I have them for Android 
and iOS, but not Windows Phone or Windows RT.

Jeff


-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to