The dll has to be in the path to be loaded when it is requested - you
can do this by putting it in the same directory as the exe and
specifying that directory as the start up directory in a short cut to
start your program. You can modify the path environment using the
environment variables button
> From: owner-openssl-us...@openssl.org On Behalf Of yhilbert
> Sent: Tuesday, 01 December, 2009 05:26
> Hi I am new to Visual Studio and OpenSSL but how do I ensure
> the library
> libeay32.dll is merged into my console application so it
> doesnt complain at
> runtime. For example I have follow