Hello, On Fri, 2 Mar 2007 15:33:07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I don't use DirectX SDK, between where is it needed? > >From http://sipx- > wiki.calivia.com/index.php/SipXtapi_and_sipXezPhone_Build_Environment_for_Windows#Installing_Mi > crosoft_Visual_Studio > "Microsoft DirectX is used for video support. In order to build sipXtacklib > DirectX has to be installed > even if building "Debug_NoVideo" (this is most likely a bug in the build > system). The DirectX SDK can > be downloaded from Microsoft for free." I think this note is deprecated. Did you really need DirectX to build sipXtackLib?
> But I found my major source of problems. Something related to the "strdup" > use... I'm solving lots of > crashes by replacing strdup by malloc+strcpy. > Google it by "strdup _CrtIsValidHeapPointer" I think your problems are caused by mixing debug and release CRT libraries. Similar case is documented here: http://www.vtk.org/Bug/bug.php?op=show&bugid=1728 Try not mix debug and release CRT libraries. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
