Click here to Skip to main content
15,913,854 members
Home / Discussions / COM
   

COM

 
AnswerRe: Virtual PC and COM Server Pin
Stuart Dootson22-Jul-09 7:04
professionalStuart Dootson22-Jul-09 7:04 
GeneralRe: Virtual PC and COM Server Pin
gehbitte22-Jul-09 7:14
gehbitte22-Jul-09 7:14 
QuestionProblem passing interface pointer from COM server to .NET Client Pin
mbet87821-Jul-09 3:32
mbet87821-Jul-09 3:32 
Questiontext to speech Pin
koohbor_farhad32320-Jul-09 5:09
koohbor_farhad32320-Jul-09 5:09 
AnswerRe: text to speech Pin
Stuart Dootson20-Jul-09 23:26
professionalStuart Dootson20-Jul-09 23:26 
AnswerRe: text to speech Pin
benjymous27-Jul-09 22:47
benjymous27-Jul-09 22:47 
Questionusing com dll without registering it Pin
Ash_VCPP20-Jul-09 3:06
Ash_VCPP20-Jul-09 3:06 
AnswerRe: using com dll without registering it Pin
«_Superman_»20-Jul-09 19:56
professional«_Superman_»20-Jul-09 19:56 
GeneralRe: using com dll without registering it Pin
Md. Marufuzzaman25-Jul-09 18:52
professionalMd. Marufuzzaman25-Jul-09 18:52 
QuestionHow to Start Scanner and Camera wizard to import pictures by code? Pin
linova20-Jul-09 2:30
linova20-Jul-09 2:30 
QuestionObject doesn't support this property or method Pin
peace_smyle16-Jul-09 4:01
peace_smyle16-Jul-09 4:01 
AnswerRe: Object doesn't support this property or method Pin
Hristo-Bojilov16-Jul-09 9:12
Hristo-Bojilov16-Jul-09 9:12 
GeneralRe: Object doesn't support this property or method Pin
peace_smyle16-Jul-09 19:11
peace_smyle16-Jul-09 19:11 
QuestionID3DX10Mesh and ID3DXMesh Guids EXACTLY the same [modified] Pin
Klempie16-Jul-09 2:28
Klempie16-Jul-09 2:28 
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 

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.