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

COM

 
GeneralRe: creating a com component from an IDL file Pin
ThatsAlok4-Nov-04 18:30
ThatsAlok4-Nov-04 18:30 
GeneralRe: creating a com component from an IDL file Pin
vikramlinux5-Nov-04 0:23
vikramlinux5-Nov-04 0:23 
GeneralWMFormat SDK problem while read a .wmv Pin
ytod3-Nov-04 22:40
ytod3-Nov-04 22:40 
GeneralAbout Runtime and Developer Component Pin
ThatsAlok3-Nov-04 20:30
ThatsAlok3-Nov-04 20:30 
GeneralRe: About Runtime and Developer Component Pin
Sir Garence15-Nov-04 5:44
sussSir Garence15-Nov-04 5:44 
GeneralRe: About Runtime and Developer Component Pin
ThatsAlok15-Nov-04 17:31
ThatsAlok15-Nov-04 17:31 
GeneralCOM Component Returning An Array to VBScript Pin
Doug Knudson3-Nov-04 4:32
Doug Knudson3-Nov-04 4:32 
GeneralRe: COM Component Returning An Array to VBScript Pin
Vi25-Nov-04 3:19
Vi25-Nov-04 3:19 
Your problem is the usage of BSTR value after the _bstr_t's destructor.

Change bData's type from BSTR to _bstr_t:
_bstr_t bData;<br />
...<br />
bData = documentTypeArray.GetAt(row);<br />
sa.PutElement(elementIndex,(BSTR) bData);


With best wishes,
Vita
GeneralOK. Component Services (COM+) crashes (?) Pin
CherezZaboro2-Nov-04 5:40
CherezZaboro2-Nov-04 5:40 
GeneralAccessing ActiveX control of other process Pin
Behlool1-Nov-04 19:00
Behlool1-Nov-04 19:00 
GeneralCoCreateInstance Failure Pin
skrishnasarma31-Oct-04 22:44
skrishnasarma31-Oct-04 22:44 
GeneralRe: CoCreateInstance Failure Pin
User 2155972-Nov-04 18:19
User 2155972-Nov-04 18:19 
GeneralRe: CoCreateInstance Failure Pin
skrishnasarma2-Nov-04 21:21
skrishnasarma2-Nov-04 21:21 
GeneralRe: CoCreateInstance Failure Pin
User 2155974-Nov-04 17:03
User 2155974-Nov-04 17:03 
GeneralRe: CoCreateInstance Failure Pin
skrishnasarma4-Nov-04 21:38
skrishnasarma4-Nov-04 21:38 
GeneralCLSID for TAPI Pin
asif m@hmood30-Oct-04 7:08
asif m@hmood30-Oct-04 7:08 
GeneralRe: CLSID for TAPI Pin
ThatsAlok5-Nov-04 2:40
ThatsAlok5-Nov-04 2:40 
Generalcreate a simple hex editor Pin
CD_ROM30-Oct-04 3:58
CD_ROM30-Oct-04 3:58 
GeneralRe: create a simple hex editor Pin
ThatsAlok3-Nov-04 17:19
ThatsAlok3-Nov-04 17:19 
GeneralUniquness of GUID of COM Pin
Ranjish29-Oct-04 19:44
Ranjish29-Oct-04 19:44 
GeneralRe: Uniquness of GUID of COM Pin
ThatsAlok29-Oct-04 20:55
ThatsAlok29-Oct-04 20:55 
GeneralRe: Uniquness of GUID of COM Pin
Ranjish29-Oct-04 21:01
Ranjish29-Oct-04 21:01 
GeneralRe: Uniquness of GUID of COM Pin
ThatsAlok29-Oct-04 21:10
ThatsAlok29-Oct-04 21:10 
GeneralRe: Uniquness of GUID of COM Pin
Ranjish29-Oct-04 21:15
Ranjish29-Oct-04 21:15 
GeneralRe: Uniquness of GUID of COM Pin
ThatsAlok29-Oct-04 21:28
ThatsAlok29-Oct-04 21:28 

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.