Click here to Skip to main content
15,905,915 members
Home / Discussions / COM
   

COM

 
GeneralRe: Handling events with COM object as param Pin
NotProfessional11-Dec-03 9:42
NotProfessional11-Dec-03 9:42 
GeneralRe: Handling events with COM object as param Pin
NotProfessional11-Dec-03 10:27
NotProfessional11-Dec-03 10:27 
GeneralRe: Handling events with COM object as param Pin
Vi211-Dec-03 2:54
Vi211-Dec-03 2:54 
GeneralIIS - Automation - COM - ASP Pin
tourdata9-Dec-03 23:46
tourdata9-Dec-03 23:46 
GeneralRe: IIS - Automation - COM - ASP Pin
Xiangyang Liu 刘向阳12-Dec-03 4:29
Xiangyang Liu 刘向阳12-Dec-03 4:29 
QuestionHow to call 16 bit component in a 32 bit Operationg system Pin
Mohan Babu D9-Dec-03 20:32
Mohan Babu D9-Dec-03 20:32 
AnswerRe: How to call 16 bit component in a 32 bit Operationg system Pin
Abhishek Srivastava9-Dec-03 22:05
Abhishek Srivastava9-Dec-03 22:05 
GeneralCOM and ATL Pin
Judah Gabriel Himango9-Dec-03 5:49
sponsorJudah Gabriel Himango9-Dec-03 5:49 
I have a COM object I'm using in an ATL project. One of the COM object's exposed interfaces is called IWTonload. According to the COM object's documentation, a class implements the IWTonload by having a method in the class called .onloadComplete.

In Java, I would go
<br />
public myClass implements IWTOnLoad<br />
{<br />
...<br />
void onLoadComplete()<br />
{<br />
}<br />
<br />
}


In C# I would go
<br />
public myClass: IWTOnLoad<br />
{<br />
void onLoadComplete()<br />
{<br />
}<br />
}


How would I implement this IWTOnLoad COM interface in a C++ ATL project? Any help is greatly appreciated.

The graveyards are filled with indispensible men.
GeneralRe: COM and ATL Pin
Abhishek Srivastava9-Dec-03 21:52
Abhishek Srivastava9-Dec-03 21:52 
GeneralLooking for a 'RPC/COM Call Monitor' tool Pin
ohadp9-Dec-03 2:00
ohadp9-Dec-03 2:00 
QuestionDoes this COM dll look unregistered? Pin
gregcost5-Dec-03 1:50
gregcost5-Dec-03 1:50 
AnswerRe: Does this COM dll look unregistered? Pin
Stephane Rodriguez.5-Dec-03 2:47
Stephane Rodriguez.5-Dec-03 2:47 
GeneralRe: Does this COM dll look unregistered? Pin
gregcost5-Dec-03 5:47
gregcost5-Dec-03 5:47 
GeneralRe: Does this COM dll look unregistered? Pin
gregcost5-Dec-03 5:55
gregcost5-Dec-03 5:55 
GeneralRe: Does this COM dll look unregistered? Pin
Stephane Rodriguez.5-Dec-03 6:15
Stephane Rodriguez.5-Dec-03 6:15 
GeneralRe: Does this COM dll look unregistered? Pin
gregcost5-Dec-03 8:59
gregcost5-Dec-03 8:59 
GeneralRe: Does this COM dll look unregistered? Pin
Stephane Rodriguez.5-Dec-03 9:33
Stephane Rodriguez.5-Dec-03 9:33 
GeneralRe: Does this COM dll look unregistered? Pin
gregcost5-Dec-03 17:23
gregcost5-Dec-03 17:23 
GeneralRe: Does this COM dll look unregistered? Pin
Stephane Rodriguez.5-Dec-03 20:01
Stephane Rodriguez.5-Dec-03 20:01 
GeneralCOM event cannot emit through Wrapper Class Pin
NotProfessional4-Dec-03 9:27
NotProfessional4-Dec-03 9:27 
GeneralHelp with COMException Pin
gregcost3-Dec-03 6:00
gregcost3-Dec-03 6:00 
GeneralProblems creating new objects Pin
TobiMcNamobi2-Dec-03 23:49
TobiMcNamobi2-Dec-03 23:49 
GeneralRe: Problems creating new objects Pin
TobiMcNamobi4-Dec-03 4:07
TobiMcNamobi4-Dec-03 4:07 
GeneralReading configuration information from a COM+ application Pin
Ivan Fernandez2-Dec-03 7:03
Ivan Fernandez2-Dec-03 7:03 
Questioncan wmi-client access the remote wmi on a machine outside of lan network? Pin
Habbit1-Dec-03 21:43
Habbit1-Dec-03 21:43 

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.