Click here to Skip to main content
15,925,199 members
Home / Discussions / COM
   

COM

 
GeneralRe: DCOM on Windows 95 Pin
Espen Harlinn11-Nov-01 15:31
professionalEspen Harlinn11-Nov-01 15:31 
GeneralChanging ActiveX control size(extents) Pin
8-Nov-01 5:55
suss8-Nov-01 5:55 
GeneralITypeInfo and VT_PTR Pin
8-Nov-01 5:22
suss8-Nov-01 5:22 
GeneralRe: ITypeInfo and VT_PTR Pin
8-Nov-01 6:36
suss8-Nov-01 6:36 
GeneralReturning BSTR from dll not working right. Pin
7-Nov-01 23:16
suss7-Nov-01 23:16 
GeneralRe: Returning BSTR from dll not working right. Pin
cococut13-Nov-01 15:13
cococut13-Nov-01 15:13 
GeneralRe: Returning BSTR from dll not working right. Pin
13-Nov-01 21:40
suss13-Nov-01 21:40 
GeneralRe: Returning BSTR from dll not working right. Pin
Bill Wilson14-Nov-01 12:48
Bill Wilson14-Nov-01 12:48 
I had the same problem. I believe you are right about the unicode. Its a 2 byte per character format. If using English, every other byte is zero!

If you convert it to char * or CString the whole string should show up.

CString s((char *) (_bstr_t) bstr);
QuestionWhat I need to do install a component on the client machine ? Pin
7-Nov-01 9:49
suss7-Nov-01 9:49 
AnswerRe: What I need to do install a component on the client machine ? Pin
Deepak Khajuria7-Nov-01 19:08
Deepak Khajuria7-Nov-01 19:08 
GeneralCode works in break mode but not in run mode...help URGENT!!! Pin
7-Nov-01 9:46
suss7-Nov-01 9:46 
GeneralCreateThread vs. _beginthreadex Pin
Not Active7-Nov-01 6:40
mentorNot Active7-Nov-01 6:40 
GeneralRe: CreateThread vs. _beginthreadex Pin
Nemanja Trifunovic7-Nov-01 6:49
Nemanja Trifunovic7-Nov-01 6:49 
GeneralRe: CreateThread vs. _beginthreadex Pin
7-Nov-01 7:03
suss7-Nov-01 7:03 
GeneralRe: CreateThread vs. _beginthreadex Pin
Not Active7-Nov-01 14:17
mentorNot Active7-Nov-01 14:17 
GeneralHelp! WMI mem leak Pin
CPPWorker6-Nov-01 8:48
CPPWorker6-Nov-01 8:48 
GeneralLearning COM Pin
4-Nov-01 22:18
suss4-Nov-01 22:18 
GeneralRe: Learning COM Pin
Shadi Al-Kahwaji4-Nov-01 23:55
Shadi Al-Kahwaji4-Nov-01 23:55 
GeneralRe: Learning COM Pin
5-Nov-01 3:20
suss5-Nov-01 3:20 
GeneralRe: Learning COM Pin
Michael P Butler5-Nov-01 3:37
Michael P Butler5-Nov-01 3:37 
GeneralRe: Learning COM Pin
David Salter5-Nov-01 11:39
David Salter5-Nov-01 11:39 
GeneralRe: Learning COM Pin
12-Nov-01 23:47
suss12-Nov-01 23:47 
Generalremote operation Pin
YZ4-Nov-01 20:59
YZ4-Nov-01 20:59 
GeneralRe: remote operation Pin
Shadi Al-Kahwaji4-Nov-01 23:47
Shadi Al-Kahwaji4-Nov-01 23:47 
GeneralRegsrv32.exe error Pin
Romeozulu2-Nov-01 13:26
Romeozulu2-Nov-01 13:26 

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.