Re: HELP Win32 linking libeay32.dll in Visual Studio

2009-12-03 Thread Carter Browne
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

RE: HELP Win32 linking libeay32.dll in Visual Studio

2009-12-02 Thread Dave Thompson
> 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