Click here to Skip to main content
16,006,512 members
Home / Discussions / COM
   

COM

 
GeneralRe: How to use one instance of a COM object in different processes? Pin
Ed K12-Jul-02 8:09
Ed K12-Jul-02 8:09 
QuestionCan somebody please answer this? Pin
JohnnyG3-Jul-02 14:26
JohnnyG3-Jul-02 14:26 
AnswerRe: Can somebody please answer this? Pin
soptest3-Jul-02 14:39
soptest3-Jul-02 14:39 
GeneralRe: Can somebody please answer this? Pin
JohnnyG3-Jul-02 14:59
JohnnyG3-Jul-02 14:59 
GeneralRe: Can somebody please answer this? Pin
JohnnyG3-Jul-02 15:36
JohnnyG3-Jul-02 15:36 
AnswerRe: Can somebody please answer this? Pin
Stuart Dootson3-Jul-02 14:45
professionalStuart Dootson3-Jul-02 14:45 
GeneralRe: Can somebody please answer this? Pin
Stuart Dootson3-Jul-02 14:47
professionalStuart Dootson3-Jul-02 14:47 
GeneralUnregistered objects Pin
Stuart Dootson3-Jul-02 14:21
professionalStuart Dootson3-Jul-02 14:21 
OK - not really a problem, but is there anything supremely wrong with this:

I've got some COM objects I'm using as helpers to get a scripting application (using IActiveScript with a user-selectable script engine) working (specifically, I've got an IActiveScriptSite implementation and some IDispatch-based objects that I'm inserting into the scripting namespace with IActiveScript::AddNamedItem). BUT...these objects are not registered COM classes, because they're just classes in a standard Win32 executable, not a COM server executable - I create them using 'new CComObject<class name>' and manage them with _com_ptr_t..or is it CComPtr - can't remember which right now. It all seems to work - but is there any reason that I should be using properly registered servers & objects & things?

Stuart Dootson

'Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p'
GeneralRe: Unregistered objects Pin
Scot T Brennecke6-Jul-02 4:50
Scot T Brennecke6-Jul-02 4:50 
GeneralFirst Time COM user w/ MSXML Pin
electronicman_x3-Jul-02 9:35
electronicman_x3-Jul-02 9:35 
GeneralAddin load problem Pin
Zizilamoroso3-Jul-02 4:38
Zizilamoroso3-Jul-02 4:38 
GeneralRe: Addin load problem Pin
Amit Dey4-Jul-02 10:31
Amit Dey4-Jul-02 10:31 
GeneralRe: Addin load problem Pin
Zizilamoroso5-Jul-02 6:45
Zizilamoroso5-Jul-02 6:45 
GeneralGet the caller thread Id of a marshalled interface Pin
2-Jul-02 7:46
suss2-Jul-02 7:46 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
Len Holgate4-Jul-02 12:42
Len Holgate4-Jul-02 12:42 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
4-Jul-02 21:50
suss4-Jul-02 21:50 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
Len Holgate4-Jul-02 22:22
Len Holgate4-Jul-02 22:22 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
4-Jul-02 22:43
suss4-Jul-02 22:43 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
Len Holgate4-Jul-02 22:49
Len Holgate4-Jul-02 22:49 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
4-Jul-02 23:29
suss4-Jul-02 23:29 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
Len Holgate5-Jul-02 0:05
Len Holgate5-Jul-02 0:05 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
5-Jul-02 0:13
suss5-Jul-02 0:13 
GeneralRe: Get the caller thread Id of a marshalled interface Pin
Len Holgate6-Jul-02 0:57
Len Holgate6-Jul-02 0:57 
GeneralKill a non-responsive COM Object Pin
Anders Molin2-Jul-02 1:18
professionalAnders Molin2-Jul-02 1:18 
GeneralRe: Kill a non-responsive COM Object Pin
Rama Krishna Vavilala2-Jul-02 6:35
Rama Krishna Vavilala2-Jul-02 6:35 

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.