TAPi wrapper problem; Bug?

Last post 06-30-2009 16:00 by ctacke. 8 replies.
Page 1 of 1 (9 items)
Sort Posts: Previous Next
  • 04-25-2006 4:45

    TAPi wrapper problem; Bug?

    Hallo!
    I'm using Alex Feinman's Tapi wrapper (v.1.6) and I am always having an Exception whenever I get the event of NewCall. The same exception
    happens if I try to run the example projects TapiApp or CallMonitor.
    I cannot see exactly where is the error since I don't have the source
    code. But looking into the the Call stack it seems there is an error
    when Marshalling the LINECALLINFO structure.
    Does someone know where could I get the source code? Or how could make a work around for this problem?

    Thanks in advance for any help
    Jon


    Call Stack
    ---------------
    mscorlib.dll!System.Runtime.InteropServices.Marshal.SizeOf(object structure = {Name = "LINECALLINFO" FullName = "OpenNETCF.Tapi.LINECALLINFO"})
    mscorlib.dll!System.Runtime.InteropServices.Marshal.SizeOf(System.Type t = {Name = "LINECALLINFO" FullName = "OpenNETCF.Tapi.LINECALLINFO"}) + 0x6 bytes
    TapiLib.dll!OpenNETCF.Tapi.Call.Call(System.IntPtr hCall = 6098800) Line 27 + 0x10 bytes C#
    TapiLib.dll!OpenNETCF.Tapi.Tapi.OnNewCall(OpenNETCF.Tapi.LINEMESSAGE msg = {LINE_APPNEWCALL}) Line 278 + 0x1e bytes C#
    TapiLib.dll!OpenNETCF.Tapi.Tapi.TapiThreadProc() Line 266 C#




    Jon Abaunza
  • 05-09-2006 2:44 In reply to

    Re: TAPi wrapper problem; Bug?

    hello,

    I have the same problem, could you already solve it ?

    Thanks, Jogi

  • 05-22-2006 6:56 In reply to

    Re: TAPi wrapper problem; Bug?

    I also have this problem. Has anybody found a solution? In fact, any help would be appreciated!
  • 05-31-2006 4:19 In reply to

    Re: TAPi wrapper problem; Bug?

    Yes I got it solved thanks to Dan. He sent me the source code of a previous version of the TAPI wrapper where he had patched the problem with a workaround.
    This version had enaugh functionality for me as I just wanted to be notified on new Call and on every change of the State of the Call.
    If you want the Source of the previous version just send me an email.
    (Look in my profile for the email)

    Jon Abaunza
  • 06-27-2006 9:39 In reply to

    Re: TAPi wrapper problem; Bug?

    Jon,
    can I have source code of tapilib please


    Thanks
    Tan
  • 09-04-2006 10:07 In reply to

    Re: TAPi wrapper problem; Bug?

    can i have the sourcecode too? can you post the workarround?

    Thanks
  • 09-04-2006 10:18 In reply to

    Re: TAPi wrapper problem; Bug?

    Just for your interest: TAPI v2 is the actual version.
    It can be downloaded at http://www.alexfeinman.com/download.asp?doc=Tapiv2.zip

    Cheers, Peter
  • 06-30-2009 15:53 In reply to

    Re: TAPi wrapper problem; Bug?

    Hi, Everybody.

    I have same problem, but can't find TapiLib v2 anywhere. Can someone provide correct link?

    Kind regards.

  • 06-30-2009 16:00 In reply to

    • ctacke
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-27-2007
    • Indiana
    • Posts 2,149

    Re: TAPi wrapper problem; Bug?

     It's on codeplex: http://tapi.codeplex.com

     

Page 1 of 1 (9 items)