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

C / C++ / MFC

 
GeneralC++ 6.0 & C++.net Pin
sqtech9-May-02 12:49
sqtech9-May-02 12:49 
GeneralRe: C++ 6.0 & C++.net Pin
Michael Dunn9-May-02 14:50
sitebuilderMichael Dunn9-May-02 14:50 
GeneralRe: C++ 6.0 & C++.net Pin
Mike Nordell9-May-02 20:13
Mike Nordell9-May-02 20:13 
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 
Emearg wrote:
File.WriteString(LogConvert);

I have had a lot of trouble when I used a CString with WriteString. Use a char array.

char str[1024];
strcpy(str,LogConvert);
File.WriteString(str);

Nish


The posting stats are now in PDF:-
http://www.busterboy.org/codeproject/
Feel free to make your comments.
Updated - May 04th, Saturday

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 
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 

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.