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
C:\windows\system32 folder it throws error. How can I
make sure I build it so I can ship the application with the DLL built in so
my end users dont need to worrry about having the DLL or not.?
--
View this message in context:
http://old.nabble.com/HELP-Win32-linking-libeay32.dll-in-Vis