Hi all, I have downloaded the crypto++ version 5.5.1. I was compiled that in .Net 2003 and i generated cryptopp.dll.
I am trying to use the encryption & decryption in SQL server 2000 through Extended Stored Procedures (ESP). Hence, the libraries are from C/C++. I copied cryptopp.dll file into sql server folder C:\Program Files \Microsoft SQL Server\MSSQL\Binn and created ESP(xp_get_sha_hash) from that. But, it is not working and i got error from Query analyzer while running query 'exec master.dbo.xp_get_sha_hash'. Error from Query Analyzer: ODBC: Msg 0, Level 16, State 1 Cannot find the function xp_get_sha_hash in the library C:\Program Files\Microsoft SQL Server\MSSQL\Binn\cryptopp.dll. Reason: 127(The specified procedure could not be found.). I thought the DLL has implementations of ESP. But, it is not working.. Any suggesion pls. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
