To correct the following error: Linking... littleRSA.obj : error LNK2001: unresolved external symbol "class CryptoPP::RandomPool & __cdecl GlobalRNG(void)" (?GlobalRNG@@[EMAIL PROTECTED]@@XZ)
You are missing the function
CryptoPP::RandomPool & GlobalRNG(void)
{
static CryptoPP::RandomPool randomPool;
return randomPool;
}
--
Whatever you Wanadoo:
http://www.wanadoo.co.uk/time/
This email has been checked for most known viruses - find out more at:
http://www.wanadoo.co.uk/help/id/7098.htm
