On 2005.10.13 at 13:27:47 -0700, Howard Chu wrote: > Disregard that comment, I was lost. I don't interchange MSVC / gcc dll's > on the fly. I was just thinking about the import libraries; a > gcc-compiled DLL will work with an MSVC app if it's linked with the > gcc-specific import library, and vice-versa.
Haven't tested this with OpenSSL yet, but for some other projects it is no problem. For example, one can get tcl84.lib from ActiveState Tcl (MSVC import library), RENAME it to libtcl8.4.a and link some application with it using Mingw. And vice versa. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]