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 t

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 un

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