Oops, forgot to include some critical information. I'm using VC7 running on Windows XP, not using any .NET features (MFC app). I'm compiling in Debug mode, so no optimization should be in effect. My machine is a P-4/1700, 1280MB of RAM.
Thanks in advance to anyone who can help me determine how to correct my usage of the library. Rick ----- Original Message ----- From: "Rickey Braddam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 8:38 AM Subject: Link Errors > I hope one of you can help me with this, if it isn't too much trouble. > > I'm getting 16 "unresolved external symbol" linker errors > concerning BufferedTransformation and std::string. I'm using > std::string in StringSource and StringSink like so: > > StreamTransformationFilter encrypter(encryption, new StringSink(cyphertxt)); > encrypter.Put((byte*)rxmsg.c_str(), rxmsg.length(), false); > > I've attached two text files, one is the .h header file I made to > make it easy to include all the classes I'm using. The other is a > list of the errors I'm getting. > > It looks like both StringSink and StringSource do not define the > Channel... functions declared in BufferTransformation. Am I > interpreting that correctly? > > Do I need to add more headers to my list in crpp.h? Should I > implement dummy functions for the ones I get the link errors on? > > Rick >
