On Monday, July 20, 2015 at 12:06:14 PM UTC-4, Jeffrey Walton wrote:
>
> Attached is the meat and potatoes of the proposed patch. It omits all the 
> assert -> CRYPTOPP_ASSERT changes.
>
> It works great outside and under the debugger. The program does not crash 
> with a SIGABRT at critical times during the debug cycle.
>
It looks like the changes to the Visual Studio projects will be limited to 
adding a header to the appropriate projects (*.vcproj). Can anyone confirm 
this looks sane?

Jeff

**********

$ grep hex.h * | grep -v include
cryptdll.dsp:SOURCE=.\hex.h
cryptdll.vcproj:                RelativePath="hex.h"
cryptlib.dsp:SOURCE=.\hex.h
cryptlib.vcproj:                RelativePath="hex.h"

$ grep cryptlib.h * | grep -v include
cryptdll.dsp:SOURCE=.\cryptlib.h
cryptdll.vcproj:                RelativePath="cryptlib.h"
cryptlib.dsp:SOURCE=.\cryptlib.h
cryptlib.vcproj:                RelativePath="cryptlib.h"

$ grep config.h * | grep -v include
cryptdll.dsp:SOURCE=.\config.h
cryptdll.vcproj:                RelativePath="config.h"
cryptlib.dsp:SOURCE=.\config.h
cryptlib.vcproj:                RelativePath="config.h"

$ grep misc.h * | grep -v include
cryptdll.dsp:SOURCE=.\misc.h
cryptdll.vcproj:                RelativePath="misc.h"
cryptlib.dsp:SOURCE=.\misc.h
cryptlib.vcproj:                RelativePath="misc.h"

 

-- 
-- 
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/d/optout.

Reply via email to