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 [email protected] Automated List Manager [EMAIL PROTECTED]
