Re: Visual Studio

2002-12-02 Thread Desmond Ling
HI
i tried that, i used the nmake command
on the ntdll.mak. i changed the SRC_D value
to the openssl directory. still when it
tried to compile the cryptlib.c file, it
couldn't find stdio.h.
sorry i'm a complete idiot when it comes
to command compiling...

Desmond





From: mikecross [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Visual Studio
Date: Sun, 1 Dec 2002 23:28:25 -0800 (PST)

it's in the same manner as VC 6.0.
Compile openSSL /2 dlls - libeay32.dll ssleay32.dll/
add openSSL includes and lib files into VC dirs.
if you want there is openSSL .dsw and .dsp files for
VC6 which easily can be converted to VC7 project
files.
http://www.iconsinc.com/~agray/ossldev/


--- Desmond Ling [EMAIL PROTECTED] wrote:
 Hi,
 Does anybody know how to use the source code
 in Visual Studio.Net? Specifically Visual C++.Net.
 I was thinking of compiling the code into a dll
 for use in my program. HOw should I go about doing
 that?
 Couldn't find any info for Visual STudio.Net. Thanx

 Desmond




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


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: How to make in Visual C++ 6.0

2002-12-02 Thread Desmond Ling
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?

Desmond





From: Edward Chan [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: How to make in Visual C++ 6.0
Date: Mon, 2 Dec 2002 11:38:15 -0800 (PST)

The instructions show how to build using command line.
 Is there a nice .dsp file that allows building from
within the IDE?

Thanks,
Ed

--- Cory Albrecht [EMAIL PROTECTED] wrote:
 --- Rick_Zhang [EMAIL PROTECTED] wrote:
  i went to compile openssl in vc 6.0, but i found
  lack of some files.

  Can someone help me? Or send me he project files ?

 Look in the file INSTALL.W32 that comes with the
 OpenSSL source. It has
 directions on how to build OpenSSL in Win32 with
 VC++, Borland, and gcc
 (mingw32 or cygwin).

 For VC++ it shows how to build both a .dll version
 and a .lib version.
 Also, how to build debug versions is mentioned in
 the section labelled
 Tweaks.



 __
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up
 now.
 http://mailplus.yahoo.com

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


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


Re: How to make in Visual C++ 6.0

2002-12-02 Thread Desmond Ling
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]


RE: How to make in Visual C++ 6.0

2002-12-02 Thread Desmond Ling
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]


Visual Studio

2002-11-30 Thread Desmond Ling
Hi,
Does anybody know how to use the source code
in Visual Studio.Net? Specifically Visual C++.Net.
I was thinking of compiling the code into a dll
for use in my program. HOw should I go about doing that?
Couldn't find any info for Visual STudio.Net. Thanx

Desmond



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