Click here to Skip to main content
15,914,225 members
Home / Discussions / COM
   

COM

 
GeneralCreate C++ COM DLL by using Visual Studio.Net 2003 Pin
webdevelopex17-Jan-05 19:04
webdevelopex17-Jan-05 19:04 
GeneralRe: Create C++ COM DLL by using Visual Studio.Net 2003 Pin
Martin Koorts18-Jan-05 0:56
Martin Koorts18-Jan-05 0:56 
GeneralRe: Create C++ COM DLL by using Visual Studio.Net 2003 Pin
Martin Koorts18-Jan-05 0:58
Martin Koorts18-Jan-05 0:58 
GeneralMs project server controls Pin
amalatsliit17-Jan-05 18:07
amalatsliit17-Jan-05 18:07 
Generalinstalling components... Pin
oxygen_fiend17-Jan-05 10:40
oxygen_fiend17-Jan-05 10:40 
Questionhow to open webbrowser window Pin
devom16-Jan-05 20:59
devom16-Jan-05 20:59 
AnswerRe: how to open webbrowser window Pin
Martin Koorts16-Jan-05 23:16
Martin Koorts16-Jan-05 23:16 
GeneralIDL question Pin
LasVegasGuy14-Jan-05 7:06
LasVegasGuy14-Jan-05 7:06 
This one is for IDL gurus!!
Given a structure similar to the following, defined in IDL

typedef struct
{
long something;
[string]wchar_t * someotherthing;
[string]wchar_t * yetanotherthing;
}SOMESTRUCT

I need my component to return a collection of SOMESTRUCT structures. (The exact number of SOMESTRUCT structures is not known until runtime)

There are two options here
1. Use an open(or whatever) array of SOMESTRUCT structures. Can someone give me the IDL for this?
2. Define IEnumXXX for the SOMESTRUCT structure. Is there some sample code somewhere?

thanks



Man Learns from History that he never learns from History
GeneralRe: IDL question Pin
Jörgen Sigvardsson16-Jan-05 12:04
Jörgen Sigvardsson16-Jan-05 12:04 
GeneralInvoking methods on interface marked as appobject from C++ client Pin
Martin Andersen14-Jan-05 1:33
Martin Andersen14-Jan-05 1:33 
GeneralRe: Invoking methods on interface marked as appobject from C++ client Pin
Vi214-Jan-05 4:36
Vi214-Jan-05 4:36 
GeneralRe: Invoking methods on interface marked as appobject from C++ client Pin
Martin Andersen14-Jan-05 4:45
Martin Andersen14-Jan-05 4:45 
GeneralRe: Invoking methods on interface marked as appobject from C++ client Pin
Vi214-Jan-05 5:35
Vi214-Jan-05 5:35 
GeneralFound it! Pin
Martin Andersen14-Jan-05 7:23
Martin Andersen14-Jan-05 7:23 
GeneralCOM : +/- ATL Pin
Malcolm Smart14-Jan-05 1:11
Malcolm Smart14-Jan-05 1:11 
GeneralRe: COM : +/- ATL Pin
Martin Koorts14-Jan-05 3:15
Martin Koorts14-Jan-05 3:15 
GeneralRe: COM : +/- ATL Pin
Jörgen Sigvardsson16-Jan-05 12:08
Jörgen Sigvardsson16-Jan-05 12:08 
Generalhelp on openwith dialog Pin
deepakskumar12-Jan-05 21:21
deepakskumar12-Jan-05 21:21 
QuestionHow do you free a COM library in Visual Basic? Pin
zumichu11-Jan-05 12:13
zumichu11-Jan-05 12:13 
AnswerRe: How do you free a COM library in Visual Basic? Pin
Martin Koorts12-Jan-05 0:40
Martin Koorts12-Jan-05 0:40 
AnswerRe: How do you free a COM library in Visual Basic? Pin
Anonymous13-Jan-05 1:36
Anonymous13-Jan-05 1:36 
GeneralRe: How do you free a COM library in Visual Basic? Pin
geo_m16-Jan-05 20:42
geo_m16-Jan-05 20:42 
GeneralRe: How do you free a COM library in Visual Basic? Pin
zumichu27-Jan-05 8:30
zumichu27-Jan-05 8:30 
Generalasfds Pin
Anonymous8-Jan-05 5:39
Anonymous8-Jan-05 5:39 
GeneralRe: asfds Pin
Jörgen Sigvardsson8-Jan-05 6:15
Jörgen Sigvardsson8-Jan-05 6:15 

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.