Click here to Skip to main content
15,902,198 members
Home / Discussions / COM
   

COM

 
AnswerRe: ActiveX newbie Pin
Nathan Holt at EMOM16-Nov-07 7:27
Nathan Holt at EMOM16-Nov-07 7:27 
GeneralRe: ActiveX newbie Pin
earlp16-Nov-07 9:34
earlp16-Nov-07 9:34 
GeneralRe: ActiveX newbie Pin
Nathan Holt at EMOM19-Nov-07 9:37
Nathan Holt at EMOM19-Nov-07 9:37 
AnswerRe: ActiveX newbie Pin
charlieg28-Nov-07 10:10
charlieg28-Nov-07 10:10 
GeneralRe: ActiveX newbie Pin
earlp30-Nov-07 6:56
earlp30-Nov-07 6:56 
QuestionFire event from thread on ATL COM server (VC2003)... [modified] Pin
achainard7-Nov-07 23:40
achainard7-Nov-07 23:40 
AnswerRe: Fire event from thread on ATL COM server (VC2003)... Pin
Roger Stoltz8-Nov-07 2:51
Roger Stoltz8-Nov-07 2:51 
GeneralRe: Fire event from thread on ATL COM server (VC2003)... Pin
achainard8-Nov-07 4:40
achainard8-Nov-07 4:40 
Hi,

Thanks for the answer but i already see this article, the problem is how integrated it to my code, i understand the problem, and i have a lot of solution but i can found have integrated it Frown | :(

I try a lot of things like this (remove wizard event and implement it manually => It crash, like the sample of Michael Lindig's.

If you have a small working sample (client\server) i will be happy... Multithread event is very hard for me, i found how do it in single thread on 10 minutes... And for multithread, i search from 4 days...

My last try that crash on start…

// CDeviceManager
[
coclass,
threading("apartment"),
//event_source("com"),
vi_progid("Essilor.Manager.DeviceManager"),
progid("Essilor.Manager.DeviceManager.1"),
version(1.0),
uuid("5CCB5A39-BF78-40A4-89E4-D0DBE82D8B7D"),
default(IDeviceManager),
helpstring("Essilor DeviceManager Class")
]
class ATL_NO_VTABLE CDeviceManager :
public IObjectWithSiteImpl<<cdevicemanager>>
, public IDeviceManager
, public IConnectionPointImpl<<cdevicemanager, &__uuidof(_idevicemanagerevents),="" ccomdynamicunkarray_git="">>
{
public:
CDeviceManager ();

//__event __interface _IDeviceManagerEvents;

...


Thanks for your help.

Arnaud




...

GeneralRe: Fire event from thread on ATL COM server (VC2003)... Pin
Roger Stoltz8-Nov-07 5:13
Roger Stoltz8-Nov-07 5:13 
GeneralRe: Fire event from thread on ATL COM server (VC2003)... [modified] Pin
achainard8-Nov-07 6:49
achainard8-Nov-07 6:49 
Question.NET c# HowTo overload a COM class/interface ? Pin
FriendOfAsherah6-Nov-07 4:55
FriendOfAsherah6-Nov-07 4:55 
AnswerRe: .NET c# HowTo overload a COM class/interface ? Pin
Nathan Holt at EMOM9-Nov-07 5:44
Nathan Holt at EMOM9-Nov-07 5:44 
GeneralRe: .NET c# HowTo overload a COM class/interface ? Pin
FriendOfAsherah9-Nov-07 9:05
FriendOfAsherah9-Nov-07 9:05 
GeneralRe: .NET c# HowTo overload a COM class/interface ? Pin
Nathan Holt at EMOM9-Nov-07 11:27
Nathan Holt at EMOM9-Nov-07 11:27 
GeneralRe: .NET c# HowTo overload a COM class/interface ? Pin
FriendOfAsherah9-Nov-07 18:57
FriendOfAsherah9-Nov-07 18:57 
QuestionCOM event firing to multiple targets Pin
eero_p5-Nov-07 23:34
eero_p5-Nov-07 23:34 
AnswerRe: COM event firing to multiple targets Pin
Hubert Mayer9-Nov-07 3:00
Hubert Mayer9-Nov-07 3:00 
GeneralRe: COM event firing to multiple targets Pin
Rajasekharan Vengalil10-Nov-07 13:01
Rajasekharan Vengalil10-Nov-07 13:01 
GeneralRe: COM event firing to multiple targets Pin
eero_p12-Nov-07 20:59
eero_p12-Nov-07 20:59 
Questionwmi ---WBEM_E_INVALID_METHOD_PARAMETERS Pin
Hanks_Compal5-Nov-07 5:31
Hanks_Compal5-Nov-07 5:31 
QuestionREGTLB Pin
hiajay4-Nov-07 22:38
hiajay4-Nov-07 22:38 
AnswerRe: REGTLB Pin
User 2155975-Nov-07 0:18
User 2155975-Nov-07 0:18 
GeneralRe: REGTLB Pin
hiajay5-Nov-07 0:31
hiajay5-Nov-07 0:31 
GeneralRe: REGTLB Pin
User 2155975-Nov-07 0:41
User 2155975-Nov-07 0:41 
QuestionLearning COM Pin
vipin_nvk30-Oct-07 22:54
vipin_nvk30-Oct-07 22:54 

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.