Am 07.09.2012 15:00, schrieb news.gmane.org:
>> MSEgui calls getprocaddress() with them. What is wrong with that
>> approach?
>
> We only need to fix error messages as startup of MSEgui SSL-client apps,
> after conforming these messages the apps work well.
>
> (do You see these messages at Your with the test case&  main stream
> OpenSSL 1.0 DLLs? )
>
Yes. On Windows the searched libraries  are:
"
{$ifdef mswindows}
  openssllib: array[0..1] of filenamety = ('libssl32.dll','ssleay32.dll');
  opensslutillib: array[0..0] of filenamety = ('libeay32.dll');
{$else}
"
If this does not match your requirements you must initialize the 
libraries at program start:
"
  initializeopenssl(['ssleay32.dll'],['libeay32.dll']);
"

Martin

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to