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