Marco Pavanelli wrote: > I am trying to write an example app in c++ builder 6 that works ok on > my computer but on 2 other computer does not work, the error I get is > an error of missing LIBEAY32 but the libeay is there, so I added som > debug code near the loadlibrary function in icsLIBEAY and the > loadlibrary fails with an error 14001, which seems to mean that > another dll is missing from windows. > Do you have any idea about what is causing this ?
Yes, you either should compile your own libraries with Mingw or find some DLLs built without those MS dependencies. AFAIK the Subversion distribution includes clean DLLs (FileZilla maybe as well). Use MS Dependency Walker to inspect the DLLs in question. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be