The cryptlib*.lib  *file is the static library, and you create it yourself
using the crypto++ source code.   The you statically link your own code
against this library in order to use the crypto++ features (of course, the
other option is to use the DLL).

This tutorial, although oudated, it's very complete:
http://www.codeproject.com/Articles/16388/Compiling-and-Integrating-Crypto-into-the-Microsof
 See some discussion about v 5.6.1 at the end of it.

http://stackoverflow.com/questions/6619042/how-do-i-install-crypto-in-visual-studio-2010-windows-7

Also, the Crypto++ wiki contains many examples. Hope this helps.

Walt.


On Thu, Jun 28, 2012 at 6:09 PM, <[email protected]> wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/cryptopp-users/topics
>
>    - .lib file <#13835c98ca60fbf3_group_thread_0> [1 Update]
>
>   .lib file<http://groups.google.com/group/cryptopp-users/t/cbc13cc9b2400d5>
>
>    Randy <[email protected]> Jun 28 01:39PM -0700
>
>    I just downloaded crypto++ library (5.6.1) and am trying to install it
>    with
>    code::blocks on a Windows 7 64-bit machine. According to my
>    code::blocks
>    instructions, I need to link to a .lib file. However, when I look for
>    such
>    a file among the folders that were downloaded, no such file exists.
>    Does
>    anybody know how to get code::blocks to recognize this library or
>    where I
>    can find a .lib file for crypto++.
>
>    Thanks.
>
>
>
>  You received this message because you are subscribed to the Google Group
> cryptopp-users.
> You can post via email <[email protected]>.
> To unsubscribe from this group, 
> send<[email protected]>an empty message.
> For more options, 
> visit<http://groups.google.com/group/cryptopp-users/topics>this group.
>
> --
> You received this message because you are subscribed to the "Crypto++
> Users" Google Group.
> To unsubscribe, send an email to
> [email protected].
> More information about Crypto++ and this group is available at
> http://www.cryptopp.com.
>

-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.

Reply via email to