I believe the error that you are recieving from Button 2 may be caused by the double delete of a pointer. See the wiki docs on pipelining at "http://www.cryptopp.com/wiki/Pipelining", look under the header "Ownership".
On Wednesday, January 7, 2015 at 3:21:38 PM UTC-5, Hubao Zhang wrote: > > * I have two buttons in a MFC dialog box to test the AES encryption and > cannot figure out what is wrong. * > > *Button 1:* > *Not all encryptions are not correct.* > > *Button 2:* > *All encryptions are correct. There is an error message after everything > is done.* > > HEAP[TestCryptApp.exe]: Invalid address specified to RtlValidateHeap( > 00800000, 00AF17D8 ) > > TestCryptApp.exe has triggered a breakpoint. > > > -- -- 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 Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
