----- Original Message ----- From: "Desmond Ling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 9:18 AM Subject: Re: How to make in Visual C++ 6.0
> hi > i tried to build the program in > visual studio c++.net > i got stuck at the step "nmake -f ntdll.mak" > i've already changed the SRC_D value in the > ntdll.mak file to the openssl directory > some how, when it tried to compile the > cryptlib.c file, it couldn't find stdio.h > does any1 know how to solve this? > Sounds like you have neglected to run 'vcvars32.bat'. Running that file from the command prompt will set some environment variables that will enable the msvc header files and lib files to be found. You might have to do some minimal configuring of 'vcvars32.bat' first. Have a look inside it and check that the specified paths are correct. At least, that's the way it is for msvc++6.0 - visual studio.net might be a little different (don't have it, hence don't know) - and I'm a little unclear as to which it is that you are using. Hth. Cheers, Rob ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]