Randy | 28 Jun 2012 22:39
Picon

.lib file

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 "Crypto++ Users" Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscribe <at> googlegroups.com.
More information about Crypto++ and this group is available at http://www.cryptopp.com.
Jeffrey Walton | 1 Jul 2012 18:20
Picon

Re: .lib file


On Jun 28, 4:39 pm, Randy <randy.eastl... <at> gmail.com> wrote:
> 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++.
You have to build the library.

I'm not sure what Codeblocks on Windows looks like, so I can't suggest
how to build the library.

--

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

Randy | 9 Jul 2012 06:58
Picon

Re: .lib file

Thanks. After much googling, I finally understand the process. Seems stupid in hindsight, but we all gotta start somewhere.

On Sunday, July 1, 2012 10:20:56 AM UTC-6, Jeffrey Walton wrote:



On Jun 28, 4:39 pm, Randy <randy.eastl... <at> gmail.com> wrote:
> 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++.
You have to build the library.

I'm not sure what Codeblocks on Windows looks like, so I can't suggest
how to build the library.

--
You received this message because you are subscribed to the "Crypto++ Users" Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscribe <at> googlegroups.com.
More information about Crypto++ and this group is available at http://www.cryptopp.com.
Walter Villalba | 10 Jul 2012 03:30
Picon

Re: .lib file

Hi Randy,  I replied to your early post about this about ten days ago, but I did it via email (instead of a post using the Google Groups website) and the subject of the thread was changed, so you may have missed it.  I'm pasting my reply below in case it's still useful for you.


-------------------------------------

The cryptlib.lib  file is the static library, and you create it yourself using the crypto++ source code.   Then 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.


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

Walt.

On Sunday, July 8, 2012 9:58:55 PM UTC-7, Randy wrote:
Thanks. After much googling, I finally understand the process. Seems stupid in hindsight, but we all gotta start somewhere.

On Sunday, July 1, 2012 10:20:56 AM UTC-6, Jeffrey Walton wrote:


On Jun 28, 4:39 pm, Randy <randy.eastl... <at> gmail.com> wrote:
> 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++.
You have to build the library.

I'm not sure what Codeblocks on Windows looks like, so I can't suggest
how to build the library.

--
You received this message because you are subscribed to the "Crypto++ Users" Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscribe <at> googlegroups.com.
More information about Crypto++ and this group is available at http://www.cryptopp.com.
Randy | 10 Jul 2012 06:42
Picon

Re: .lib file

Thank you, Walter. I've been insanely busy, so I apologise for not replying to your email. I gave up on Visual Studio and went back to code::blocks, which I prefer anyway. I only started in VS because I couldn't figure out what to do in code::blocks. Now I understand the process (I think), but I still don't quite have the library installed.

If you don't mind, please take a look at my other post on this group where I have the results of my make process, which crashes for some reason.

Thanks again!
Randy

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

Gmane