"Max Terentiev" <maxterent...@mail.ru> wrote on 4.10.2009 21:27:44:
>No big problems with using dll's but... > >It's may cause problems with already installed openssl >dlls on user machine (I talk about possible version conflicts because >different version of OpenSSL have diffirent problems and >some user software may not works with latest OpenSSL >dll's). > >Also, I must include to my setup Visual C++ 2008 redistributable >because OpenSSL binaries from >http://www.slproweb.com/products/Win32OpenSSL.html requires it. > >And I don't know how to compile OpenSSL in BCB to get .dll's with >no VC2008 requirement. I can only get .lib, .h, and .obj files :-( > Hi Max, you have to link *.obj files and not the *.lib I've done so with SQLite obj files a long time ago, but I stopped as all I could link was single-threaded obj files. It was a mission impossible to link additional obj files that provided multi-threaded support. What you need to use is compiler directive {$L file} e.g {$L '\obj\sqlite.OBJ'} {$L '\obj\files.OBJ'} Regards, Miha -- It's time to get rid of your current e-mail client ... ... and start using si.Mail. It's small & free. ( http://www.simail.si/ ) ------------------------------------------------------------------------------ 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