I figured out the answer;

I created a standard Windows DLL  that did not use MFC internally
which allowed me to use the New/Delete from CryptoPP. I then exposed a
generic C/C++ interface from the DLL and linked that to my MFC
application. It works fine.



On Jul 22, 12:11 pm, WebDrive <[EMAIL PROTECTED]> wrote:
> Hi,
>  I'm trying to use the FIPS version of the CryptoPP.dll within an
> application that statically links both the CRT and MFC.
>
>  I'm using SetNewAndDeleteFromCryptoPP() to set the proper new/delete
> operators but as you can guess, I get multiple defines because of MFC.
>
>  Dynamically linking to either the CRTL or MFC is not an option for
> us, can anyone recommend a method by which I can use the FIPS Crypto
> DLL with static MFC?
>
> Thanks!
> Michael
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to