Hello Jeff,

Thank you for the suggestion. I have just tried it with top of trunk and the problem is still there (see attached screen shot).

What else could cause this problem?

Thanks,

Bill

$ svn info
Path: .
URL: https://cryptopp.svn.sourceforge.net/svnroot/cryptopp/tags/CRYPTOPP_5_6_1
Repository Root: https://cryptopp.svn.sourceforge.net/svnroot/cryptopp
Repository UUID: 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Revision: 521
Node Kind: directory
Schedule: normal
Last Changed Author: weidai
Last Changed Rev: 521
Last Changed Date: 2010-08-09 17:07:27 -0700 (Mon, 09 Aug 2010)

C:\CRYPTOPP_5_6_1\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:\CRYPTOPP_5_6_1\DLL_Debug>foo

C:\CRYPTOPP_5_6_1\DLL_Debug>cl foo.cpp /I.. /EHsc /MTd 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


On Sep 7, 2010, at 11:42 PM, Jeffrey Walton wrote:

Hi Bill,

Would you be able to try the latest SVN code?

Revision 505: ove memory allocation/deallocation for SecBlock into DLL
(http://cryptopp.svn.sourceforge.net/viewvc/cryptopp?
view=revision&revision=505)
Revision 513: fix possible error during DLL startup self-test...
(http://cryptopp.svn.sourceforge.net/viewvc/cryptopp?
view=revision&revision=513)

I also seem to recall another issue, which I cannot find at the
moment.

Jeff

On Sep 7, 10:12 pm, Bill <[email protected]> wrote:
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 .

Attachment: cryptopp_runtime_err.pdf
Description: Adobe PDF document

-- 
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