2 Jun 2007 14:21
Re: Visual Studio 2005 and openssl question
gary clark <burslem2001 <at> yahoo.com>
2007-06-02 12:21:18 GMT
2007-06-02 12:21:18 GMT
Much appreciated Mournir. Is there a way to build openssl static libs without all the dependencies of shared libraries. The intent is to build and install the package and well I dont want to have to throw the kitchen sink into the mix in order to make it work. Thanks, Garyc --- Mounir IDRASSI <mounir.idrassi <at> idrix.net> wrote: > Hi, > Does the Windows XP machine where you have troubles > contain the > Microsoft runtime for msvcr80 installed? > Visual Studio 2005 links by default to the msvcr80 > dll. This dll must be > installed in the target machine using a setup that > can be downloaded > using the following link: > http://go.microsoft.com/fwlink/?linkid=65127 . > A more complete description on the deployment > requirements and methods > for application built by VS2005 can be found here: > http://msdn2.microsoft.com/en-us/library/ms235291(VS.80).aspx > . > I hope this helps. > > Cheers, > Mounir IDRASSI > IDRIX - Cryptography and IT Security Experts > http://www.idrix.fr > > > gary clark wrote: > > hello, > > > > I know this is probably inappropriate venue but I > am > > at a loss on why I cannot run openssl on a XP > windows > > machine which does not have openssl installed. > > > > I have built a client and server on a machine > which > > has had openssl installed and got it to work with > > certificates. However when I port the executable > code > > to a machine without openssl installed it fails. > > > > 1) I port the built libeay32.dll and ssleay32.dll > to > > windows32 directory. > > > > 2) I then attempt to run my application and it > fails > > to load the libeay32.dll and ssleay32.dll > libraries. > > I use the command LoadLibrary(L"libeay32.dll") is > this > > valid to do? > > > > Why would it fail to load the libraries? > > > > > ______________________________________________________________________ > OpenSSL Project > http://www.openssl.org > Development Mailing List > openssl-dev <at> openssl.org > Automated List Manager > majordomo <at> openssl.org > ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev <at> openssl.org Automated List Manager majordomo <at> openssl.org
RSS Feed