Hi, I am new to CPP and crytopp library. Have anyone successfully build the cryptopp library in minGW? And if build, is it used in qt for any project? Please let me know the procedure to use it in qt as I am continuosly getting qt linker error.
On Tuesday, 7 January 2014 11:10:55 UTC+5:30, Dinesh Gore wrote: > > Thanks for the reply. > I have build the cryptopp library using minGW and therefore we have to use > Ws2_32.lib build using minGW itself. This is my assumption. > Please let me know the source or link from where I can download > *Ws2_32.lib*(build using minGW). > Thanks in advance. > > On Monday, 6 January 2014 19:56:50 UTC+5:30, [email protected] wrote: >> >> Make sure you added *Ws2_32.lib to qt library path.* >> >> >> On Mon, Jan 6, 2014 at 9:02 AM, Dinesh Gore <[email protected]> wrote: >> >>> Hi friends, >>> >>> I have to use encryption algorithm in my project and using cryptopp >>> library fo it. I am using Qt Creator for the project The library is build >>> successfully but on building the project, I am getting the abbove mentioned >>> linker error "unresolved external symbol-in function:" >>> I found a solution on this error on " >>> http://stackoverflow.com/questions/10067326/i-cant-compile-in-visual-studio-2010", >>> >>> but it is applicable for visual studio 2010. >>> Please share your solutions for resolving the error in qt. >>> Thanks in advance. >>> >>> -- >>> -- >>> 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.
