Hi Andy,

> http://www.codeproject.com/KB/tips/CryptoPPIntegration.aspx...
> but I get a fatal error LNK1104: cannot open file 'cryptlibd.dynamic.lib'.
This sounds like a path problem.

I believe I placed copylib.cmd in the root of Crypto++. The script
copies the various libraries (cryptlibd.dynamic.lib,
cryptlib.dynamic.lib, cryptlibd.static.lib, cryptlib.static.lib) from
the $(OutDirectory) to the root of Crypto++.

You will also need to include "CryptlibInclude.h" in your project.

Jeff


On 8/8/08, Andy <[EMAIL PROTECTED]> wrote:
>
> Hello everyone,
>
> I am new to Crypto++ and have been asked by my project lead to come up
> with a little app to do some conversions using the Crypto++ libraries.
> He wants it to be in a Windows Form, and I must develop it in VC++
> 2008 express. I've gone through the tutorial at
> http://www.codeproject.com/KB/tips/CryptoPPIntegration.aspx, but I
> just cannot get Crypto++ working with the form project. I followed the
> directions for the VC++ 9.0 alternate configuration, which seems to
> almost work, but I get a fatal error LNK1104: cannot open file
> 'cryptlibd.dynamic.lib'. My project seems to have to be compiled with
> the /MDd option, but I'm not sure if thats where the conflict is.
>
> Does anyone have any tips on getting Crypto++ working in this
> environment?
>
> Thanks bunches...
>
> -Andy
> >
>

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