Re: base64Encoder Problems

2005-11-14 Thread Cornel Maftuleac
[EMAIL PROTECTED] wrote: In a message dated 11/11/2005 08:50:18 GMT Standard Time, [EMAIL PROTECTED] writes: CRYPTOPP_DLL Hi, thank you for the reply. Ok, i checked and it wasnt there like you said, i done exactly what you said adding CRYPTOPP_DLL just after class, and checked a few ot

Re: base64Encoder Problems

2005-11-11 Thread Murphy2856
In a message dated 11/11/2005 08:50:18 GMT Standard Time, [EMAIL PROTECTED] writes: CRYPTOPP_DLL Hi, thank you for the reply.   Ok, i checked and it wasnt there like you said, i done exactly what you said adding CRYPTOPP_DLL just after class, and checked a few other .h files to make sure i

Re: base64Encoder Problems

2005-11-11 Thread Cornel Maftuleac
[EMAIL PROTECTED] wrote: Yes, i am using namespace crytoPP, and because of this i am able to use all other functionality within crypto++, I currently do the following, though anyware i have base64encoder/decoder, i have to swap it for hexencoder/decoder for it to work. I do the following:

Re: base64Encoder Problems

2005-11-10 Thread Murphy2856
Yes, i am using namespace crytoPP, and because of this i am able to use all other functionality within crypto++,   I currently do the following, though anyware i have base64encoder/decoder, i have to swap it for hexencoder/decoder for it to work.   I do the following:   Generate RSA Keys Encry

RE: base64Encoder Problems

2005-11-10 Thread Bill Shanahan
Title: Message   using namespace CryptoPP; ? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 2:55 PMTo: cryptopp-list@eskimo.comSubject: base64Encoder Problems Hi list.   I have downloaded the crypto++ latest

base64Encoder Problems

2005-11-10 Thread Murphy2856
Hi list.   I have downloaded the crypto++ latest release of 5.2.3    I am using Visual c++.Net  2003 stnd, and i have managed to fully compile it successfuly. also, the tests run fine fine.     I am using the crypto++ in my own apps successfuly, apart from one problem.   ANYTIME i use Base64E