Am 15.08.2015 um 02:11 schrieb 'horselakefarm' via Crypto++ Users:
> I compiled the crypto++ static library fine. When I link it to my DLL,
> I get this
>
> >LINK : fatal error LNK1104: cannot open file 'cryptopp.lib'
>
>
> But I'm linking in cryptlib.lib.....what is going on ?
>
Did you make sure you either included
a) included the path in the #pragma comment(lib,"cryptlib.lib") if you
used the pragma comment
b) included the path to the library output (typically it's under
/x86/release or something like that in the Crypto++ path) correctly in
the project settings?

BR

JPM
> -- 
> -- 
> 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]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout.

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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

  • Compile using VS2015 'horselakefarm' via Crypto++ Users
    • Re: Compile using VS2015 Jean-Pierre Münch

Reply via email to