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

C / C++ / MFC

 
QuestionWhich files belong into the debug directory ? Pin
Bernhard8-Feb-06 21:54
Bernhard8-Feb-06 21:54 
AnswerRe: Which files belong into the debug directory ? Pin
Blake Miller9-Feb-06 4:47
Blake Miller9-Feb-06 4:47 
QuestionMultilanguages resource file (one file) Pin
fregolo528-Feb-06 21:24
fregolo528-Feb-06 21:24 
AnswerRe: Multilanguages resource file (one file) Pin
Bernhard8-Feb-06 21:42
Bernhard8-Feb-06 21:42 
GeneralRe: Multilanguages resource file (one file) Pin
toxcct8-Feb-06 21:43
toxcct8-Feb-06 21:43 
GeneralRe: Multilanguages resource file (one file) Pin
Bernhard8-Feb-06 21:46
Bernhard8-Feb-06 21:46 
GeneralRe: Multilanguages resource file (one file) Pin
toxcct8-Feb-06 22:04
toxcct8-Feb-06 22:04 
GeneralRe: Multilanguages resource file (one file) Pin
Bernhard8-Feb-06 22:11
Bernhard8-Feb-06 22:11 
Normally it takes the system preference's language. So you shouldn't need to worry about this. But you can change the behavior by hand when calling:
SetThreadLocale(MAKELCID(LANG_ENGLISH,SORT_DEFAULT));

This would force the program to use the English strings after the call.

One small problem you are going to encounter (at least in our setup):
If the strings are in a different codepage, you are not going to see the "real" strings out of this. But as soon as the computer is set up to correct codepage, you see the strings correctly.

If you'd use a unicode app, this problem should be solved (at least as much as I know.. never had the chance to try it).




All the label says is that this stuff contains chemicals "... known to the State of California to cause cancer in rats and low-income test subjects."
Roger Wright
http://www.codeproject.com/lounge.asp?select=965687&exp=5&fr=1#xx965687xx
GeneralRe: Multilanguages resource file (one file) Pin
fregolo528-Feb-06 22:14
fregolo528-Feb-06 22:14 
GeneralRe: Multilanguages resource file (one file) Pin
toxcct8-Feb-06 22:18
toxcct8-Feb-06 22:18 
GeneralRe: Multilanguages resource file (one file) Pin
Bernhard8-Feb-06 22:24
Bernhard8-Feb-06 22:24 
QuestionCannot include <gdiplus.h> Pin
jantimmerman8-Feb-06 21:00
jantimmerman8-Feb-06 21:00 
AnswerRe: Cannot include <gdiplus.h> Pin
Cedric Moonen8-Feb-06 21:11
Cedric Moonen8-Feb-06 21:11 
GeneralRe: Cannot include <gdiplus.h> Pin
jantimmerman8-Feb-06 21:42
jantimmerman8-Feb-06 21:42 
QuestionTop-Level Window problem Pin
Nguyen Thi Thanh8-Feb-06 20:34
Nguyen Thi Thanh8-Feb-06 20:34 
AnswerRe: Top-Level Window problem Pin
ThatsAlok8-Feb-06 22:51
ThatsAlok8-Feb-06 22:51 
GeneralRe: Top-Level Window problem Pin
Nguyen Thi Thanh9-Feb-06 14:52
Nguyen Thi Thanh9-Feb-06 14:52 
Questiontransfer VC6 IDE settings to another computer Pin
thomas yang8-Feb-06 19:56
thomas yang8-Feb-06 19:56 
AnswerRe: transfer VC6 IDE settings to another computer Pin
Aamir Butt9-Feb-06 1:27
Aamir Butt9-Feb-06 1:27 
QuestionNeed programmer,please help,please Pin
isabella_12028-Feb-06 19:48
isabella_12028-Feb-06 19:48 
AnswerRe: Need programmer,please help,please Pin
Prakash Nadar8-Feb-06 20:35
Prakash Nadar8-Feb-06 20:35 
JokeRe: Need programmer,please help,please Pin
Michael P Butler8-Feb-06 23:06
Michael P Butler8-Feb-06 23:06 
GeneralRe: Need programmer,please help,please Pin
Prakash Nadar8-Feb-06 23:15
Prakash Nadar8-Feb-06 23:15 
AnswerRe: Need programmer,please help,please Pin
ThatsAlok8-Feb-06 21:52
ThatsAlok8-Feb-06 21:52 
QuestionXML Parsing Pin
swaapu8-Feb-06 19:45
swaapu8-Feb-06 19:45 

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.