Max Terentiev wrote:
How to build OpenSSL DLLs using Borland C++ Builder 6 ? I can successfuly compile and get libeay32.lib/ssleay32.lib files, but can't understand how to get .dlls ? I was read INSTALL.W32 many times :-)
I can't help with BC specific stuff, but... DLL's are created by a linker, they are the same format as a .EXE, they just have entry points other than WinMain (I believe they need a LibMain() stub function but also export your DLL library calls). .LIB files, otoh, are in a format more like a .OBJ file
So, how to build .dlls using Borland compiler (it's should not require VC redistr)
I suspect BC will have its own runtime libraries to provide similar generic C runtime functionality.
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
