The breakpoint is on this line in cryptlib.cpp:

const std::string BufferedTransformation::NULL_CHANNEL;

On Aug 11, 8:51 am, Andy <[EMAIL PROTECTED]> wrote:
> Jeff, thanks for your reply.
>
> So I got Crypto++ to link and compile with my code, which is great!
> However, I have run into another problem.... I am getting a "Debug
> Assertion Failed!" error. It says the file is f:\\dd\vctools\crt_bld
> \self_x86\crt\src\dbgheap.c and the expression is
> _CrtIsValideHeapPointer(pUserData). I've been googling this, but
> haven't come up with anything... any thoughts on that?? Thanks for
> your help!
>
> -Andy
>
> On Aug 8, 2:31 pm, "Jeffrey Walton" <[EMAIL PROTECTED]> wrote:
>
> > 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