Click here to Skip to main content
15,909,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWierd CString Problem Pin
Emearg9-May-02 12:20
Emearg9-May-02 12:20 
GeneralRe: Wierd CString Problem Pin
Christian Graus9-May-02 12:41
protectorChristian Graus9-May-02 12:41 
GeneralRe: Wierd CString Problem Pin
Emearg9-May-02 12:36
Emearg9-May-02 12:36 
GeneralRe: Wierd CString Problem Pin
Christian Graus9-May-02 13:02
protectorChristian Graus9-May-02 13:02 
GeneralRe: Wierd CString Problem Pin
Nish Nishant9-May-02 14:51
sitebuilderNish Nishant9-May-02 14:51 
GeneralRe: Wierd CString Problem Pin
Christian Graus9-May-02 15:44
protectorChristian Graus9-May-02 15:44 
GeneralRe: Wierd CString Problem Pin
Nish Nishant9-May-02 17:24
sitebuilderNish Nishant9-May-02 17:24 
GeneralRe: Wierd CString Problem Pin
Maxwell Chen9-May-02 17:34
Maxwell Chen9-May-02 17:34 
Christian Graus wrote:
File.WriteString (LogConvert.GetBuffer(LogConvert.GetLength());
LogConvert.ReleaseBuffer;



Using GetBuffer( ) has to call ReleaseBuffer( ). If I code this way:
File.WriteString(LogConvert.operator LPCTSTR());


Is there any difference between GetBuffer() and operator LPCTSTR() ?




Maxwell Chen
People say "No news is good news". Then, no code is good code!?
GeneralRe: Wierd CString Problem Pin
Christian Graus9-May-02 17:40
protectorChristian Graus9-May-02 17:40 
GeneralRe: Wierd CString Problem Pin
jbarton10-May-02 9:38
jbarton10-May-02 9:38 
GeneralDrawDibDraw() equivalent Pin
moredip9-May-02 12:12
moredip9-May-02 12:12 
GeneralRe: DrawDibDraw() equivalent Pin
Mike Nordell9-May-02 20:19
Mike Nordell9-May-02 20:19 
GeneralRe: DrawDibDraw() equivalent Pin
moredip10-May-02 5:48
moredip10-May-02 5:48 
GeneralRe: DrawDibDraw() equivalent Pin
Mike Nordell21-May-02 5:34
Mike Nordell21-May-02 5:34 
GeneralRe: DrawDibDraw() equivalent Pin
moredip21-May-02 7:51
moredip21-May-02 7:51 
GeneralDoubleClick Area Validation in CListView :: MFC Pin
valikac9-May-02 11:48
valikac9-May-02 11:48 
GeneralRe: DoubleClick Area Validation in CListView :: MFC Pin
Tom Archer9-May-02 22:16
Tom Archer9-May-02 22:16 
GeneralRe: DoubleClick Area Validation in CListView :: MFC Pin
valikac10-May-02 4:53
valikac10-May-02 4:53 
GeneralRe: DoubleClick Area Validation in CListView :: MFC Pin
Tom Archer10-May-02 5:18
Tom Archer10-May-02 5:18 
GeneralLib Errors Pin
stupration9-May-02 11:43
stupration9-May-02 11:43 
GeneralRe: Lib Errors Pin
Joaquín M López Muñoz9-May-02 11:46
Joaquín M López Muñoz9-May-02 11:46 
GeneralRe: Lib Errors Pin
stupration9-May-02 12:09
stupration9-May-02 12:09 
GeneralRe: Lib Errors Pin
Joaquín M López Muñoz9-May-02 20:01
Joaquín M López Muñoz9-May-02 20:01 
GeneralRe: Lib Errors Pin
Mike Nordell9-May-02 20:24
Mike Nordell9-May-02 20:24 
GeneralRe: Lib Errors Pin
stupration10-May-02 12:54
stupration10-May-02 12:54 

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.