Hi, I wanted to upgrade the openssl to 0.9.8w, which is the latest and did the following steps to build the tar.
On command prompt: >perl Configure VC-WIN32 --prefix=c:\Packages\openssl-0.9.8w\inst >ms\do_ms From Visual Studio 2003 command prompt: C:\Packages\openssl-0.9.8w>nmake -f ms\ntdll.mak Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. ' in macroak(612) : fatal error U1001: syntax error : illegal character ' Stop. It compiles fine on VS2005, but I want to compile it on VS2003. How can I fix the above error? Is there a patch to it? Thanks, Sandy