Hey, that was quick! Thanks, Wei. Actually, I was using the wrong form of Put in my call to the StreamCipherFilter... I went backwards through the call stack and kept coming up with BlockTransformation.Put instead of the one for StringSource... then I saw that the one for StringSource only took two arguments, and I was sending false for a third parameter ala 4.2 syntax...
Now I have other problems moving from 4.2 to 5.0 and from VC6 to VC7 at the same time. I probably should have done only one at a time. So thanks for your reply and your analysis was right on target. Rick ----- Original Message ----- From: "Wei Dai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 5:08 PM Subject: Re: Link Errors > It looks like you have some code that was compiled with Crypto++ 4.2 > headers, and the linker is trying to find some functions that have > different signatures in Crypto++ 5.0. You should figure out if you > still have old headers lingering around in your system, or if some of your > files are not being rebuilt.
