Hi,
I recompile ntdll with /MT swith and yes, output dlls now
little bigger:
libeay32.dll: 1 036 288 -> 1 122 304
ssleay32.dll: 212 992 -> 274 432
Looks like something linked...
I will try to test it on machine without VC 2008 redistr installed.
Thank you very much for your help !
---
With best regards, Max Terentiev.
Business Software Products.
AMS Development Team.
supp...@bspdev.com
----- Original Message -----
From: "Mounir IDRASSI" <mounir.idra...@idrix.net>
To: <openssl-users@openssl.org>
Sent: Monday, October 05, 2009 12:15 PM
Subject: Re: Compile dlls with Borland compiler OR avoid using VC 2008
Redistributable
Hi,
You can build OpenSSL dlls that don't require runtime redistribuable using
MS Visual Studio. For that, follow the build instruction and before
calling nmake -f ms\ntdll.mak, edit the file ntdll.mak and replace the
switch /MD by /MT. After the build, you will have dlls that are statically
linked to the MS CRT and so they don't require any reditribuable on the
target machine.
I hope this will help.
Cheers,
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr
Max Terentiev wrote:
Hi,
I suspect BC will have its own runtime libraries to provide similar
generic C runtime functionality.
Yes, but BC can link it inside output .dll.
MS VS should link to but I don't know what compiler option
must be set for it.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org