Found that it works with the STL that came with VC7 but does not compile with STLPort... But still cannot figure out why.
-----Ursprüngliche Nachricht----- Von: Bastian Clarenbach Gesendet: Donnerstag, 16. Januar 2003 12:25 An: '[EMAIL PROTECTED]' Betreff: AW: Internal Compiler Error Sorry I forgot to add: CryptoPP 5.0 STLPort 4.5.3 :) -----Ursprüngliche Nachricht----- Von: Bastian Clarenbach Gesendet: Donnerstag, 16. Januar 2003 12:21 An: '[EMAIL PROTECTED]' Betreff: Internal Compiler Error Hi, I tried to compile the Cryptest.exe app with VS7 under Windows XP. Debug went great but Release build failed. I disabled all optimizations, upped the compiler mem etc... But still no luck. Commenting out the lines just results in an internal compiler error elsewhere (Line 766)?! Thanks for the help! :) ------------------------- ------ Build started: Project: cryptest, Configuration: Release Win32 ------ Compiling... test.cpp test.cpp(626) : warning C4018: '<' : signed/unsigned mismatch test.cpp(651) : warning C4018: '<' : signed/unsigned mismatch test.cpp(660) : warning C4018: '<' : signed/unsigned mismatch test.cpp(663) : warning C4018: '<' : signed/unsigned mismatch test.cpp(676) : warning C4018: '<' : signed/unsigned mismatch test.cpp(701) : warning C4018: '<' : signed/unsigned mismatch test.cpp(710) : warning C4018: '<' : signed/unsigned mismatch test.cpp(713) : warning C4018: '<' : signed/unsigned mismatch e:\secure\crypto50\test.cpp(586) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'f:\vs70builds\9466\vc\Compiler\Utc\src\P2\main.c', line 146) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Build log was saved at "file://e:\secure\crypto50\CTRelease\BuildLog.htm" cryptest - 1 error(s), 8 warning(s) ---------------------- Done ---------------------- Build: 1 succeeded, 1 failed, 0 skipped