Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionATL COM String Property issue Pin
Axonn Echysttas12-Nov-05 0:48
Axonn Echysttas12-Nov-05 0:48 
AnswerRe: ATL COM String Property issue Pin
Gary R. Wheeler12-Nov-05 6:44
Gary R. Wheeler12-Nov-05 6:44 
GeneralRe: ATL COM String Property issue Pin
Axonn Echysttas12-Nov-05 8:23
Axonn Echysttas12-Nov-05 8:23 
GeneralRe: ATL COM String Property issue Pin
Gary R. Wheeler12-Nov-05 10:26
Gary R. Wheeler12-Nov-05 10:26 
Axonn Echysttas wrote:
wasn't it supposed to be SysAllocString


The CString member that returns a BSTR is called AllocSysString, for some strange reason.

Axonn Echysttas wrote:
isn't this a memory leak


The rule with BSTR's is the producer allocates it, and the consumer SysFreeString's it. In your case, it will be the caller's job to free the string.


Software Zen: delete this;
GeneralRe: ATL COM String Property issue Pin
Axonn Echysttas12-Nov-05 13:14
Axonn Echysttas12-Nov-05 13:14 
GeneralRe: ATL COM String Property issue Pin
Gary R. Wheeler12-Nov-05 15:36
Gary R. Wheeler12-Nov-05 15:36 
GeneralRe: ATL COM String Property issue Pin
Axonn Echysttas12-Nov-05 20:37
Axonn Echysttas12-Nov-05 20:37 
Questionunicode problem Pin
torniker11-Nov-05 22:15
torniker11-Nov-05 22:15 
AnswerRe: unicode problem Pin
Jacky Tsee12-Nov-05 6:09
Jacky Tsee12-Nov-05 6:09 
GeneralRe: unicode problem Pin
torniker13-Nov-05 0:32
torniker13-Nov-05 0:32 
GeneralRe: unicode problem Pin
Gary R. Wheeler13-Nov-05 4:52
Gary R. Wheeler13-Nov-05 4:52 
QuestionWndows hook Pin
act_x11-Nov-05 22:07
act_x11-Nov-05 22:07 
QuestionMSHFlexGrid problem (First-chance exception in ACE.exe (MSHFLXGD.OCX): 0xC0000005: Access Violation.) Pin
lcm311-Nov-05 18:45
lcm311-Nov-05 18:45 
QuestionProblem in using SAFEARRAY Pin
BlrBoy11-Nov-05 18:40
BlrBoy11-Nov-05 18:40 
AnswerRe: Problem in using SAFEARRAY Pin
Mircea Puiu12-Nov-05 3:54
Mircea Puiu12-Nov-05 3:54 
QuestionShowing and hiding Pin
romuzu11-Nov-05 16:56
romuzu11-Nov-05 16:56 
AnswerRe: Showing and hiding Pin
vikas amin11-Nov-05 23:00
vikas amin11-Nov-05 23:00 
AnswerRe: Showing and hiding Pin
Rajesh R Subramanian13-Nov-05 21:39
professionalRajesh R Subramanian13-Nov-05 21:39 
Questionproblem using ADO with C++ Pin
Herr_Ernst11-Nov-05 13:15
Herr_Ernst11-Nov-05 13:15 
AnswerRe: problem using ADO with C++ Pin
Herr_Ernst11-Nov-05 13:33
Herr_Ernst11-Nov-05 13:33 
QuestionMDI Application Pin
masnu11-Nov-05 12:10
masnu11-Nov-05 12:10 
AnswerRe: MDI Application Pin
Cool Ju13-Nov-05 22:31
Cool Ju13-Nov-05 22:31 
GeneralRe: MDI Application Pin
masnu14-Nov-05 2:56
masnu14-Nov-05 2:56 
Questionwhy this is not called? CMyDoc::Serialize(CMyArchive& ar) Pin
lucy11-Nov-05 10:39
lucy11-Nov-05 10:39 
AnswerRe: why this is not called? CMyDoc::Serialize(CMyArchive& ar) Pin
Cool Ju13-Nov-05 22:52
Cool Ju13-Nov-05 22:52 

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.