Enter Keywords:
1 - 10 of 52(0 seconds)
Sort By:
 
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...
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, ...
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...
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...
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 ...
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 ...
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...
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...
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...
Zones: C++, Microsoft ProgrammingDate Answered: 01/06/2000 Rating: 8.1 Views: 89
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...
Zones: C++Date Answered: 03/23/2002 Rating: 7.6 Views: 4