Click here to Skip to main content
16,018,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: fclose(f_ptr2) - "Access Violation or memery can not be read" Pin
David Crow26-Nov-07 7:12
David Crow26-Nov-07 7:12 
AnswerRe: fclose(f_ptr2) - "Access Violation or memery can not be read" Pin
mrby12326-Nov-07 7:30
mrby12326-Nov-07 7:30 
QuestionLooking for a Gantt chart control Pin
Interrobang26-Nov-07 4:44
Interrobang26-Nov-07 4:44 
Questioncompile error when make a wchar_t conversion Pin
George_George26-Nov-07 3:53
George_George26-Nov-07 3:53 
AnswerRe: compile error when make a wchar_t conversion Pin
CPallini26-Nov-07 4:04
mveCPallini26-Nov-07 4:04 
GeneralRe: compile error when make a wchar_t conversion Pin
George_George26-Nov-07 20:46
George_George26-Nov-07 20:46 
GeneralNope Pin
CPallini26-Nov-07 22:23
mveCPallini26-Nov-07 22:23 
GeneralRe: Nope Pin
George_George26-Nov-07 23:31
George_George26-Nov-07 23:31 
Thanks CPallini,


I have tried the statement does not work, but what makes me confused is, even if I add wchar_t* type conversion to string literal L"FOO", it is still a string literal type and in this statement, I simply use space character to separate two string literals, and the expected result should be the concatenation of them.

Could you provide more information about why this statement does not work in C/C++ compiler please?

static wchar_t* p[1] = {(wchar_t*)L"GOO_" (wchar_t*)L"FOO"};


regards,
George
GeneralRe: Nope Pin
CPallini26-Nov-07 23:50
mveCPallini26-Nov-07 23:50 
GeneralRe: Nope Pin
George_George27-Nov-07 3:44
George_George27-Nov-07 3:44 
GeneralOfftopic Pin
Nelek27-Nov-07 21:12
protectorNelek27-Nov-07 21:12 
QuestionVista problem with HtmlView Pin
john563226-Nov-07 2:41
john563226-Nov-07 2:41 
Question_snprintf_s in Windows Embedded XP Pin
janadhana26-Nov-07 2:13
janadhana26-Nov-07 2:13 
AnswerRe: _snprintf_s in Windows Embedded XP Pin
JudyL_MD26-Nov-07 2:35
JudyL_MD26-Nov-07 2:35 
QuestionVC++ Codec (h264) Pin
renoreballos26-Nov-07 2:02
renoreballos26-Nov-07 2:02 
AnswerRe: VC++ Codec (h264) Pin
Mark Salsbery26-Nov-07 6:02
Mark Salsbery26-Nov-07 6:02 
GeneralRe: VC++ Codec (h264) Pin
renoreballos26-Nov-07 16:42
renoreballos26-Nov-07 16:42 
GeneralRe: VC++ Codec (h264) Pin
Mark Salsbery27-Nov-07 7:21
Mark Salsbery27-Nov-07 7:21 
GeneralRe: VC++ Codec (h264) Pin
renoreballos27-Nov-07 14:40
renoreballos27-Nov-07 14:40 
QuestionHow to change the client wnd dynamically in SDI(no doc-view) Pin
followait26-Nov-07 1:51
followait26-Nov-07 1:51 
QuestionImage Skew(angle) Pin
sujtha26-Nov-07 0:33
sujtha26-Nov-07 0:33 
QuestionRe: Image Skew(angle) Pin
Nelek26-Nov-07 0:58
protectorNelek26-Nov-07 0:58 
JokeRe: Image Skew(angle) Pin
CPallini26-Nov-07 2:07
mveCPallini26-Nov-07 2:07 
GeneralRe: Image Skew(angle) Pin
Chris Losinger26-Nov-07 2:17
professionalChris Losinger26-Nov-07 2:17 
GeneralRe: Image Skew(angle) Pin
CPallini26-Nov-07 3:26
mveCPallini26-Nov-07 3:26 

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.