![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2006
Posts: 3
Rep Power: 0
![]() |
tapi comobject errors
Im building a TAPI 3 project and Im using "System.Interop.Runtime.Marshal.ReleaseComobj(bcc);" to realease the object after a call. When I try to make another call I get the following error...
System.Runtime.InteropServices.COMException (0x80040007): Uninitialized object (Exception from HRESULT: 0x80040007 (OLE_E_BLANK)) at TAPI3Lib.ITBasicCallControl.Connect(Boolean fSync) at tapi3_dev.Form1.button2_Click(Object sender, EventArgs e) in C:\download\Phone Integration\TAPI\tapi3_dev\tapi3_dev\Form1.cs:line 364 Does anyone know what the problem is? Ryan |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Feb 2005
Location: PA, USA
Posts: 254
Rep Power: 4
![]() |
you have an uninitialized object
![]() let's see some code, that's about all I can tell you without actually seeing code.
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| c++ linkage errors | angry_asian | C++ | 11 | Jun 24th, 2006 8:05 PM |
| String I/O and Vector Insert errors | wingz198 | C++ | 1 | Oct 18th, 2005 10:47 PM |
| Very annoying errors | Aphex_Twin | C++ | 2 | Jun 9th, 2005 4:43 PM |
| Function Calls and Errors! | glopal | C++ | 5 | May 4th, 2005 11:09 AM |
| scandir etc errors in MSVC. | Siphon | C++ | 5 | Feb 4th, 2005 4:15 AM |