Title: Windows NT installation
Hello Alex,
  try to do next:
  In Visual Studio open Tools/Options and choose Directories property. Add path G:\OpenSSL-0.9.4\inc32 (in my settings it is first line!)
 
In source I use include like next:
#include <openssl/pem>
----- Original Message -----
From: Alex Cosic
Sent: Tuesday, January 11, 2000 08:51
Subject: Windows NT installation

I have Windows NT, VC++ 6.00 and I have installed Active Perl.
I have run Configure successfully like :

 C:\openssl\perl Configure VC-WIN32

Then I dowloaded nasm, and then I have run do_nasm.  Then from VC++ environment  I did:
nmake -f ms\ntdll.mak
All was well, and I have tested my systems with ms/test.

Then I have downloaded scoonect.c from demos subdirectory. The problem was that the system in include directory understand unix type / instead of \.  Like in ssl.h we have #include <openssl/safestack.h>. 

Did I miss some points in my installation procedure or it simply does not work?


Alex Cosic

Reply via email to