Re: Compilation problems with VC++ V6...

1999-10-13 Thread Bob Denny
I sent privately you a ZIP file of some VC++ project files I found on a backup. They *might* be mine, but probably aren't. Hopefully, they will give you a starting place. By the way, I think it took me a day or two to make my own by inspection from the makefile. -- Bob Daniel Reichenbach wrote

Re: Compilation problems with VC++ V6...

1999-10-13 Thread Erik Aronesty
Subject: Re: Compilation problems with VC++ V6... >Hmph -- I don't have them any more :-( Also, I seem to recall that a >late build of SSLeay had VC++ project files that came with it (???) or >maybe someone gave them to me, or?? But I definitely made my own back >in late '97. Sorry

RE: Compilation problems with VC++ V6...

1999-10-12 Thread Daniel Reichenbach
> Hmph -- I don't have them any more :-( Also, I seem to recall that a > late build of SSLeay had VC++ project files that came with it (???) or > maybe someone gave them to me, or?? But I definitely made my own back > in late '97. Sorry I can't be of more help. I've been offline from all > of this

Re: Compilation problems with VC++ V6...

1999-10-11 Thread Bob Denny
Hmph -- I don't have them any more :-( Also, I seem to recall that a late build of SSLeay had VC++ project files that came with it (???) or maybe someone gave them to me, or?? But I definitely made my own back in late '97. Sorry I can't be of more help. I've been offline from all of this for a _lo

RE: Compilation problems with VC++ V6...

1999-10-10 Thread Daniel Reichenbach
> ... I built project files for SSLeay, but I don't have the time > to do this for OpenSSL right now... I read that you built project files for SSLeay. If you don`t have the time to update them for OpenSSL, I would like to do soo. Since this is one issue for the OpenSA Apache relase for Win32. If

Re: Compilation problems with VC++ V6...

1999-10-09 Thread Chad C. Mulligan
My Quivering Choad tells me that Neil Hague had this to say: > I'm currently having some problems compiling the OpenSSL libraries into my > project. I'm using VC++ V6 on NT4 to produce an ATL COM project. However, > there seems to be some conflicts between the OpenSSL libraries and those > suppl

Re: Compilation problems with VC++ V6...

1999-10-09 Thread Bob Denny
Another approach would be to build a debug version of OpenSSL and link the debug versions of your applications with it. That way, problems can be traced right into the OpenSSL sources if needed. This would be infinitely easier if a real project file were supplied instead of a makefile. I built pro

Re: Compilation problems with VC++ V6...

1999-10-08 Thread Dr Stephen Henson
> Neil Hague wrote: > > I'm currently having some problems compiling the OpenSSL libraries > into my project. I'm using VC++ V6 on NT4 to produce an ATL COM > project. However, there seems to be some conflicts between the > OpenSSL libraries and those supplied by Microsoft. > > Firstly there a

RE: Compilation problems with VC++ V6...

1999-10-08 Thread Neil Hague
Title: RE: Compilation problems with VC++ V6... Geoff,   Thanks for this, I understand what's going wrong now, it does build fine if I do a release build, which is what you have suggested below.  I'll get around it by forcing it to produce and executable in debug mode. Th

RE: Compilation problems with VC++ V6...

1999-10-08 Thread Pierre De Boeck
Title: Compilation problems with VC++ V6... I used for a long time OpenSsl (since SslEay 0.5) and mixed it with MS VC++, ATL, MFC and STL.. I also make an exetensive use of C++ domain name to partion my numerous libraries.    For the first of your problems, I just renamed the symbol in winc

Re: Compilation problems with VC++ V6...

1999-10-08 Thread Geoff Thorpe
Hi there, > I'm currently having some problems compiling the OpenSSL libraries into my > project. I'm using VC++ V6 on NT4 to produce an ATL COM project. However, > there seems to be some conflicts between the OpenSSL libraries and those > supplied by Microsoft. > Firstly there appears to be so