Click here to Skip to main content
16,005,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: GDI+ Bitmap Class new operator. Pin
Justin Tay3-Sep-06 13:06
Justin Tay3-Sep-06 13:06 
QuestionWhen debugging from VS it works, when running from explorer not Pin
lucki_luke3-Sep-06 9:46
lucki_luke3-Sep-06 9:46 
AnswerRe: When debugging from VS it works, when running from explorer not Pin
MayankT3-Sep-06 17:40
MayankT3-Sep-06 17:40 
GeneralRe: When debugging from VS it works, when running from explorer not Pin
lucki_luke4-Sep-06 9:40
lucki_luke4-Sep-06 9:40 
GeneralRe: When debugging from VS it works, when running from explorer not Pin
Blake Miller6-Sep-06 12:11
Blake Miller6-Sep-06 12:11 
QuestionMFC CString's LoadString and VC++ 8.0 Problems Pin
Jon68z3-Sep-06 9:21
Jon68z3-Sep-06 9:21 
QuestionRe: MFC CString's LoadString and VC++ 8.0 Problems Pin
prasad_som3-Sep-06 22:56
prasad_som3-Sep-06 22:56 
AnswerRe: MFC CString's LoadString and VC++ 8.0 Problems Pin
Jon68z3-Sep-06 23:32
Jon68z3-Sep-06 23:32 
Hi,

Thanks for the reply. using bool bRet, e.g. bRet = cs1.LoadString(IDS_ABOUTAPPINFO); The return value is 'true'. The string returned however is truncated and contains, cs1 "This application is registered to %?????" ATL::CStringT<char,StrTraitMFC_DLL<char,ATL::ChTraitsCRT<char> > > as reported in the VC++ 8.0 IDE 'Autos' tab.

If I use a line like 'CString cs5(MAKEINTRESOURCE(IDS_ABOUTAPPINFO));' cs5 is equal to the same malformed string as if I loaded it from the resource string table above.
Cry | :((

Do I have to specify something in my project settings ? Confused | :confused:

Or is something getting screwed up in the string table.... OMG | :OMG:

Thanks!

Jon68z





GeneralRe: MFC CString's LoadString and VC++ 8.0 Problems Pin
prasad_som4-Sep-06 0:05
prasad_som4-Sep-06 0:05 
GeneralRe: MFC CString's LoadString and VC++ 8.0 Problems Pin
Jon68z4-Sep-06 0:33
Jon68z4-Sep-06 0:33 
QuestionRe: MFC CString's LoadString and VC++ 8.0 Problems Pin
Jon68z4-Sep-06 0:50
Jon68z4-Sep-06 0:50 
AnswerRe: MFC CString's LoadString and VC++ 8.0 Problems Pin
prasad_som4-Sep-06 1:51
prasad_som4-Sep-06 1:51 
QuestionCPropertySheet Pin
ftsOne3-Sep-06 9:10
ftsOne3-Sep-06 9:10 
QuestionCertification Pin
messages3-Sep-06 8:12
messages3-Sep-06 8:12 
AnswerRe: Certification Pin
Waldermort3-Sep-06 8:19
Waldermort3-Sep-06 8:19 
GeneralRe: Certification Pin
messages3-Sep-06 8:33
messages3-Sep-06 8:33 
QuestionError Pin
messages3-Sep-06 8:04
messages3-Sep-06 8:04 
AnswerRe: Error Pin
Waldermort3-Sep-06 8:20
Waldermort3-Sep-06 8:20 
GeneralRe: Error Pin
messages3-Sep-06 8:33
messages3-Sep-06 8:33 
QuestionHow to get a pointer of the active view? Pin
yummi3-Sep-06 7:45
yummi3-Sep-06 7:45 
AnswerRe: How to get a pointer of the active view? Pin
Nader Elshehabi3-Sep-06 12:11
Nader Elshehabi3-Sep-06 12:11 
GeneralRe: How to get a pointer of the active view? Pin
yummi3-Sep-06 22:50
yummi3-Sep-06 22:50 
GeneralRe: How to get a pointer of the active view? Pin
prasad_som4-Sep-06 0:34
prasad_som4-Sep-06 0:34 
GeneralRe: How to get a pointer of the active view? Pin
yummi4-Sep-06 0:43
yummi4-Sep-06 0:43 
GeneralI've got it :-) Pin
yummi4-Sep-06 1:05
yummi4-Sep-06 1:05 

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.