Sounds possible but sounds like more work than I’d be willing to do. The
lib’s for OpenSSL are C/C++ and Synapse is FreePascal. Depending on the
linkers used and format of the lib’s versus the formats acceptable by the
freepascal default linker – you might find a compatible path. 

Personally, unless I was more of an expert here, and I REALLY wanted
everything bundled like you are suggesting, I might consider bringing those
dll’s into my exe, dropping them on invocation in a temp location, and
removing them when finished – preferably with unique names to not interfere
with existing OpenSSL stuff that is installed.

--Jason P Sage

---------------------------------------------------------

From: Max Terentiev [mailto:maxterent...@mail.ru] 
Sent: Sunday, October 04, 2009 2:19 PM
To: synalist-public@lists.sourceforge.net
Subject: [Synalist] Static link of OpenSSL libs ?

Hi,

I downloaded OpenSSL source and compile it using BCB6.

Now It's possible to statically link libeay32.lib and ssleay32.lib to my
project and use it with Synapse without .dll's ?

I want to compile OpenSSL directly to my .exe and avoid
distributing libeay32.dll and ssleay32.dll with my app.

It's possible ?

Thanx for help !

---
With best regards, Max Terentiev.
Business Software Products.
AMS Development Team.
supp...@bspdev.com
 
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to