Hello,
I have built the stock cryptopp 560 distribution with no project
changes on Windows XP using Microsoft Visual Studio .NET 2003 (I
opened cryptest.dsw and selected "build").
I am getting the following runtime error with the following simple
application that just instantiates an AutoSeededRandomPool object
Does anyone have a clue how to fix this problem?
++++++++++++++++++++++++++++++++++++++++++++
C:\cryptopp560\DLL_Debug>cat foo.cpp
#include <osrng.h>
main() { CryptoPP::AutoSeededRandomPool rng; }
C:\cryptopp560\DLL_Debug>cl foo.cpp /I.. /EHsc cryptopp.lib
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.6030 for
80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
foo.cpp
Microsoft (R) Incremental Linker Version 7.10.6030
Copyright (C) Microsoft Corporation. All rights reserved.
/out:foo.exe
foo.obj
cryptopp.lib
C:\cryptopp560\DLL_Debug>foo
This application has requested the Runtime to terminate it in an
unusual way.
Please contact the application's support team for more information.
+++++++++++++++++++++++++++++++++++++++++++++++++
Thanks,
Bill
--
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.