Click here to Skip to main content
16,011,608 members
Home / Discussions / COM
   

COM

 
GeneralClient with flexible server name. Pin
MauriceMG9-Apr-03 22:40
MauriceMG9-Apr-03 22:40 
GeneralRe: Client with flexible server name. Pin
pba_10-Apr-03 4:17
pba_10-Apr-03 4:17 
GeneralRe: Client with flexible server name. Pin
MauriceMG10-Apr-03 20:04
MauriceMG10-Apr-03 20:04 
GeneralDetecting the apartment Pin
Dave Bryant9-Apr-03 9:54
Dave Bryant9-Apr-03 9:54 
GeneralRe: Detecting the apartment Pin
Vi29-Apr-03 23:14
Vi29-Apr-03 23:14 
GeneralRe: Detecting the apartment Pin
Dave Bryant10-Apr-03 9:51
Dave Bryant10-Apr-03 9:51 
GeneralPassing safearray of UDTs Pin
bharanidharan9-Apr-03 9:32
bharanidharan9-Apr-03 9:32 
GeneralRe: Passing safearray of UDTs Pin
Vi29-Apr-03 22:47
Vi29-Apr-03 22:47 
Remove the "tag" part from "tagConInfoStruct"! Also you should use OLE Automation types if you want use this structure in OLE client. Both ULONG and USHORT are incompatible with OLE. Use signed long and short types.
typedef [uuid(F5C2F02A-09D3-4fca-B5A9-5413009F6365)]
struct ConInfoStruct
{
  LONG m_ipAddress;
  SHORT m_appType;
  LONG m_appID;
}ConInfoStruct;



With best wishes,
Vita
GeneralCOM messages Pin
_Magnus_8-Apr-03 23:12
_Magnus_8-Apr-03 23:12 
QuestionPassing SafeArray in Automation? Pin
mandelbrot8-Apr-03 19:36
mandelbrot8-Apr-03 19:36 
AnswerRe: Passing SafeArray in Automation? Pin
geo_m8-Apr-03 21:49
geo_m8-Apr-03 21:49 
AnswerRe: Passing SafeArray in Automation? Pin
Jon Taylor8-Apr-03 22:39
Jon Taylor8-Apr-03 22:39 
GeneralExecute mode detection in EXE COM Pin
Ryszard Krakowiak4-Apr-03 18:51
Ryszard Krakowiak4-Apr-03 18:51 
GeneralRe: Execute mode detection in EXE COM Pin
Stephane Rodriguez.4-Apr-03 18:58
Stephane Rodriguez.4-Apr-03 18:58 
GeneralRe: Execute mode detection in EXE COM Pin
J. Dunlap4-Apr-03 19:54
J. Dunlap4-Apr-03 19:54 
GeneralRe: Execute mode detection in EXE COM Pin
Ryszard Krakowiak4-Apr-03 20:08
Ryszard Krakowiak4-Apr-03 20:08 
GeneralRe: Execute mode detection in EXE COM Pin
Vi26-Apr-03 20:42
Vi26-Apr-03 20:42 
GeneralATL 7.0 Passing SafeArrays Pin
Nicholas Cardi4-Apr-03 5:06
Nicholas Cardi4-Apr-03 5:06 
GeneralRe: ATL 7.0 Passing SafeArrays Pin
J. Dunlap4-Apr-03 6:47
J. Dunlap4-Apr-03 6:47 
GeneralRe: ATL 7.0 Passing SafeArrays Pin
Nicholas Cardi4-Apr-03 7:33
Nicholas Cardi4-Apr-03 7:33 
GeneralMFC->COM & JNI Pin
GWENJi4-Apr-03 4:21
GWENJi4-Apr-03 4:21 
GeneralPlug n Play Pin
Prabhakar3-Apr-03 11:27
Prabhakar3-Apr-03 11:27 
QuestionCan I add a menu option to Internet Explorer? Pin
rdautel3-Apr-03 7:41
rdautel3-Apr-03 7:41 
AnswerRe: Can I add a menu option to Internet Explorer? Pin
Anonymous3-Apr-03 7:54
Anonymous3-Apr-03 7:54 
QuestionActiveX on Dialog breaks DialogBoxParam? Pin
Dan Thurman3-Apr-03 7:00
Dan Thurman3-Apr-03 7:00 

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.