Re: Multiple definitions

2016-10-20 Thread Abderrahim HAJJI SOUALFI
When i include the cryptopp folder to my project => Multiple errors definitions. Those errors are genereted when the makefile try to generate .exe file : When i *don'

Re: Multiple definitions

2016-10-18 Thread Jeffrey Walton
On Tuesday, October 18, 2016 at 7:49:47 AM UTC-4, Abderrahim HAJJI SOUALFI wrote: > > I took the example from Stackoverflow website (4 years ago) : > http://stackoverflow.com/questions/12306956/example-of-aes-using-crypto >

Re: Multiple definitions

2016-10-18 Thread Abderrahim HAJJI SOUALFI
I took the example from Stackoverflow website (4 years ago) : http://stackoverflow.com/questions/12306956/example-of-aes-using-crypto

Re: Multiple definitions

2016-10-18 Thread Abderrahim HAJJI SOUALFI
I took the example from Stackoverflow website : http://stackoverflow.com/questions/12306956/example-of-aes-using-crypto Shoud i include more header files or ? Thanks in advance. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe,

Multiple definitions

2016-10-15 Thread Abderrahim HAJJI SOUALFI
Hi. I want to test an AES implementation. When i build (GCC C++ Compiler) the cryptopp library folder => no errors. When i build my project (linked to cryptopp library) example (Driver.cpp) => errors (defined for the first time & multiple definitions) : <https://lh3.googleus