hi,
seems like its working till it couldn't
find another file.
"stdio_extras.h"
i did a search and found that this file was
included in the crypto.h file.
what is "stdio_extras.h"??? i've never heard
of it before. i did a search for this file
and found nothing.

i am using visual studio .Net

Desmond




From: "Sisyphus" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Re: How to make in Visual C++ 6.0
Date: Tue, 3 Dec 2002 09:59:41 +1100


----- 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]

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]

Reply via email to