Ok, it was the answer I thought it was, but didn't seem to get it right yesterday.
sipXtapi.cpp Line 7355 apears to need to be changed from *pOutAddress = *contacts[i]; to pOutAddress = contacts[i]; Otherwise I can't read cbSize from pOutAddress on the next line and get an invalid access exception the 2nd time through the loop. Thank you, Charlie Hedlin Charlie Hedlin wrote: >After seeing that the structure had changed I was ready to blame the >.Net side of things (and need to) since I have to redefine the >structures, but it wasn't the only problem > >I traced through the code and on line 7355 the assignment to pOutAddress >is not doing the right thing. This is where my being out of C/C++ for >nearly a decade is catching up with me, so I am hoping someone can >figure this out. > >Thank you, >Charlie Hedlin >_______________________________________________ >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/
