Click here to Skip to main content
15,907,001 members
Home / Discussions / COM
   

COM

 
General.net 2003 compilation error! Pin
kunja_chan6-Aug-04 2:40
kunja_chan6-Aug-04 2:40 
GeneralRe: .net 2003 compilation error! Pin
darkbyte18-Aug-04 13:46
darkbyte18-Aug-04 13:46 
GeneralUse to convert a spezific File to a Bitmap Pin
codefire5-Aug-04 0:49
codefire5-Aug-04 0:49 
Generalquestion Pin
ursus zeta9-Aug-04 11:01
ursus zeta9-Aug-04 11:01 
GeneralQueryInterface in CCmdTarget class in MFC Pin
johnny,Kim3-Aug-04 15:09
johnny,Kim3-Aug-04 15:09 
QuestionHow To run DCOM Component with Multiple Users Pin
Sushil Suri3-Aug-04 1:09
Sushil Suri3-Aug-04 1:09 
QuestionHow to make arguments as optional in DCOM method ? Pin
Anonymous3-Aug-04 0:48
Anonymous3-Aug-04 0:48 
AnswerRe: How to make arguments as optional in DCOM method ? Pin
f646-Aug-04 14:40
f646-Aug-04 14:40 
Hi there,
What you have to modify is your IDL code to use the [optional] attribute for the method declaration.
So your code should look something like this
[id(0x00000001)] HRESULT vListMachine([in] VARIANT SrvName, [in, optional] VARIANT Domain);
where Domain is an optional parameter.

Check the MSDN for the MIDL optional attribute.

Fabian
QuestionHow can I pass a COM object from one server application to another? Pin
bpChristoph3-Aug-04 0:27
bpChristoph3-Aug-04 0:27 
QuestionHow to pass variable into DCOM STDMETHOD ? Pin
Amarelia30-Jul-04 19:24
Amarelia30-Jul-04 19:24 
GeneralInheritence in COM Pin
Gaurav Singhal30-Jul-04 10:50
Gaurav Singhal30-Jul-04 10:50 
GeneralRe: Inheritence in COM Pin
darkbyte30-Jul-04 15:42
darkbyte30-Jul-04 15:42 
QuestionNew to Com - is Com the way to go? Pin
John Ulvr29-Jul-04 3:56
John Ulvr29-Jul-04 3:56 
Generalwindows Message loop Pin
Abhi Lahare23-Jul-04 18:32
Abhi Lahare23-Jul-04 18:32 
GeneralHelp, COM advanced programmer help me. Pin
yellowdragon21-Jul-04 20:24
yellowdragon21-Jul-04 20:24 
GeneralRe: Help, COM advanced programmer help me. Pin
Milton Karimbekallil22-Jul-04 17:54
Milton Karimbekallil22-Jul-04 17:54 
GeneralRe: Help, COM advanced programmer help me. Pin
yellowdragon24-Jul-04 0:21
yellowdragon24-Jul-04 0:21 
GeneralCDialog in In-Process Server (DLL) Pin
Anonymous21-Jul-04 0:58
Anonymous21-Jul-04 0:58 
Generalshortcut Pin
ANDYFA20-Jul-04 14:23
ANDYFA20-Jul-04 14:23 
GeneralRe: shortcut Pin
Abhi Lahare23-Jul-04 18:20
Abhi Lahare23-Jul-04 18:20 
GeneralMixing COM event handling techniques Pin
zumichu20-Jul-04 11:48
zumichu20-Jul-04 11:48 
GeneralRe: Mixing COM event handling techniques Pin
Vi221-Jul-04 18:10
Vi221-Jul-04 18:10 
GeneralRe: Mixing COM event handling techniques Pin
zumichu21-Jul-04 18:41
zumichu21-Jul-04 18:41 
GeneralRe: Mixing COM event handling techniques Pin
Vi221-Jul-04 19:19
Vi221-Jul-04 19:19 
GeneralRe: Mixing COM event handling techniques Pin
zumichu21-Jul-04 19:44
zumichu21-Jul-04 19:44 

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.