Click here to Skip to main content
15,890,882 members
Home / Discussions / COM
   

COM

 
AnswerRe: ID3DX10Mesh and ID3DXMesh Guids EXACTLY the same Pin
Randor 16-Jul-09 10:44
professional Randor 16-Jul-09 10:44 
GeneralRe: ID3DX10Mesh and ID3DXMesh Guids EXACTLY the same Pin
Klempie16-Jul-09 11:08
Klempie16-Jul-09 11:08 
GeneralRe: ID3DX10Mesh and ID3DXMesh Guids EXACTLY the same Pin
Baltoro16-Jul-09 15:03
Baltoro16-Jul-09 15:03 
GeneralRe: ID3DX10Mesh and ID3DXMesh Guids EXACTLY the same Pin
Klempie16-Jul-09 22:55
Klempie16-Jul-09 22:55 
QuestionLow Level Drive Hooks Pin
saif_saifi14-Jul-09 20:18
professionalsaif_saifi14-Jul-09 20:18 
AnswerRe: Low Level Drive Hooks Pin
Randor 15-Jul-09 13:00
professional Randor 15-Jul-09 13:00 
AnswerRe: Low Level Drive Hooks Pin
BrownCodeProject25-Jul-09 21:13
BrownCodeProject25-Jul-09 21:13 
QuestionQuestions on out-of-proc COM server Pin
WayneS13-Jul-09 3:12
WayneS13-Jul-09 3:12 
I have a couple of questions about developing an out-of-proc (local) COM server using ATL.

I need to figure out how to make the server function as a single instance. Currently, any call by a client app to CoCreateInstance will launch a new instance of my server. Is there a macro or define that I am missing?

I am also having trouble getting QueryInterface to work properly on an exposed class. I can only get a IUnknown ptr to my object. If the client calls QueryInterface to get a different interface, I can see via traces (from defining _ATL_DEBUG_INTERFACES and _ATL_DEBUG_QI) that the QI call on my object (in the exe) succeeds, but but the refcount is only going to 1, then QI succeeds, then release is called, dropping the refcount back to 0. (I am using the singleton class factory.) The call in the client is returning E_NOINTERFACE.

I would appreciate any ideas or suggestions on where to get help.

Thanks.

Wayne
AnswerRe: Questions on out-of-proc COM server Pin
Rod_22-Jul-09 0:25
Rod_22-Jul-09 0:25 
QuestionDll Registration Problem Pin
Member 428319513-Jul-09 0:56
Member 428319513-Jul-09 0:56 
AnswerRe: Dll Registration Problem Pin
«_Superman_»13-Jul-09 3:38
professional«_Superman_»13-Jul-09 3:38 
GeneralRe: Dll Registration Problem Pin
Member 428319513-Jul-09 19:57
Member 428319513-Jul-09 19:57 
AnswerRe: Dll Registration Problem Pin
Md. Marufuzzaman24-Jul-09 23:12
professionalMd. Marufuzzaman24-Jul-09 23:12 
QuestionHook the drag and drop functionality of windows..... Pin
FSam12-Jul-09 21:11
FSam12-Jul-09 21:11 
AnswerRe: Hook the drag and drop functionality of windows..... Pin
FSam13-Jul-09 20:22
FSam13-Jul-09 20:22 
QuestionHow to raise Performance of COM Server of external API ? Pin
gehbitte12-Jul-09 3:17
gehbitte12-Jul-09 3:17 
AnswerRe: How to raise Performance of COM Server of external API ? Pin
Baltoro12-Jul-09 10:58
Baltoro12-Jul-09 10:58 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
gehbitte12-Jul-09 23:48
gehbitte12-Jul-09 23:48 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
Baltoro16-Jul-09 14:53
Baltoro16-Jul-09 14:53 
GeneralRe: How to raise Performance of COM Server of external API ? Pin
gehbitte16-Jul-09 21:00
gehbitte16-Jul-09 21:00 
GeneralSome Information on COM server and client model Pin
Baltoro18-Jul-09 7:47
Baltoro18-Jul-09 7:47 
GeneralRe: Some Information on COM server and client model Pin
gehbitte18-Jul-09 8:48
gehbitte18-Jul-09 8:48 
GeneralRe: Some Information on COM server and client model Pin
Baltoro18-Jul-09 11:48
Baltoro18-Jul-09 11:48 
GeneralHa Ha (apparently Microsoft had this problem too) Pin
Baltoro18-Jul-09 13:04
Baltoro18-Jul-09 13:04 
GeneralRe: Ha Ha (apparently Microsoft had this problem too) Pin
gehbitte18-Jul-09 22:19
gehbitte18-Jul-09 22:19 

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.