Click here to Skip to main content
15,909,437 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: winapi on mobile device Pin
johntoschack2-Feb-09 21:00
johntoschack2-Feb-09 21:00 
QuestionSlow Vista Drawing Pin
Koolski2-Feb-09 8:42
Koolski2-Feb-09 8:42 
AnswerRe: Slow Vista Drawing Pin
Sarath C2-Feb-09 16:58
Sarath C2-Feb-09 16:58 
GeneralRe: Slow Vista Drawing Pin
Koolski3-Feb-09 1:27
Koolski3-Feb-09 1:27 
QuestionRe: Slow Vista Drawing Pin
Koolski3-Feb-09 4:07
Koolski3-Feb-09 4:07 
GeneralFSCTL_GET_VOLUME_BITMAP FAT32 problem Pin
tudorigorian2-Feb-09 8:07
tudorigorian2-Feb-09 8:07 
QuestionTranslation (.rc) String tables Pin
Software20072-Feb-09 5:50
Software20072-Feb-09 5:50 
AnswerRe: Translation (.rc) String tables Pin
Code-o-mat2-Feb-09 8:41
Code-o-mat2-Feb-09 8:41 
How about writing a simple for cycle which scans thorough the string IDs from the lowest to the highest, loads the strings and then saves them in whatever format you wish to save it in? Something like
CString String;
for (int id = LOWEST_STR_ID; id <= HIGHEST_STR_ID; id++)
  if (String.LoadString(id)) { /*Do whatever with the string, save it to XML for example*/ }


> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

GeneralRe: Translation (.rc) String tables Pin
CPallini2-Feb-09 9:07
mveCPallini2-Feb-09 9:07 
AnswerRe: Translation (.rc) String tables Pin
CPallini2-Feb-09 9:00
mveCPallini2-Feb-09 9:00 
Questionfloating point error in C++ Pin
Vivek Narayanan2-Feb-09 5:45
Vivek Narayanan2-Feb-09 5:45 
AnswerRe: floating point error in C++ Pin
David Crow2-Feb-09 5:51
David Crow2-Feb-09 5:51 
GeneralRe: floating point error in C++ Pin
Vivek Narayanan2-Feb-09 6:30
Vivek Narayanan2-Feb-09 6:30 
QuestionRe: floating point error in C++ Pin
David Crow2-Feb-09 7:21
David Crow2-Feb-09 7:21 
AnswerRe: floating point error in C++ Pin
Vivek Narayanan3-Feb-09 3:54
Vivek Narayanan3-Feb-09 3:54 
AnswerRe: floating point error in C++ Pin
Koolski2-Feb-09 9:56
Koolski2-Feb-09 9:56 
Questionencode wave to ogg [modified] Pin
Daerner Mandla2-Feb-09 5:08
Daerner Mandla2-Feb-09 5:08 
QuestionConverting Microsoft Visual C/C++ version 2.0 solution to Visual C++ 2005/2008 Pin
Cosmin Ciuraru2-Feb-09 3:56
Cosmin Ciuraru2-Feb-09 3:56 
AnswerRe: Converting Microsoft Visual C/C++ version 2.0 solution to Visual C++ 2005/2008 Pin
Iain Clarke, Warrior Programmer2-Feb-09 4:52
Iain Clarke, Warrior Programmer2-Feb-09 4:52 
QuestionError: Debug assertion failed! Pin
sam_psycho2-Feb-09 3:38
sam_psycho2-Feb-09 3:38 
AnswerRe: Error: Debug assertion failed! Pin
Code-o-mat2-Feb-09 3:41
Code-o-mat2-Feb-09 3:41 
GeneralRe: Error: Debug assertion failed! Pin
sam_psycho2-Feb-09 3:47
sam_psycho2-Feb-09 3:47 
GeneralRe: Error: Debug assertion failed! Pin
Code-o-mat2-Feb-09 4:03
Code-o-mat2-Feb-09 4:03 
AnswerRe: Error: Debug assertion failed! Pin
Iain Clarke, Warrior Programmer2-Feb-09 4:26
Iain Clarke, Warrior Programmer2-Feb-09 4:26 
AnswerRe: Error: Debug assertion failed! Pin
David Crow2-Feb-09 5:44
David Crow2-Feb-09 5:44 

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.