Hi I'm in the process of creating regular DLL in Visual studio(VC++). I want to use the crypto++ 5.1 library in my DLL workspace. I followed the following process
1)Compiled crypto++5.1 separately 2)Included the cryptlib.dsp in my DLL workspace. 3)added cryptlib.lib to "link" in settings tab of visual studio. Now if I call functions of crypto5.1 library it gives me linking error, eventhough i have included header files in my dll woekspace. please give me the detail of linking. Urs
