Re: Visual Studio help

2008-09-02 Thread Ger Hobbelt
Quick bit: I assume your code was using Winsock (WSAxyz()) calls before, NOT going 'through' any obscure MFC TCP communication class which I tried to forget all about by multi-annual liquor medication, right? Then, second assumption: your binary OpenSSL distro comes with DLLs, so you're 'dynamic

Re: Visual Studio help

2008-09-02 Thread Dan_Mitton
Scott, I have the older VS6, but in there, you would have to go to the project settings, select the 'Link' tab and at any additional libraries (such as the OpenSSL libraries) to the 'Object/Library modules' list (I think). It's been a while since I had to do this. Dan Please respond to open

Re: Visual Studio help

2008-09-02 Thread Kyle Hamilton
Okay... when you build your projects, what are the unresolved externals? You need to add both libcrypto and libssl to your list of linked libraries -- this might have something to do with it, but I'm not sure without the list of unresolved externals. -Kyle H On Tue, Sep 2, 2008 at 8:01 AM, <[EM

Re: Visual Studio 7 and openssl.

2007-02-16 Thread Dr. Stephen Henson
On Thu, Feb 15, 2007, Collins, Jerry wrote: > Thanks, that gives me a place to start. > The new user guide has now been uploaded. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepag

RE: Visual Studio 7 and openssl.

2007-02-15 Thread Collins, Jerry
Thanks, that gives me a place to start. Jerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dr. Stephen Henson Sent: Thursday, February 15, 2007 4:51 PM To: openssl-users@openssl.org Subject: Re: Visual Studio 7 and openssl. On Thu, Feb 15, 2007

Re: Visual Studio 7 and openssl.

2007-02-15 Thread Dr. Stephen Henson
On Thu, Feb 15, 2007, Collins, Jerry wrote: > Hello all, > > I am having a problem with executables generated with Visual Studio 7 > that use openssl (fips version). > Firstly you *have to* using MinGW to build the 1.1.1 validated module. You can use VC++ to build a more recent snapshot of O

RE: Visual Studio

2002-12-02 Thread Steven Reddie
om: 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 include

Re: Visual Studio

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

Re: Visual Studio

2002-12-01 Thread mikecross
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/ --- Desmon