----- Original Message ----- From: "Angshuman Sarkar" <[EMAIL PROTECTED]> To: "logan" <[EMAIL PROTECTED]> Cc: "Mike Cohen" <[EMAIL PROTECTED]>; <[email protected]> Sent: Monday, September 04, 2006 2:23 PM Subject: Re: [sipxtapi-dev] would like opinions re switching to Visual Studio2005
Hi, This crash on sipxInitialize was fixed some way back. Please update your sources and all should work fine. The crash I was talking about happens when you use the libraries and dll's build with VC++ 2005 in VC++ 7.1. Regards, Hitesh > Hi logan, > > Can u identify the crash? We built using VS 2005 and the crash was > there for PlaceCall, Receive Call and sipXezPhone. We posted a > description of the crash and a fix. The link is here > http://list.sipfoundry.org/archive/sipxtapi-dev/msg00120.html > > Is there any development on this? > > Warm regards, > Ansu > Rebaca Technologies, India > > On 9/3/06, logan <[EMAIL PROTECTED]> wrote: >> Hi Mike, >> >> I use VS 2003 for building sipXtapi. >> >> I have tried with VS 2005 as well but the problem for me is that the >> Express >> Editions don't have MFC and secondly I have had problems using the >> libraries >> build with VS 2005 in VC++ 7.0 and VC++ 7.1, the app crashes while >> loading. >> If you know why the crash happens then please let me know. >> >> Best Wishes, >> Hitesh >> >> ----- Original Message ----- >> From: "Mike Cohen" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Sunday, September 03, 2006 8:23 PM >> Subject: [sipxtapi-dev] would like opinions re switching to Visual >> Studio2005 >> >> >> > Hi all. I spent some time today building the sipxtapi branch with >> > Visual Studio 2005. >> > It was pretty easy to do (see below for details). >> > >> > So, if any of you have opinions of this, could you reply? >> > >> > How many of you want to 'officially' move to Visual Studio 2005 for >> > sipXtapi? >> > How many of you would like to stay with our currently supported >> > Visual Studio 2003? >> > >> > Personally, I like Visual Studio 2005 - (there is a free version!). >> > >> > Anyway, here are my notes on how I got it to build: >> > notes on compiling with Visual Studio 2005 >> > >> > All projects: >> > Added preprocessor definition _CRT_SECURE_NO_DEPRECATE, to cut down >> > on deprecation warnings. >> > >> > sipXtapi: >> > Added input libraries: >> > User32.lib Advapi32.lib >> > >> > sipXezPhone: >> > Added input libraries: >> > Comdlg32.lib shell32.lib ole32.lib oleaut32.lib gdi32.lib User32.lib >> > Advapi32.lib >> > >> > >> > Also, I think we might want to consider moving to the most recent >> > version of PCRE. PCRE 6.4.1 is what I am using. All I had to do was >> > to >> > change references to libpcre.a to pcre.lib. >> > >> > >> > >> > Thanks, >> > >> > Mike >> > [EMAIL PROTECTED] >> > >> > _______________________________________________ >> > sipxtapi-dev mailing list >> > [email protected] >> > List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ >> > >> >> _______________________________________________ >> sipxtapi-dev mailing list >> [email protected] >> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ >> > _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
