Hi Frank, It appears to be a namespace issue.
Are you doing the following? using namespace std; If so, get rid of it. Use either std:: or CryptoPP:: When using the library: CryptoPP::MD5::DIGEST_SIZE or std::istream etc. Jeff Quoting Frank Zhang <[EMAIL PROTECTED]>: > hi, > > when I compile a VC++ project with VS.NET 2003 and Crypto++5.2.1, an error > occured as follow, > > c:\Program Files\Microsoft Visual Studio .NET > 2003\Vc7\PlatformSDK\Include\DbgHelp.h(73) : error C2872: 'BOOLEAN' : > ambiguous symbol > could be 'c:\Program Files\Microsoft Visual Studio .NET > 2003\Vc7\PlatformSDK\Include\WinNT.h(764) : BYTE BOOLEAN' > or 'c:\eMule\crypto51\asn.h(12) : CryptoPP::ASNTag BOOLEAN' > > could you tell me how to solve this problem and why ? > > regards, > > _________________________________________________________________ > Dont just search. Find. Check out the new MSN Search! > http://search.msn.click-url.com/go/onm00200636ave/direct/01/ > ___________________________________________________________ This mail sent using ToadMail -- Web based e-mail @ ToadNet
