Got the same problem whatever I add the full path of cryptlib.lib or file 
name with additional directory in Linker/input/general.
 "Error LNK1104 cannot open file 'cryptopp.lib' WindowsRuntimeComponent1"
Any idea how to fix this ?

Thanks,


On Friday, November 8, 2013 at 1:00:53 PM UTC+7, vineet jain wrote:
>
> I think in Additional dependencies you need to add full path of 
> cryptlib.lib (which is c:\users\arun 
> kumar\desktop\file\criptopp\criptopp\Tests\cryptopp\win32\output\debug\cryptlib.lib)
>
> So you actually need to check if this file is present on this path( 
> 'cryptopp' is the compiled project(folder) if i am not wrong which is 
> placed inside your own project & is linked with it?)
>
> On Monday, 4 November 2013 02:06:18 UTC+5:30, Arun Kumar wrote:
>>
>> 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/d/optout.

Reply via email to