Re: [twsocket] Cannot load libeay32

2009-01-16 Thread Arno Garrels
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


Re: [twsocket] Cannot load libeay32

2009-01-16 Thread Angus Robertson - Magenta Systems Ltd
> when I move to another says it cannot load libeay.32.dll.

Most OpenSLL DLLs are dependent upon a Microsoft redistributable DDL,
msvcr71.dll.  You probably have it already on your PC, but not on the
other.  Add it to your distribution, in the same directory as the OpenSLL
DLLs. 

Angus

-- 
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


[twsocket] Cannot load libeay32

2009-01-16 Thread Marco Pavanelli
Hi guys, I am having a strange problem, wrote an example application
just connect to a gmail account and checks new mail, it works fine on a
computer and when I move to another says it cannot load libeay.32.dll.

Libeay32 is in the same folder with the application, the only visible
difference between the 2 pc is that one has windws xp pro italian, the
other has windows xp home german.

Any suggestion ?

Thanks!
-- 
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