Re: [reSIProcate-users] Strange issue with resip 1.8.x
Note: the application is not called any functions from DLL during the application loading - before the application window appears, we not called any functions of the DLL.
On Wed, Sep 26, 2012 at 9:10 PM, Vincent Dave
<vincetdave22@xxxxxxxxx> wrote:
Our company using the resip from 1.0, last week we are upgrade resip from 1.6 to 1.8.4 for our product, we got a very strange issue:
On some Windows 7 64 bit OS, the application takes about 2-3 minutes to load, the application window appears after 2-3 minutes, also
tried 1.8.5, still slow load.
Once we revert to the resip 1.6 then all are works fine - the application window appears immediately after double clicked it.
Details:
We are wrote a DLL, this DLL is base on resip, our application call this Win32 DLL to make call and received call.
Application -> Win32 DLL -> resip
Application, Win32 DLL, and resip all are compiled as MT/MTd, the resip using SSL_RELEASE and SSL_DEBUG compile profile.
A: Application + resip 1.6 + OpenSSL 0.9.8/1.0.0/1.0.1 =====> Works fine.
B: Application + resip 1.8.4/resip 1.8.5 + OpenSSL 0.9.8/1.0.0/1.0.1 =====> On some Windows 7 64 bit, get the slow load issue.
Any idea?