I'm using:
* Crypto++ 5.2.3
* Microsoft Visual C++ .NET 2003 SP1
* Microsoft Platform SDK for Windows Server 2003 R2
After installing SP1 for Visual Studio .NET 2003, I get an 'Internal
Compiler Error' when compiling cryptest. I'm guessing the SP1 broke
compatibility with cryptest. Also, cryptlib still compiles OK but I
need cryptest to validate it.
I'm required to use VC++ 2003 SP1 so any workarounds using this
compiler would be greatly appreciated!
Release Build Settings: /G6 /I "C:\cryptopp-523\Include" /D "NDEBUG" /
D "_CONSOLE" /D "WIN32" /D "_MBCS" /FD /EHsc /MT /GS /Fp".\CTRelease/
cryptest.pch" /Fo".\CTRelease/" /Fd".\CTRelease/" /W3 /nologo /c /Zi /
TP /GX /O2 /Ob2 /Oi /Zm400
------ Build started: Project: cryptest, Configuration: Release Win32
------
Compiling...
bench2.cpp
bench.cpp
adhoc.cpp
Generating Code...
Compiling...
validat3.cpp
c:\src\cryptopp-523\Include\secblock.h(374) : fatal error C1001:
INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2708)
Please choose the Technical Support command on the Visual C+
+
Help menu, or open the Technical Support help file for more
information
validat2.cpp
validat1.cpp
test.cpp
regtest.cpp
fipsalgt.cpp
dlltest.cpp
datatest.cpp
Generating Code...
Build log was saved at "file://c:\cryptopp-523\Source\CTRelease
\BuildLog.htm"
cryptest - 1 error(s), 0 warning(s)
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---