Re: Visual C++ and openssl

2007-04-06 Thread gary clark
Hi Thomas, Much appreciated the response. Yep I was building it wrong...but of course. Oh well. Thanks, Garyc --- "Thomas J. Hruska" <[EMAIL PROTECTED]> wrote: > gary clark wrote: > > Hiya, > > > > I am trying to build a simple client and server > which > > is proving not to be so simple in vis

Re: Visual C++ and openssl

2007-04-06 Thread Thomas J. Hruska
gary clark wrote: Hiya, I am trying to build a simple client and server which is proving not to be so simple in visual c++. I am using the "s_server.c" file in openssl/apps and have pulled in the following libs. wsock32.lib advapi32.lib gdi32.lib user32.lib what other libs and possibly .dll d

Visual C++ and openssl

2007-04-06 Thread gary clark
Hiya, I am trying to build a simple client and server which is proving not to be so simple in visual c++. I am using the "s_server.c" file in openssl/apps and have pulled in the following libs. wsock32.lib advapi32.lib gdi32.lib user32.lib what other libs and possibly .dll do I need in order t