Are you using either "CryptoPP::CFB_Mode", or "using namespace CryptoPP"? You also need to #include "modes.h" to use CFB_Mode.
On Thu, Feb 13, 2003 at 02:42:50PM +0100, Szymon Guz wrote: > Hi, > I try to make a projekt with Crypto++ 5.0 but I still have the same > problem. When I try to compile it I get 25 errors and 8 warnings like > this: > > Creating library... > --------------------Configuration: P1 - Win32 Debug-------------------- > Compiling... > Functions.cpp > e:\szymon\cpiherme\zadanie1\project1\p1\functions.cpp(73) : error C2065: > 'CFB_Mode' : undeclared identifier > > In the file Functions.cpp I've got some functions that use DES from > Crypto++. It seems that the file des.h isn't included, but I have no idea > what to do. > I compiled cryptest.dsw and included cryptlib into my project as dependend > project. > In Functions.cpp I ve got > #include "Functions.h" > and in Functions.cpp I've got > #include "../crypto/des.h" > > well, could anyone help me, please... > > My compiler is VC 6.0, Win98; > > Simon
