Hi
no i'm not using winCE.
i'm using win 2000. and visual studio.net
here's what i did

i installed perl and set the path for it to be exe etc..and ran the
following commands

perl Configure VC-WIN32
ms\do_ms
nmake -f ms\ntdll.mak

but doing that the compiler couldn't find stdio.h. So someone
suggested i exe vcvars.bat. i tried that and it seems to work
until it complaint that it can't find stdio_extras.h. If this
file is for winCE then i must have done smething wrong.

i realise you asked me if i have an include evironment variable
set with a path that includes the directory where the stdio.h lives.
how do u do that?

Desmond




From: "Steven Reddie" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: How to make in Visual C++ 6.0
Date: Tue, 3 Dec 2002 11:17:16 +1100

That file is only used for the Windows CE build. Are you building for
Windows CE?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Desmond Ling
Sent: Tuesday, 3 December 2002 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: How to make in Visual C++ 6.0


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]

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

_________________________________________________________________
Add photos to your messages 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