Click here to Skip to main content
16,005,149 members
Home / Discussions / COM
   

COM

 
GeneralRe: One IDL, Multiple Implementations? Pin
Lim Bio Liong14-Jul-05 4:28
Lim Bio Liong14-Jul-05 4:28 
GeneralRe: One IDL, Multiple Implementations? Pin
Akth20-Jul-05 14:13
Akth20-Jul-05 14:13 
GeneralRe: One IDL, Multiple Implementations? Pin
Lim Bio Liong20-Jul-05 15:33
Lim Bio Liong20-Jul-05 15:33 
GeneralRe: One IDL, Multiple Implementations? Pin
Lim Bio Liong25-Jul-05 7:40
Lim Bio Liong25-Jul-05 7:40 
Generalconverting the type library to a .net assembly failed Pin
jwjanzen11-Jul-05 3:18
jwjanzen11-Jul-05 3:18 
Generalwriting com/shell extensions in masm Pin
salafii8-Jul-05 6:56
salafii8-Jul-05 6:56 
GeneralRe: writing com/shell extensions in masm Pin
Michael Dunn18-Jul-05 2:49
sitebuilderMichael Dunn18-Jul-05 2:49 
GeneralWhen Create Instance,Error in CoCreateInstanceEx Pin
stonewall_20007-Jul-05 21:57
stonewall_20007-Jul-05 21:57 
Confused | :confused: I am Create Instance in DCOM Client.Show me my code:
// Create the server locally
/*HRESULT hResult = m_pChatSvr->CreateInstance(CLSID_ChatSvr);*/
HRESULT hResult = CoCreateInstanceEx(CLSID_ChatSvr, NULL,
CLSCTX_LOCAL_SERVER | CLSCTX_REMOTE_SERVER, &serverInfo, 1, &qi);
if (FAILED(hResult))
{
//handle Error
}

When Program is Running in DCOM CLient,visual C++ show me hResult
='-2147024891' and "E_ACCESSDENIED"
Please tell me What about it!
GeneralBuilding class in COM Pin
Logan from Singapore6-Jul-05 16:11
Logan from Singapore6-Jul-05 16:11 
GeneralThread profiling in C++/COM components Pin
rajandpayal6-Jul-05 15:51
rajandpayal6-Jul-05 15:51 
Questionaudio mux directshow filter? Pin
Taiwu Chiang6-Jul-05 11:38
Taiwu Chiang6-Jul-05 11:38 
Generalread input from a port Pin
kwena5-Jul-05 21:18
kwena5-Jul-05 21:18 
GeneralCreating an instance of a hidden interface Pin
Dave Moran5-Jul-05 9:51
Dave Moran5-Jul-05 9:51 
GeneralUsing Web Browser Pin
Chna5-Jul-05 0:25
Chna5-Jul-05 0:25 
GeneralSorry !! I occurs some problems when i add webservice to ATL COM Pin
clw89u4-Jul-05 16:21
clw89u4-Jul-05 16:21 
GeneralRe: Sorry !! I occurs some problems when i add webservice to ATL COM Pin
clw89u4-Jul-05 16:24
clw89u4-Jul-05 16:24 
GeneralCOM Newbie Question Pin
Steve Messer1-Jul-05 19:24
Steve Messer1-Jul-05 19:24 
GeneralRe: COM Newbie Question Pin
Christian Graus4-Jul-05 16:28
protectorChristian Graus4-Jul-05 16:28 
GeneralRe: COM Newbie Question Pin
Steve Messer4-Jul-05 19:41
Steve Messer4-Jul-05 19:41 
GeneralRe: COM Newbie Question Pin
Jörgen Sigvardsson5-Jul-05 12:40
Jörgen Sigvardsson5-Jul-05 12:40 
GeneralShell programming with COM Pin
alex__b30-Jun-05 19:13
professionalalex__b30-Jun-05 19:13 
GeneralOutlook express add in Pin
Wessam Fathi30-Jun-05 13:00
Wessam Fathi30-Jun-05 13:00 
GeneralRe: Outlook express add in Pin
ThatsAlok3-Jul-05 20:21
ThatsAlok3-Jul-05 20:21 
GeneralMultiple processes in single window Pin
Bill Chan30-Jun-05 10:36
Bill Chan30-Jun-05 10:36 
GeneralRe: Multiple processes in single window Pin
Umair Ahmad khan6-Jul-05 12:04
Umair Ahmad khan6-Jul-05 12:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.