I have a local server used inside a method of an in process server. When this interface is called by the client, CoCreateInstance() would fail to create an instance of the local server. The failu...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11207016.htm...
Zones:
Windows MFCDate Answered: 09/11/2000 Rating: 4.2 Views: 5
Hi All,
I am having a problem connecting to a remote COM service from a Windows 2000/NT machine to a windows
9x/Me machine.
When I use hr = CoCreateInstanceEx(m_clsid, NULL, CLSCTX_SERVER, ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20062228.html
Zones:
C++Date Answered: 06/25/2002 Rating: 6.6 Views: 0
hello,
this is a snippet of a c++ im trying to convert to c#. i couldnt. can someone help me?
MSHTML::IHTMLDocument2Ptr pDoc;
CoCreateInstance(CLSID_HTMLDocument, NULL, CLSCTX_I...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20383784.html
Zones:
C#Date Answered: 05/21/2004 Rating: 6.8 Views: 13
Hi,
here is my problem:
I have some COM dll's, they have different interfaces with the same methods for example f1() and f2().
Then i have a list of my identifications: classes and interfaces (C...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20736903.html
Zones:
C++Date Answered: 09/12/2003 Rating: 6.4 Views: 0
Hello,
How can I set the search path for CoCreateInstance()? I have a COM-DLL in another directory, maybe the systemdirectory. But the call to this function only succeeds if I copy this COM-DLL ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22106849.html
Zones:
C++Date Answered: 01/02/2007 Rating: 8.2 Views: 0
I have this call to CoCreateInstance
::CoCreateInstance(clsID, NULL, CLSCTX_ALL, guID, reinterpret_cast<void **>(&pI));
that fails, in fact it crashes and i get 0x000036b7 from GetLastError
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21737384.htm...
Zones:
Windows MFCDate Answered: 02/15/2006 Rating: 9.5 Views: 80
This should be easy but I've been looking for an example in MSDN and can't get a straight answer. I need to acces the CDO object model in a C++ ActiveX DLL. I bring in the classes via CDO.DLL or OL...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10128367.html
Zones:
C++,
ActiveXDate Answered: 02/15/1999 Rating: 9.8 Views: 0
Okay, here's a fun one...
When trying to access the Display Properties, either through Control Panel or by right-clicking on the desktop I get an error message in a pop-up window entitled "CoCreat...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_10154059.html
Zones:
Windows 98Date Answered: 05/27/1999 Rating: 6.0 Views: 0
Variants of this question have been asked several times. How do you call functions from a COM object created with Visual Basic (or anything else for that matter) from C++?
Well, it's not too di...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10255178.html
I have two threads running in my application. Thread A and Thread B.
Thread A code is like this:
ThreadA()
{
while (1)
{
// do some processing first here
d...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20186802.html
Zones:
C++Date Answered: 03/23/2002 Rating: 7.6 Views: 4