Hi,

I'm trying to use cryptopp in my school project. But i'm having the
linking errors. cryptest.exe v is working fine. the benchmark is
working fine. But i cannot compile my application.
I'm receiving these kind of errors (a lot of them):

exo2.cpp:
(.text._ZNK8CryptoPP14SourceTemplateINS_11StringStoreEE15SourceExhaustedEv[CryptoPP::SourceTemplate<CryptoPP::StringStore>::SourceExhausted()
const]+0x10): undefined reference to
`CryptoPP::BufferedTransformation::AnyRetrievable() const'

exo2.cpp:
(.text._ZNK8CryptoPP14SourceTemplateINS_11StringStoreEE15SourceExhaustedEv[CryptoPP::SourceTemplate<CryptoPP::StringStore>::SourceExhausted()
const]+0x25): undefined reference to
`CryptoPP::BufferedTransformation::AnyMessages() const'

Can u help me with the process to link to my library. I have
libcryptopp.so and libcryptopp.a
I'm using fedora 14.

Thanks,

Gicha



On May 28, 8:32 pm, David Johns <[email protected]>
wrote:
> Ok - after researching and playing around for a couple more hours I
> figured it out.  Because my project is  /MD(d), I had to compile the
> DLL version instead.  I then ran into the LNK2019 errors described in
> the CodeProject document, but got around it by compiling the
> DDL_Import libs and adding pragmas to link them in as described in
> that document.
>
> Thanks,
> David

-- 
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.

Reply via email to