mIRC Home    About    Download    Register    News    Help

Print Thread
#247356 31/07/14 09:44 AM
Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Hello,

How can i make the mIRC load OpenSSL from an currently folder that the dlls are inside?

e.g:

Code:
ON *:START: {
 dll $qt($mircdirdlls\ssleay32.dll) Load
 dll $qt($mircdirdlls\libssl32.dll) Load
 dll $qt($mircdirdlls\libeay32.dll) Load
}


- Thanks!


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-
Joined: Jul 2006
Posts: 4,150
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,150
Originally Posted By: http://www.mirc.com/ssl.html
Where do I install the OpenSSL library?

You will need to install it either in the mIRC folder (typically C:\Program Files\mIRC) or in the Windows System folder (typically C:\Windows\System32).

If you install it in the mIRC folder, OpenSSL will be usable only by mIRC.

If you install it in the Windows System folder, OpenSSL will be usable by all applications.
There is no way to specify the location yourself and/or to dynamically load them from mIRC

Last edited by Wims; 31/07/14 04:08 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel
Joined: Dec 2008
Posts: 1,515
westor Offline OP
Hoopy frood
OP Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Thanks, one more question, do you know if there is any way to install the OpenSSL-x.exe version with any /SILENT /DIR=DIRECTION parameter automatically?

- Thanks!


Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-

Link Copied to Clipboard