Click here to Skip to main content
16,007,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serialize Pin
Christian Graus14-May-01 12:52
protectorChristian Graus14-May-01 12:52 
GeneralRe: Serialize Pin
14-May-01 23:38
suss14-May-01 23:38 
GeneralWindow extensions in GDI Pin
14-May-01 6:36
suss14-May-01 6:36 
GeneralFilling a combo box from outside its dialog Pin
Wayne Janaway14-May-01 6:27
Wayne Janaway14-May-01 6:27 
GeneralRe: Filling a combo box from outside its dialog Pin
David Fleming14-May-01 12:07
David Fleming14-May-01 12:07 
GeneralRe: The easiest way is ... Pin
Masaaki Onishi14-May-01 17:58
Masaaki Onishi14-May-01 17:58 
GeneralRe: Filling a combo box from outside its dialog Pin
#realJSOP15-May-01 8:23
professional#realJSOP15-May-01 8:23 
Questioncall strcpy??????????? Pin
14-May-01 4:42
suss14-May-01 4:42 
hi there,
following problem:

char g_szOutputFile[_MAX_PATH];
CString pathname;
now i want to copy pathname into g_szOutputFile and i call
strcpy(g_szOutputFile,pathname);
but this doesn't look like it is working, are there any other functions i can call to convert a CString into a char?
thank's in advance,
patrickConfused | :confused:
AnswerRe: call strcpy??????????? Pin
XKent14-May-01 9:02
XKent14-May-01 9:02 
AnswerRe: call strcpy??????????? Pin
David Fleming14-May-01 14:05
David Fleming14-May-01 14:05 
GeneralRe: call strcpy??????????? Pin
14-May-01 15:42
suss14-May-01 15:42 
GeneralRe: call strcpy??????????? Pin
15-May-01 3:56
suss15-May-01 3:56 
AnswerRe: call strcpy??????????? Pin
15-May-01 4:18
suss15-May-01 4:18 
AnswerRe: call strcpy??????????? Pin
#realJSOP16-May-01 0:56
professional#realJSOP16-May-01 0:56 
GeneralStopping an application... Pin
Roger14-May-01 2:34
Roger14-May-01 2:34 
GeneralRe: Stopping an application... Pin
Tomasz Sowinski14-May-01 2:42
Tomasz Sowinski14-May-01 2:42 
GeneralRe: Stopping an application... Pin
Roger14-May-01 2:53
Roger14-May-01 2:53 
GeneralRe: Stopping an application... Pin
Tomasz Sowinski14-May-01 3:03
Tomasz Sowinski14-May-01 3:03 
GeneralRe: Stopping an application... Pin
Roger14-May-01 6:45
Roger14-May-01 6:45 
QuestionCFileDialog converting??? Pin
14-May-01 0:22
suss14-May-01 0:22 
AnswerRe: CFileDialog converting??? Pin
Tomasz Sowinski14-May-01 0:34
Tomasz Sowinski14-May-01 0:34 
GeneralRe: CFileDialog converting??? Pin
14-May-01 0:39
suss14-May-01 0:39 
GeneralRe: CFileDialog converting??? Pin
Tomasz Sowinski14-May-01 1:21
Tomasz Sowinski14-May-01 1:21 
GeneralRe: CFileDialog converting??? Pin
14-May-01 2:40
suss14-May-01 2:40 
GeneralPeculiar compiling differences. Pin
David Fleming13-May-01 14:57
David Fleming13-May-01 14:57 

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.