Hi, I finally found out the problem : the library cryptopp.dll MUST be placed in the SysWOW64.
Before, it was in the same folder as my program calling it. Do anyone know why it wasn't working with the library in the same directory? Thanks! On Nov 28, 9:37 am, ibiza <[email protected]> wrote: > Hi dear Crypto++ contributors, > > I downloaded and built successfully the Crypto++ library. > > If I look at it with depends.exe<http://www.dependencywalker.com/>, I > get this picture :http://i.imgur.com/bGjUy.png. > > The "call hierarchy" to the problematic external module seems to be > (from > depends.exe) : > > CRYPTOPP.DLL/ ADVAPI32.DLL/ USER32.DLL/ POWRPROF.DLL/ SETUPAPI.DLL/ > USERENV.DLL/ GPSVC.DLL > > In the Crypto++ source code, I noticed in osrng.h, there is a > > #pragma comment(lib, "advapi32.lib") > > I am on Win7 64bit and using the files here<http://sourceforge.net/ > projects/cryptopp/files/> (latest version). > > Anyone could help me understand why there is an unresolved external > module > from the DLL? I can't use it because of that. > > Many thanks, > Bruno -- 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.
