In  Linker->Input->AdditionalDependencies, You need to add only the library
name ("cryptlib.lib");
And then in Linker->Input->General, you add the  path to the file (start
trying with the full path).


-- 
Rafael Vargas


2013/11/3 Arun Kumar <[email protected]>

> what i did:
> 1. built crypto++5.6.2 in visual studio 2010 professional  by its
> crypttest solution file in win32 debug and release mode.
> 2.successfully built crypto++ without any errors.
> 3.i got cryptlib.lib object file library in
> crypto++-->win32-->output-->debug-->cryptlib.lib.
> 4.i opened a new project win32 console application empty project and added
> anew sheet named Tests.cpp.
> 5. i wrote my code and incuded all files successfully
> 6. i removed link errors and set runtime library as MTd.
> 7.and set vc++ directories-->include , source ,library directories path as
> ...\cryptlib.lib.
> 8.c/c++ -->additional include directories path as...\cryptlib.lib.
> 9.linker -->input-->additional dependencies path as...\cryptlib.lib.
> 10.but still i am getting link error lnk1104 as cannot open file.
> where i am doing wrong?? how can i remove this error.
> please help me with detailed explanations.
> thank you.
>
> --
> --
> 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/groups/opt_out.
>

-- 
-- 
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/groups/opt_out.

Reply via email to