I am writing a Managed C++ wrapper around Crypto++ V552 in VS2008. My
wrapper is exposing the MD5 and RC2 algorithms.  I am compiling Crypto+
+ to a lib and statically linking it to my wrapper.

When I include RC2.h I get C4793 warnings (aligned data types not
supported in managed code) in the secblock.h include lines:
282
284
458

I have tested the code and all seems well, but before I pragma the
warning away I wanted to see if anyone has seen this before or did I
managed to not fall into the pit of success.

Thanks

KB







--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to