Re: MS VC 5: compilation fails

2005-07-14 Thread Christian Weber
Dear Steven, you're right. MS VC5 compiler can't compile (at least portions of) openssl 0.9.8, but MS VC6 compiler does. Thank you! Steven Reddie wrote: > That error message tends to occur when the code is too complicated for the > compiler. You may be able to avoid the error by rearranging th

RE: MS VC 5: compilation fails

2005-07-12 Thread Steven Reddie
That error message tends to occur when the code is too complicated for the compiler. You may be able to avoid the error by rearranging the code in that module, but it's a hit and miss approach. Upgrading to a newer compiler should fix the problem (since this builds fine under VC6 and up). -