Click here to Skip to main content
16,006,605 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRecommend debugger (i.e. BoundsChecker, etc...)? Pin
Sean McKinnon24-Oct-01 5:13
Sean McKinnon24-Oct-01 5:13 
AnswerRe: Recommend debugger (i.e. BoundsChecker, etc...)? Pin
Chris Losinger24-Oct-01 5:36
professionalChris Losinger24-Oct-01 5:36 
AnswerRe: Recommend debugger (i.e. BoundsChecker, etc...)? Pin
Carlos Antollini24-Oct-01 5:42
Carlos Antollini24-Oct-01 5:42 
AnswerRe: Recommend debugger (i.e. BoundsChecker, etc...)? Pin
#realJSOP24-Oct-01 5:53
professional#realJSOP24-Oct-01 5:53 
GeneralRe: Recommend debugger (i.e. BoundsChecker, etc...)? Pin
Mike Burston24-Oct-01 14:16
Mike Burston24-Oct-01 14:16 
AnswerRe: Recommend debugger (i.e. BoundsChecker, etc...)? Pin
Tomasz Sowinski24-Oct-01 6:32
Tomasz Sowinski24-Oct-01 6:32 
AnswerRe: Recommend debugger (i.e. BoundsChecker, etc...)? Pin
24-Oct-01 14:37
suss24-Oct-01 14:37 
GeneralInternational application Pin
ZAZA24-Oct-01 5:02
ZAZA24-Oct-01 5:02 
I still have problems with my app.
I am developping an C++/MFC app which might be installed on several language version of NT4 or 2000. This app can change its own language (french, english and german). The problem is that I want to dynamicaly change the language of the resources contained in the mfc42loc.dll without linking statically the MFC DLLs.
The solution I have found is building a resource DLL with the standard MFC resources (afxres.rc, afxprint.rc...) for each language and then laoding the apropriate dll dynamicaly and set resource handle to the App. It works, but I've had to move all my app's resources in the resource DLL to use them. I don't know if it is the best way to do.....

The second problem is about the standard windows of COMDLG32.DLL as "Print setup", "Save as", "Font or color selction"... Is there anybody who find a way to dynamicaly change the language of these boxes ? This app must be able to run in german on a english system!!!

The third one is about the calendar: where are hide the names of the monthes ???? I looked in most of the DLL I didn't find them...

Thanks for help

Confused | :confused:

elisabeth.sever@europlacer.fr
GeneralRe: International application Pin
Paolo Messina24-Oct-01 8:16
professionalPaolo Messina24-Oct-01 8:16 
Generalneed help on .inf files Pin
CalamityJake24-Oct-01 4:36
CalamityJake24-Oct-01 4:36 
GeneralCommand ID's Pin
Chambers24-Oct-01 4:33
Chambers24-Oct-01 4:33 
GeneralRe: Command ID's Pin
#realJSOP24-Oct-01 5:05
professional#realJSOP24-Oct-01 5:05 
GeneralRe: Command ID's Pin
Bill Wilson24-Oct-01 6:13
Bill Wilson24-Oct-01 6:13 
GeneralRe: Command ID's Pin
#realJSOP24-Oct-01 6:19
professional#realJSOP24-Oct-01 6:19 
GeneralRe: Command ID's Pin
Bill Wilson24-Oct-01 6:24
Bill Wilson24-Oct-01 6:24 
GeneralRe: Command ID's - displaying status bar test and tooltips etc Pin
24-Oct-01 6:42
suss24-Oct-01 6:42 
GeneralRe: Command ID's - displaying status bar test and tooltips etc Pin
Tomasz Sowinski24-Oct-01 7:01
Tomasz Sowinski24-Oct-01 7:01 
Generalnon resizable CFormView Pin
Aviv Halperin24-Oct-01 4:29
Aviv Halperin24-Oct-01 4:29 
GeneralRe: non resizable CFormView Pin
#realJSOP24-Oct-01 5:13
professional#realJSOP24-Oct-01 5:13 
GeneralRe: non resizable CFormView Pin
Paolo Messina24-Oct-01 8:26
professionalPaolo Messina24-Oct-01 8:26 
GeneralRe: non resizable CFormView Pin
#realJSOP24-Oct-01 8:45
professional#realJSOP24-Oct-01 8:45 
GeneralRe: non resizable CFormView Pin
Paolo Messina24-Oct-01 9:29
professionalPaolo Messina24-Oct-01 9:29 
GeneralRGB (for Christian) Pin
24-Oct-01 3:42
suss24-Oct-01 3:42 
GeneralRe: RGB (for Christian) Pin
Christian Graus24-Oct-01 10:33
protectorChristian Graus24-Oct-01 10:33 
GeneralRe: RGB (for Christian) Pin
24-Oct-01 10:59
suss24-Oct-01 10:59 

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.