Click here to Skip to main content
16,012,508 members
Home / Discussions / COM
   

COM

 
GeneralRe: DLL Linker error Pin
Stephane Rodriguez.16-Aug-02 2:07
Stephane Rodriguez.16-Aug-02 2:07 
GeneralDll Loading Clarification Pin
Muhammad Nauman Khan15-Aug-02 20:44
Muhammad Nauman Khan15-Aug-02 20:44 
GeneralCOM Usage Pin
abhinarulkar15-Aug-02 19:05
abhinarulkar15-Aug-02 19:05 
GeneralRe: COM Usage Pin
Paul M Watt15-Aug-02 20:05
mentorPaul M Watt15-Aug-02 20:05 
GeneralRe: COM Usage Pin
abhinarulkar16-Aug-02 1:20
abhinarulkar16-Aug-02 1:20 
GeneralRe: COM Usage Pin
Stephane Rodriguez.15-Aug-02 20:44
Stephane Rodriguez.15-Aug-02 20:44 
GeneralCOM+ Alternatives in .NET Pin
Steve Severance15-Aug-02 13:10
Steve Severance15-Aug-02 13:10 
GeneralRe: COM+ Alternatives in .NET Pin
Stephane Rodriguez.15-Aug-02 20:58
Stephane Rodriguez.15-Aug-02 20:58 
First of all, you probably don't need COM+ if you don't need absolute reliability or object pooling.

The MS documentation is a total fake about COM+. That's not a framework with drag&drop and voila! That's a predefined set of interfaces that YOU must implement without any help at all, that may provide, if you're lucky enough, some form of transaction, reliability, object pooling.
Be sure to understand that what COM+ gives you is the theory behind it. You may have spent a couple weeks inventing the wheel. With explained interfaces you just have to figure out the code for the interfaces.
And that's where the trick lies, because from a standard component, you'll get object pooling not only by implementing the adequate COM+ interfaces, but by making your current implementation stateless and so on, which in fact requires a total code reengineering.

Besides that, COM+ is very hard to handle. No matter how many articles you have in MSDN library, MSDN mag, and so on, I am not sure any one achieved an implementation in the real world.

AFAIK, I would either :
- stick with standard COM, and add a small proprietary layer for storing state and so on
- make my company buy a real COM+ framework implementation to play with. Don't know if that exists (equivalent of Iona's Corba for COM+).
GeneralRe: COM+ Alternatives in .NET Pin
Steve Severance16-Aug-02 3:53
Steve Severance16-Aug-02 3:53 
GeneralRe: COM+ Alternatives in .NET Pin
Stephane Rodriguez.18-Aug-02 2:45
Stephane Rodriguez.18-Aug-02 2:45 
GeneralPlugin can`t access Outlook contacts w/o warning message! :wtf: Pin
LukeV15-Aug-02 4:01
LukeV15-Aug-02 4:01 
GeneralRe: Plugin can`t access Outlook contacts w/o warning message! :wtf: Pin
LukeV15-Aug-02 4:16
LukeV15-Aug-02 4:16 
GeneralRe: Plugin can`t access Outlook contacts w/o warning message! :wtf: Pin
b_p_smith26-Aug-02 13:29
b_p_smith26-Aug-02 13:29 
GeneralCOM/OLE in .NET Pin
zet15-Aug-02 1:27
zet15-Aug-02 1:27 
GeneralRe: COM/OLE in .NET Pin
Stephane Rodriguez.15-Aug-02 21:07
Stephane Rodriguez.15-Aug-02 21:07 
GeneralRe: COM/OLE in .NET Pin
zet16-Aug-02 4:09
zet16-Aug-02 4:09 
GeneralRe: COM/OLE in .NET Pin
Stephane Rodriguez.18-Aug-02 3:11
Stephane Rodriguez.18-Aug-02 3:11 
QuestionIObjectContext: how to add something ? Pin
Daniel Turini14-Aug-02 4:47
Daniel Turini14-Aug-02 4:47 
GeneralMIDL compile problem Pin
alma14-Aug-02 4:44
alma14-Aug-02 4:44 
GeneralRe: MIDL compile problem Pin
alma14-Aug-02 7:03
alma14-Aug-02 7:03 
QuestionActivating IE proxy settings...? Pin
Tommy Svensson14-Aug-02 0:53
Tommy Svensson14-Aug-02 0:53 
AnswerRe: Activating IE proxy settings...? Pin
Daniel Turini14-Aug-02 4:58
Daniel Turini14-Aug-02 4:58 
AnswerRe: Activating IE proxy settings...? Pin
Tommy Svensson14-Aug-02 21:59
Tommy Svensson14-Aug-02 21:59 
QuestionHow can I pass a string from ActiveX to Javascript Pin
codeminder13-Aug-02 4:13
codeminder13-Aug-02 4:13 
AnswerRe: How can I pass a string from ActiveX to Javascript Pin
Ernest Laurentin13-Aug-02 16:31
Ernest Laurentin13-Aug-02 16:31 

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.