How do I make multi users for incomming calls by using RTC Clieht
Wed, 13 Feb 2008 20:10:00 -0800
Hello
I am making the application which is the Interactive voice response(IVR) by
using the RTC Client API.
So I made the softphone which can only use to one person by using that.
As you know, the IVR must support multi users.
How would it be possible to make my application for the IVR?
If anyone know h ...
|
How to gracefully terminate threads when ActiveX container (internet
explorer) closes
Wed, 13 Feb 2008 13:27:14 -0800 (PST)
Hi all,
I'm developing an ActiveX control which spawns a UI thread. This
thread in turn allocates a BYTE * pointer and opens a file from disk.
All nice and dandy, except than when the user closes the browser, the
thread does not get a chance to end properly, so the pointer is not
released and causes IE to ...
|
Getting error E_UNEXPECTED invoking IActiveScript::ParseScriptText
Wed, 13 Feb 2008 08:49:04 -0800
I'm getting error code E_UNEXPECTED intermittently when invoking method
ParseScriptText under certain circumstances.
We are developing a COM object which downloads scripts via a web service and
executes them using JScript engine. We are using the COM object in three
different scenarios.
1) Native C++ co ...
|
RegisterInterfaceInGlobal deadlock
Tue, 12 Feb 2008 12:23:40 -0800 (PST)
hello,
My C++/MFC application is encountering a deadlock when calling
RegisterInterfaceInGlobal
It was working fine for quite a long time, but now this started to
happen.
I've searched for code diff's with previous releases but it's quite
hard to track down where the problem is, in fact the code where the
d ...
|
Array woes
Mon, 11 Feb 2008 18:48:25 +0100
Hi everyone,
I'm calling a method on a COM object via IDispatch from Visual Basic Script. One of the parameters passed in is an array with three
elements containing strings. It arrives in :Invoke as a variant with vtype being (VT_VARIANT|VT_BYREF). The variant it refers to has
a vtype of (VT_ARRAY|VT_VARIANT| ...
|
Our new website
Fri, 8 Feb 2008 15:37:20 -0800
This website is for artist, freelancers, programmers, writers, translators. All who is looking for work.
If you are a skilled professional use page "Add profile" to create your profile.
Also this website is for those who is looking for skilled professional.
If you are looking for a professional use page "Pr ...
|
DCOM and anonymous access on XP/Vista
Fri, 8 Feb 2008 04:16:18 +0100
Hi all,
I have a question regarding DCOM security settings on XP/Vista.
Say I have a DCOM server and want to configure it for anonymous
access. (Btw the server is already started and the problem is just about
access rights, not start/activation rights)
On Win2K it was enough to add the Everyone identity to ...
|
|
|
Change the format of one cell
Thu, 7 Feb 2008 16:38:00 -0800
Hi.
Do you know how can I change the format of one cell using COM.
When I use Worksheet.cells.font.bold for example it changes the format but
it changes the whole book, and of course I need to have diferent formats
(font sizes, etc) in the sheet.
Please let me know
Thanx ...
|
How to get User Interface [out] using IDispatch::Invoke
Wed, 6 Feb 2008 13:56:00 -0800
I am using Invoke to call a method that returns a pointer to another
interface (IFoo). The only VARIANT that works is VT_BYREF | VT_UNKNOWN.
However, this returns an IUnknown object, and I must call QI to get the
properly marshalled interface pointer.
Is there a way to get the properly marshalled interfac ...
|
DDE problem under Windows Vista
Wed, 6 Feb 2008 08:47:03 -0800
I hope I'm posting my problem under the correct group. Otherwise I'll be
grateful if you can show me what group to post in.
I have an application developed in TPascal7 (16 bit). The application
communicates with another application window using DDE, under the same
computer.
The application works perfectl ...
|