Problem solved and linked fine by also including "strciphr.cpp" and 
removing the "strciphr.cpp" from modules list.... bah templates..

What I mean is, I included a *.cpp file along with *.h files:

#include "aes.h"
#include "osrng.h"
#include "modes.h"
#include "strciphr.cpp"  // <-- this one...

using namespace CryptoPP;


Is it possible to redesign the contents of strciphr.cpp for Crypto++ 
library designers to move the template implementations to strciphr.h ? It's 
rather awkward to include a cpp file. 

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to