Click here to Skip to main content
15,923,281 members
Home / Discussions / COM
   

COM

 
AnswerRe: Adding a button to the Windows Explorer toolbar. Pin
prasad_som18-Jan-07 17:21
prasad_som18-Jan-07 17:21 
QuestionWeb service using COM objects suddenly not working Pin
Marcus J. Smith16-Jan-07 2:31
professionalMarcus J. Smith16-Jan-07 2:31 
AnswerRe: Web service using COM objects suddenly not working Pin
User 21559716-Jan-07 2:41
User 21559716-Jan-07 2:41 
GeneralRe: Web service using COM objects suddenly not working Pin
Marcus J. Smith16-Jan-07 2:58
professionalMarcus J. Smith16-Jan-07 2:58 
QuestionRe: Web service using COM objects suddenly not working Pin
prasad_som16-Jan-07 3:08
prasad_som16-Jan-07 3:08 
AnswerRe: Web service using COM objects suddenly not working Pin
Marcus J. Smith16-Jan-07 3:37
professionalMarcus J. Smith16-Jan-07 3:37 
QuestionMultiple COM Objects Pin
HakunaMatada16-Jan-07 1:59
HakunaMatada16-Jan-07 1:59 
AnswerRe: Multiple COM Objects Pin
User 21559716-Jan-07 2:39
User 21559716-Jan-07 2:39 
Is "IA" similar to an application or component IA's "State"? I believe you need to think about a better design by considering the fact that these IA instances are not like normal C++ objects. There is an amount of Marshalling, Cross Apartment access, and out of process calls required which may affect performance. The design choice should also consider these aspects and not just the frequent memory allocation for example.

So identify what exactly is the purpose of IA implemented instances and do you really need to expose them to client. Also how often will a "recreate" request come to you.

Also the design choice you are talking about is
1. Expose all interface directly
2. Use a Facade to expose the functionality instead (See facade design pattern)

Both work but only based on the exact need of problem you can find the best choice or a completely new way then what is said above.
What you have mentioned is abstract, if you can provide more details then we can help better.

These are my views so far. I hope they make sense in context of your problem

S o h a i l K a d i w a l a

To Err Is Human; to Debug, Divine


modified 21-Apr-21 21:01pm.

GeneralRe: Multiple COM Objects Pin
HakunaMatada16-Jan-07 4:08
HakunaMatada16-Jan-07 4:08 
GeneralRe: Multiple COM Objects Pin
User 21559716-Jan-07 4:27
User 21559716-Jan-07 4:27 
QuestionCreating Windows mail(outlook expr) account on Vista Pin
Sonani Prakash15-Jan-07 22:54
Sonani Prakash15-Jan-07 22:54 
AnswerRe: Creating Windows mail(outlook expr) account on Vista Pin
User 21559715-Jan-07 23:52
User 21559715-Jan-07 23:52 
GeneralRe: Creating Windows mail(outlook expr) account on Vista Pin
Sonani Prakash16-Jan-07 0:10
Sonani Prakash16-Jan-07 0:10 
GeneralRe: Creating Windows mail(outlook expr) account on Vista Pin
User 21559716-Jan-07 1:52
User 21559716-Jan-07 1:52 
GeneralRe: Creating Windows mail(outlook expr) account on Vista Pin
Sonani Prakash16-Jan-07 2:12
Sonani Prakash16-Jan-07 2:12 
GeneralRe: Creating Windows mail(outlook expr) account on Vista Pin
User 21559716-Jan-07 2:42
User 21559716-Jan-07 2:42 
QuestionVB.NET, SafeArray... Pin
Jeffrey Walton15-Jan-07 4:57
Jeffrey Walton15-Jan-07 4:57 
AnswerRe: VB.NET, SafeArray... Pin
prasad_som15-Jan-07 17:21
prasad_som15-Jan-07 17:21 
Questionapplication Crashing while AddRef() Pin
helpcode15-Jan-07 4:12
helpcode15-Jan-07 4:12 
GeneralRe: application Crashing while AddRef() Pin
prasad_som15-Jan-07 17:16
prasad_som15-Jan-07 17:16 
AnswerRe: application Crashing while AddRef() Pin
Tim Paaschen15-Jan-07 19:35
Tim Paaschen15-Jan-07 19:35 
QuestionReturning a SafeArray (IDL/Automation) Pin
zaccheus12-Jan-07 23:45
zaccheus12-Jan-07 23:45 
AnswerRe: Returning a SafeArray (IDL/Automation) Pin
Phil Harding15-Jan-07 3:34
Phil Harding15-Jan-07 3:34 
QuestionHow to display a Web Content in an Explorer Bar Pin
georgekjolly11-Jan-07 19:25
georgekjolly11-Jan-07 19:25 
AnswerRe: How to display a Web Content in an Explorer Bar Pin
User 21559712-Jan-07 1:03
User 21559712-Jan-07 1:03 

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.