In VS2008, I trace'd the crash to a sipCallback.cs problem in SWIG generated
code. I thought the issue might just be on Win64. Since you tested on WinXP,
guess it's a more basic problem with both the SWIG code and binary posted...
Is there some SWIG marshaling support libraries needed? ...I am not familiar
with SWIG...
Side note: I thought C# was supposed to handle native interfaces better than
this, looks like we can't believe everything Microsoft says. This doesn't
bode well for Windows Phone 7...
It doesn't appear to be an administrative rights issue, log file is created
and I am running boghe as 'administrator'.
The source code build crashes at, SipCallback.cs, Line-42 as reported
previously:
public SipCallback() : this(tinyWRAPPINVOKE.new_SipCallback(), true) {
SwigDirectorConnect();