Hi Andy, > _CrtIsValideHeapPointer(pUserData). I'd guess that you are inadvetently smashing some memory. Do you have a minimal sample to duplicate?
I'm going to assume this is not a MFC project. Also, I have no time with Windows Forms. So if an issue exists because of Windows Forms, expect me to overlook it. Jeff On 8/11/08, Andy <[EMAIL PROTECTED]> wrote: > > 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 > > > [ SNIP ] --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
