Click here to Skip to main content
16,012,759 members
Home / Discussions / COM
   

COM

 
GeneralRe: COM Object for sending ZIP file over internet Pin
Stephane Rodriguez.18-Aug-02 2:40
Stephane Rodriguez.18-Aug-02 2:40 
GeneralRe: COM Object for sending ZIP file over internet Pin
Amit Dey27-Aug-02 12:12
Amit Dey27-Aug-02 12:12 
GeneralRe: COM Object for sending ZIP file over internet Pin
Todd Smith27-Aug-02 20:37
Todd Smith27-Aug-02 20:37 
GeneralDLL Linker error Pin
suresh_sathya15-Aug-02 23:20
suresh_sathya15-Aug-02 23:20 
GeneralRe: DLL Linker error Pin
Stephane Rodriguez.16-Aug-02 2:07
Stephane Rodriguez.16-Aug-02 2:07 
GeneralDll Loading Clarification Pin
Muhammad Nauman Khan15-Aug-02 20:44
Muhammad Nauman Khan15-Aug-02 20:44 
GeneralCOM Usage Pin
abhinarulkar15-Aug-02 19:05
abhinarulkar15-Aug-02 19:05 
GeneralRe: COM Usage Pin
Paul M Watt15-Aug-02 20:05
mentorPaul M Watt15-Aug-02 20:05 
I do not know ASP, so I cannot help you with the current way that you are trying to do it. However if you change your definition in the IDL file that describes your interface for that function, and declare one of the options for your z value as retval as well as out like this:

HRESULT Addnum([in] int x, [in] int y, [out, retval] int *z);

It will make the z value a return value in langauges like VB, scripting languages and probably ASP. so instead of this:

objTest.Addnum x, y, IngReturnValue

you could write:

IngReturnValue = objText.Addnum(x,y)

I hope this helps,

Good Luck


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

GeneralRe: COM Usage Pin
abhinarulkar16-Aug-02 1:20
abhinarulkar16-Aug-02 1:20 
GeneralRe: COM Usage Pin
Stephane Rodriguez.15-Aug-02 20:44
Stephane Rodriguez.15-Aug-02 20:44 
GeneralCOM+ Alternatives in .NET Pin
Steve Severance15-Aug-02 13:10
Steve Severance15-Aug-02 13:10 
GeneralRe: COM+ Alternatives in .NET Pin
Stephane Rodriguez.15-Aug-02 20:58
Stephane Rodriguez.15-Aug-02 20:58 
GeneralRe: COM+ Alternatives in .NET Pin
Steve Severance16-Aug-02 3:53
Steve Severance16-Aug-02 3:53 
GeneralRe: COM+ Alternatives in .NET Pin
Stephane Rodriguez.18-Aug-02 2:45
Stephane Rodriguez.18-Aug-02 2:45 
GeneralPlugin can`t access Outlook contacts w/o warning message! :wtf: Pin
LukeV15-Aug-02 4:01
LukeV15-Aug-02 4:01 
GeneralRe: Plugin can`t access Outlook contacts w/o warning message! :wtf: Pin
LukeV15-Aug-02 4:16
LukeV15-Aug-02 4:16 
GeneralRe: Plugin can`t access Outlook contacts w/o warning message! :wtf: Pin
b_p_smith26-Aug-02 13:29
b_p_smith26-Aug-02 13:29 
GeneralCOM/OLE in .NET Pin
zet15-Aug-02 1:27
zet15-Aug-02 1:27 
GeneralRe: COM/OLE in .NET Pin
Stephane Rodriguez.15-Aug-02 21:07
Stephane Rodriguez.15-Aug-02 21:07 
GeneralRe: COM/OLE in .NET Pin
zet16-Aug-02 4:09
zet16-Aug-02 4:09 
GeneralRe: COM/OLE in .NET Pin
Stephane Rodriguez.18-Aug-02 3:11
Stephane Rodriguez.18-Aug-02 3:11 
QuestionIObjectContext: how to add something ? Pin
Daniel Turini14-Aug-02 4:47
Daniel Turini14-Aug-02 4:47 
GeneralMIDL compile problem Pin
alma14-Aug-02 4:44
alma14-Aug-02 4:44 
GeneralRe: MIDL compile problem Pin
alma14-Aug-02 7:03
alma14-Aug-02 7:03 
QuestionActivating IE proxy settings...? Pin
Tommy Svensson14-Aug-02 0:53
Tommy Svensson14-Aug-02 0:53 

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.