Click here to Skip to main content
15,891,136 members
Home / Discussions / COM
   

COM

 
GeneralRe: InvalidCastException Pin
Jörgen Sigvardsson2-May-04 6:44
Jörgen Sigvardsson2-May-04 6:44 
GeneralRe: InvalidCastException Pin
..Hubert..3-May-04 0:29
..Hubert..3-May-04 0:29 
GeneralWTL 7.1 from Microsoft here Pin
TW26-Apr-04 22:35
TW26-Apr-04 22:35 
GeneralRe: WTL 7.1 from Microsoft here Pin
Jörgen Sigvardsson2-May-04 6:35
Jörgen Sigvardsson2-May-04 6:35 
GeneralHelp with _variant_t Pin
benwestgarth26-Apr-04 14:11
benwestgarth26-Apr-04 14:11 
GeneralRe: Help with _variant_t Pin
f6426-Apr-04 18:20
f6426-Apr-04 18:20 
GeneralRe: Help with _variant_t Pin
benwestgarth26-Apr-04 18:29
benwestgarth26-Apr-04 18:29 
GeneralRe: Help with _variant_t Pin
Rory Solley26-Apr-04 21:56
Rory Solley26-Apr-04 21:56 
You need to know how the object is encoded into the variant. Usually, a safearray of bytes can be used to encode an object (VT_ARRAY|VT_UI1) - in this case, you could simply extract the bytes and cast it to the relevant object structure.
GeneralRe: Help with _variant_t Pin
f6427-Apr-04 5:44
f6427-Apr-04 5:44 
GeneralRe: Help with _variant_t Pin
benwestgarth27-Apr-04 12:41
benwestgarth27-Apr-04 12:41 
GeneralRe: Help with _variant_t Pin
Milton Karimbekallil26-Apr-04 23:09
Milton Karimbekallil26-Apr-04 23:09 
GeneralIdentifying an unknown error Pin
Kaleb Pederson26-Apr-04 8:52
Kaleb Pederson26-Apr-04 8:52 
GeneralRe: Identifying an unknown error Pin
Mike Dimmick26-Apr-04 23:26
Mike Dimmick26-Apr-04 23:26 
GeneralRe: Identifying an unknown error Pin
Kaleb Pederson27-Apr-04 9:36
Kaleb Pederson27-Apr-04 9:36 
QuestionEasily find IID, CLSID, ProgID? Pin
Kaleb Pederson26-Apr-04 7:09
Kaleb Pederson26-Apr-04 7:09 
AnswerRe: Easily find IID, CLSID, ProgID? Pin
Prakash Nadar26-Apr-04 7:51
Prakash Nadar26-Apr-04 7:51 
GeneralRe: Easily find IID, CLSID, ProgID? Pin
Kaleb Pederson26-Apr-04 8:46
Kaleb Pederson26-Apr-04 8:46 
GeneralRe: Easily find IID, CLSID, ProgID? Pin
Prakash Nadar26-Apr-04 18:01
Prakash Nadar26-Apr-04 18:01 
GeneralRe: Easily find IID, CLSID, ProgID? Pin
Kaleb Pederson27-Apr-04 9:33
Kaleb Pederson27-Apr-04 9:33 
Questionhow to maintain relationship between parent and child activeX control Pin
Abhi Lahare26-Apr-04 0:49
Abhi Lahare26-Apr-04 0:49 
AnswerRe: how to maintain relationship between parent and child activeX control Pin
Jitendra gangwar27-Apr-04 20:20
Jitendra gangwar27-Apr-04 20:20 
GeneralForward declaration error of ICallFactory Pin
shahzi25-Apr-04 20:34
shahzi25-Apr-04 20:34 
GeneralRe: Forward declaration error of ICallFactory Pin
Mike Dimmick26-Apr-04 23:30
Mike Dimmick26-Apr-04 23:30 
GeneralRe: Forward declaration error of ICallFactory Pin
shahzi29-Apr-04 20:19
shahzi29-Apr-04 20:19 
Generalnon-blocking Method Calling from COM Client Pin
shahzi23-Apr-04 22:27
shahzi23-Apr-04 22:27 

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.