2007/5/14, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
ymoona wrote: > > That works nice! now I have only a few leaks left. But I'm having some > problems applying it to the media-update branche. I made some > modifications by hand, but the application crashes (access violation) > even before the main is loaded. > If it crashes before main, then it's static initialization problem. Compile sipxtapi and PlaceCall in debug mode, and copy the stacktrace. Don't dissasemble. Use version 4 of the patch. When it crashes, you need to find out which static singleton is using other static object. It's easy to find, you will find it's constructor in stack trace. Then include one of the .h files in that cpp file and it should work. Does it crash only in mediaupdate? Does it work fine for you for sipxtapi branch? Jaro
How do I copy the stack trace? Of course I'm using the version 4 patch. I tested the patch first in sipxtapi branch, there it worked fine. but after applying it on media-update it crashes.
_______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
