Click here to Skip to main content
16,012,082 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: RIL_Initialize returns S_FALSE Pin
dishadiv11-Apr-07 0:09
dishadiv11-Apr-07 0:09 
QuestionCString problems from VC++ 6.0 to Visual Studio 2005 Pin
GDavy10-Apr-07 22:23
GDavy10-Apr-07 22:23 
AnswerRe: CString problems from VC++ 6.0 to Visual Studio 2005 Pin
prasad_som10-Apr-07 22:33
prasad_som10-Apr-07 22:33 
GeneralRe: CString problems from VC++ 6.0 to Visual Studio 2005 Pin
GDavy10-Apr-07 22:45
GDavy10-Apr-07 22:45 
GeneralRe: CString problems from VC++ 6.0 to Visual Studio 2005 Pin
Cedric Moonen10-Apr-07 22:52
Cedric Moonen10-Apr-07 22:52 
GeneralRe: CString problems from VC++ 6.0 to Visual Studio 2005 Pin
GDavy10-Apr-07 23:21
GDavy10-Apr-07 23:21 
AnswerRe: CString problems from VC++ 6.0 to Visual Studio 2005 Pin
prasad_som10-Apr-07 23:26
prasad_som10-Apr-07 23:26 
AnswerRe: CString problems from VC++ 6.0 to Visual Studio 2005 Pin
cp987610-Apr-07 22:47
cp987610-Apr-07 22:47 
I certainly use this construct regularly in VS2005 and it works OK for me. What I have just checked is:
<br />
const char lpszFiles[] = "FileInfo";	  <br />
<br />
CString str = lpszFiles;<br />

essentially the same.

You haven't got unicode defined have you?




Peter

"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

GeneralRe: CString problems from VC++ 6.0 to Visual Studio 2005 Pin
GDavy10-Apr-07 22:50
GDavy10-Apr-07 22:50 
Questionregedit Pin
deeps_cute10-Apr-07 21:58
deeps_cute10-Apr-07 21:58 
QuestionRe: regedit Pin
Rajesh R Subramanian10-Apr-07 22:00
professionalRajesh R Subramanian10-Apr-07 22:00 
AnswerRe: regedit Pin
deeps_cute10-Apr-07 22:02
deeps_cute10-Apr-07 22:02 
GeneralRe: regedit Pin
cp987610-Apr-07 22:51
cp987610-Apr-07 22:51 
GeneralRe: regedit Pin
Rajesh R Subramanian10-Apr-07 23:17
professionalRajesh R Subramanian10-Apr-07 23:17 
QuestionEscape Key Pin
prathuraj10-Apr-07 21:57
prathuraj10-Apr-07 21:57 
AnswerRe: Escape Key Pin
William.Wang10-Apr-07 22:18
William.Wang10-Apr-07 22:18 
GeneralRe: Escape Key Pin
prathuraj10-Apr-07 23:15
prathuraj10-Apr-07 23:15 
GeneralRe: Escape Key Pin
prathuraj10-Apr-07 23:17
prathuraj10-Apr-07 23:17 
AnswerRe: Escape Key Pin
Parthi_Appu10-Apr-07 23:55
Parthi_Appu10-Apr-07 23:55 
GeneralRe: Escape Key Pin
prathuraj11-Apr-07 1:32
prathuraj11-Apr-07 1:32 
AnswerRe: Escape Key Pin
Dustin Henry11-Apr-07 8:22
Dustin Henry11-Apr-07 8:22 
GeneralRe: Escape Key Pin
William.Wang12-Apr-07 17:01
William.Wang12-Apr-07 17:01 
QuestionHow to overwrite a file in vc++ Pin
Harish_kj10-Apr-07 21:54
Harish_kj10-Apr-07 21:54 
AnswerRe: How to overwrite a file in vc++ Pin
kanduripavan12-Apr-07 7:26
kanduripavan12-Apr-07 7:26 
GeneralRe: How to overwrite a file in vc++ Pin
Harish_kj13-Apr-07 3:30
Harish_kj13-Apr-07 3:30 

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.