Click here to Skip to main content
15,893,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to change the size and position of a CView Derived window in a SDI app? Pin
Joseph Marzbani27-Feb-09 22:13
Joseph Marzbani27-Feb-09 22:13 
AnswerRe: How to change the size and position of a CView Derived window in a SDI app? Pin
Stuart Dootson27-Feb-09 23:34
professionalStuart Dootson27-Feb-09 23:34 
GeneralRe: How to change the size and position of a CView Derived window in a SDI app? Pin
Joseph Marzbani28-Feb-09 2:30
Joseph Marzbani28-Feb-09 2:30 
GeneralRe: How to change the size and position of a CView Derived window in a SDI app? Pin
Stuart Dootson28-Feb-09 3:17
professionalStuart Dootson28-Feb-09 3:17 
QuestionConvert CString to wchar_t* - For very very large CString Pin
Md Saleem Navalur27-Feb-09 21:12
Md Saleem Navalur27-Feb-09 21:12 
AnswerRe: Convert CString to wchar_t* - For very very large CString Pin
«_Superman_»27-Feb-09 21:27
professional«_Superman_»27-Feb-09 21:27 
AnswerRe: Convert CString to wchar_t* - For very very large CString Pin
Stuart Dootson27-Feb-09 21:50
professionalStuart Dootson27-Feb-09 21:50 
GeneralRe: Convert CString to wchar_t* - For very very large CString Pin
Md Saleem Navalur27-Feb-09 23:10
Md Saleem Navalur27-Feb-09 23:10 
Thanks,,,but there seems to be a problem.
Code compiles fine.
But the wchar_t* is blank.

this is my code....
wchar_t *pwcharMessageBody = CT2W(data);

tried this too..
wchar_t *pwcharMessageBody = CT2W(data.GetBuffer());

No luck.
Any help will be great.

Saleem
GeneralRe: Convert CString to wchar_t* - For very very large CString Pin
Stuart Dootson27-Feb-09 23:27
professionalStuart Dootson27-Feb-09 23:27 
AnswerRe: Convert CString to wchar_t* - For very very large CString Pin
Rolf Kristensen1-Mar-09 0:53
Rolf Kristensen1-Mar-09 0:53 
Questionerror LNK2019: unresolved external symbol "public: __thiscall Pin
PankajB27-Feb-09 20:20
PankajB27-Feb-09 20:20 
AnswerRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
«_Superman_»27-Feb-09 20:24
professional«_Superman_»27-Feb-09 20:24 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
PankajB27-Feb-09 20:25
PankajB27-Feb-09 20:25 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
Stuart Dootson27-Feb-09 20:30
professionalStuart Dootson27-Feb-09 20:30 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
«_Superman_»27-Feb-09 20:30
professional«_Superman_»27-Feb-09 20:30 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
PankajB27-Feb-09 20:33
PankajB27-Feb-09 20:33 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
«_Superman_»27-Feb-09 20:40
professional«_Superman_»27-Feb-09 20:40 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
PankajB27-Feb-09 20:44
PankajB27-Feb-09 20:44 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
PankajB27-Feb-09 20:46
PankajB27-Feb-09 20:46 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
«_Superman_»27-Feb-09 20:48
professional«_Superman_»27-Feb-09 20:48 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
PankajB27-Feb-09 20:54
PankajB27-Feb-09 20:54 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
«_Superman_»27-Feb-09 20:59
professional«_Superman_»27-Feb-09 20:59 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
PankajB27-Feb-09 21:26
PankajB27-Feb-09 21:26 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
Eytukan27-Feb-09 21:43
Eytukan27-Feb-09 21:43 
GeneralRe: error LNK2019: unresolved external symbol "public: __thiscall Pin
Stuart Dootson27-Feb-09 20:56
professionalStuart Dootson27-Feb-09 20:56 

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.